Hi,
I'm developing a Cost estimation application in which after clicking on edit icon user able to navigate next calculate screen for edit and calculate the items.
the below is the edit screen:
on OnSelect of edit icon i'm giving a varialble : (Set, varEdit, true); Set(isSelected, thisItem);

Then after navigating to next screen (as given below):
All data from edit screen will be visible here for this I'm using: If(varEdit, isSelected.SafetyTotal) => for calling safety total data.

So here while editng it is working fine.
The problem is I'm not getting how to show calculations which user do on Calculation page?
like I'm setting this on label text "If(varEdit, isSelected.SafetyTotal)" so it'll only show the edit gallery data.
But while clicking on calculation button how I'll show the SafetyTotal?
Kindly reply if know the solution.
Thanks.