As you see in the image above, there are two watches. The market price set for the casio is 59,90€ and for the orient is 300€. I have selected the value of the progress bar as the row where the market price of both watches are. Shouldn’t the prices be added up automatically?
If you know what I am doing wrong please tell me.
Thank you.
That value in the progress bar is going to be whatever value in is the row that your screen is attached to. It has no association with your collection. If you want the sum value from all rows that are in the collection, then you will need a Rollup column to sum the values from multiple rows. I don’t know if your collection is sourced from a table, relation, or query but whatever you are using as the source of your collection is what your rollup column should be referring to.
Hi @Jeff_Hager I accidentally misspelled, I didn’t want to write row but column.
Doesn’t change my answer.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.