Hi all
is there the possibility to set the initial value of a field based on the name of the view the user opens?
I saw that I can check the view name using the expression #view=myView but expressions like =IF(#view=myView,“Result1”,“Result2”) or =IF(“#view=myView”=true,“Result1”,“Result2”) do not work.
Thanks!