I am using google Sheets as my database. I am using the Googlefinance function in my sheet to calculate the price, % change, and historical pricing of stocks the values in the table are dynamic and updated daily, but the result in the AppSheet is not updated properly.
The performance % column is not updated, but the price and % change is updated. All three columns uses GOOGLEFINANCE function in the sheet, the only difference is that the formula in the % performance column is more complicated than the other two.
Still not showing values in AppSheet. Though it makes the formula difficult to read, I would not mind if it works reliably. Is it because of using the INDIRECT function? I don’t know how to use R1C1 notation without INDIRECT function.
I don’t know why it would work in some scenarios but not others–especially since, as you noted, it’s on the list of unsupported functions.
If you haven’t already, compare the column’s Spreadsheet formula property populated by AppSheet to the source worksheet’s formula. That could suggest a next troubleshooting step.