Hello All, I have a virtual column in my 'Cu...

Hello All,

I have a virtual column in my โ€˜Customerโ€™ table which does calculations of โ€˜pointsโ€™ based on transactions in the โ€˜Bookingsโ€™ table.

I would like to โ€˜saveโ€™ these results in a โ€˜pointsโ€™ cell in my Customer table. so that they are hard coded in the spreadsheet and so that i can work with them with another application.

I can obviously save the points into the cell using the app formula =VirtualColumn but then it only saves when I update the customer and i hit the save button. I would like the save to happen automatically across all the customers.

Anyways i can achieve this?

Thanks in advance!

0 3 321
3 REPLIES 3

tony1
New Member

@Hannes_Rohregger In non-virtual columns, app formulas are only updated when the row is added or updated (or related rows are added or updated).

One thing you might consider is using a spreadsheet formula. That will be computed on sync, but it will happen for every instance of the formula (not just when the record is updated).

@tony

The spreadsheets formulas would work but then who/how would they be populated once there is a new โ€˜Customerโ€™ entry? I would need to manually go in and copy down the formulas to the new row?

Thanks

tony1
New Member

@Hannes_Rohregger AppSheet can automatically add spreadsheet formulas to new rows that are added. Take a look at this article: help.appsheet.com - Spreadsheet Formulas Spreadsheet Formulas help.appsheet.com

Top Labels in this Space