Add values from usersettings() to virtual column

When values are set in user setting want those values to be filled in virtual column of table.

Solved Solved
0 9 592
1 ACCEPTED SOLUTION

I think you want want to clarify your need.

UserSettings are values meant to be seen and set by the user on the device only.

You can move this value to a Virtual Column BUT VC's are seen and updated for everyone. 

So, if you implement the app such that a UserSettings value is set into a VC, the same thing will happen for ALL of the users of the app - meaning if you are not VERY careful with the expression, you might end up with a Virtual Column that is constantly changing across a spectrum of values as each user's device attempts to update the VC and later RE-UPDATE the value because it was changed by another user and no longer matches the UserSettings on a device.

View solution in original post

9 REPLIES 9
Top Labels in this Space