Hi, I have a question to USERSETTINGS. I wan...

Hi, I have a question to USERSETTINGS.

I want some usersettings only visible if another usersetting has a certain value. I tried using show_if formula “usersetting(option)=true”, but without suceess.

Do you know if this should work?

0 4 372
4 REPLIES 4

tony1
New Member

@Christoph_Bucker I suspect that the USERSETTING(SettingName) will evaluate to the current value of SettingName, not the value that has been edited in the current form.

Can you try using [SettingName]=true as your show_if instead? That will evaluate [SettingName] to the value that is set in the form that you’re currently editing.

Off the top of my head, I think when you are already in USERSETTING form you can assume that as a table and in Show_if only refer to the other option like this [Option1]=true

Oops, @tony you beat me to it!

perfect, thanks

Top Labels in this Space