I am working on order app and need to have option to select multiple values in same row.
For e.g first column is product (it will be ref from products table) and second column is qty (this will be number input) and third column is free qty(this will be number input) and I should be able to add row and select next set of order items.
Is this feasible in Appsheet? I checked Order Capture sample APP even though it provide same functionality but user experience is not good.
Thanks Lynn. Concern is, in order capture app, we need to go to multiple screens/pages to capture one order.
Here first we need to click on ADD(in first image) and then add one product in 2nd image and repeat the steps.
You can try using the combination of both of these.
[FAQ: add row per value in EnumList](https://community.appsheet.com/t/faq-add-row-per-value-in-enumlist/30953) Tips & Tricks ?
Add one row per value in an EnumList column list. Try the sample app! For this example, the table from which the row-addition process will be initiated is called Control Table. The table to which new rows will be added is called Target Table. Use your own names as you see fit. Note that they could even be the same table. Control Table must allow updates; Target Table must allow adds. Control Table must have at least two columns for this process: EnumList (type EnumList; a list of Enum values;…
[Deep link and quick edit activation](https://community.appsheet.com/t/deep-link-and-quick-edit-activation/15511/14) Questions
I wonder if this would work… CONCATENATE( LINKTOFILTEREDVIEW( “Inventory”, IN([Product Code], LIST(“100001”,“100002”)) ), “&quickedit=true” )