Hi,
I am trying to make a 3 dimensional table of the following fields: Product, Mode and Feature, where the intersection between the 3 will have a status (Available, Not Available, Planned).
While Mode will have constant amount of modes, I want the user to be able to add products and features dynamically.
Currently I use one form with the product and mode fields, and for each feature I add a field manually (of type status), and I view it like that, by adding rows manually to the outer table, and for each cell I add a tableview with filters based on the mode and feature:
Is there a way to create this dynamically by crossing 2-3 different forms?
Hi @Mar Demolag
Should probably be possible with a ListView and nesting TableView/CardViews with dynamically filtered data
Alex
Thanks for the response,
When I have a table that already has all of the information, showing it is not the issue.
I can't find a way to dynamically add features/products while keeping the table fully updated at all time.
assuming we have only one mode, if I split the form to three:
1. features: name
2. products: name
3. featureperproduct: feature, product, status
if I currently have 3 products in the products form, for each feature I add to the first form, I will have to somehow add 3 different rows to the featureperproduct form. If one of them was constant, I could have just made duplicate IFTTTs that create a row, but if I work dynamically, is there a way to create several rows using 1 IFTTT?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
May be you can use smart fields to link forms and data, and not to copy it?
To answer your question: Copy Data IFTTT can be used to create multiple records - as many as you have in the source you are copying from. Or have multiple IFTTTs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks,
As per your suggestion, I've used smart dropdown and reffered to the products and features IDs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, I've figured this out.
3 forms:
features: feature
products: product
featureperproduct: feature,product,status
on features form add 2 IFTTTs on add:
on products form add 2 IFTTTs on add:
Since modes is a constant amount, we can just duplicate the entries.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.