Long time user of Google Sheets as an Appsheet data source. Started trying out the AppSheet database and looking at alternatives to using Virtual Columns. Not sure if this is possible. It works when I test the expression but not practice. By in practice, I mean when I try run the action and update the numeric column [s1].
Using the Action Data: Set the values of some columns in this row
ANY(SELECT(Points[points],
([h1]-ANY(SELECT(Course[par1], ([_THISROW].[courseID]=[courseID])))
- ((NUMBER([hcap])/18)
+ IF(MOD([hcap],18) >= ANY(SELECT(Course[index1],([_THISROW].[courseID]=[courseID]))), 1, 0)))
=[netScoreToPar]))
Is it because I am trying to update a numeric column with the value from a list?
Or is this even possible using the database and I need to go back to using Virtual columns
Thanks for any help
PM