I have Gallery1 (a purchase order).
I am currenlty using TextInput fields set to 'multiple lines of text' for the inputs 'Quantity', 'Description', 'Unit Price', and 'Total'.
The method does not allow me to calculate the 'Total' based on 'Unit Price' and 'Quantity'.
How can I achieve this goal, when I also need the ability to add one or multiple items to the order?
I'm no expert.
I just try to hammer it out, with the assistance of great folks here in the community.
Have you tried the following?
Place a Repeating table in the Gallery (The boxes and framework around it all are just a bunch rectangle icons with labels that have no boards).
Place and 'Add' icon out side the gallery with - Collect(colItems, {intID: GUID(), rem:false})
In the gallery items place - Filter(colItems, !rem)
Add your TextInputs fields into the framework.
Figure it out. Switched to a 'Repeating table' in the Gallery.
'Add' Button has - Collect(colItems, {intID: GUID(), rem:false})
Gallery has - Filter(colItems, !rem)
WarrenBelz
146,645
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,997
Most Valuable Professional