User settings and initial value

I am using the user settings to filter certain slices and am wondering if itโ€™s possible to have the initial value for a column in a form auto fill based on the user settings as well. So far I havenโ€™t been able to make this work.

Here is what I tried - and it just made the column invalid as it filled in true or false. True if no user setting was selected and false when it was.

0 2 483
2 REPLIES 2

Steve
Platinum 4
Platinum 4

[EvacCenter]=USERSETTINGS("Evac Center")is an expression that asks the question, โ€œis the EvacCenter column value equal to the Evac Center user setting?โ€ Hence the TRUE/FALSE result.

If you want the columnโ€™s initial value to be the value of the Evac Center user setting, set the initial value expression to, simply, USERSETTINGS("Evac Center").

Excellent! Thank you Steve.

Top Labels in this Space