In the vCalc table we have 3 values we’d like temporarily stored so the user can compare numbers. It needs to happen only twice and they’d like the rows deleted after.
ex: Input (from vcalc table)-> click [Hold button] → add column to other table to review. Repeat once more, if needed → [ Clear button] to reset screen.
So far, I can see the information in the Helper table but I can’t get it to add the second row and show it. (Is there a way to delete the two rows with an action while leaving one blank row with a row id? )
I’ve tried a couple things already:
Set column values (which, of course, doesn’t add the rows or clear them)
In the first image I posted before there are values in the grid with the blue square marked calculate. Those are: Collateral, credit and Profit amount.
We need to be able to somehow store the numbers temporarily while adding more to evaluate against (no more than 2 or 3 rows). The stored data isn’t needed permanently, just long enough to make a quick assessment.
My thinking was: Add the “stored” information (yellow grid) to a table and display it. . since the stored information is not needed later, I didn’t see the need to keep unneeded rows.
Am I approaching that the wrong way?
What I’m trying now is:
An Action on the Hold button that adds the row to a table
Reset the two main column values in the blue sqaure: (cr) Premium and Take Profit
The user can delete the rows manually until I can figure out a work around. Of course, so far most of the delete buttons removes everything on screen until I hit “new row” in the data tab, since there’s nothing in the field.
I’d use a 3 row helper table with a series of User Specific columns.
Then I’d use data editor logic to target specific rows and the ParentID reset method to “clear” the values.
I realise that probably doesn’t make a whole lot of sense to you. If I can find some time later, I’ll make an example for you.