USERSETTINGS as starting view for new users

badm
Participant IV

Is it possible for some set something in the user settings before all other view in the come up?

Solved Solved
0 7 574
1 ACCEPTED SOLUTION

Austin
Participant V

IF(ISBLANK(USERSETTING(โ€œCOMPANYโ€)), โ€œSettingsโ€, โ€œOther viewโ€)
Also on your filter I recommend a IF(ISBLANK(USERSETTING(โ€œCOMPANYโ€)), false, your statement) because this does not force a person to make a choice.

View solution in original post

7 REPLIES 7

LeventK
Participant V

Can your please clarify your question? It sounds a little bit ambiguous actually.

badm
Participant IV

I apologize for the that. So I am filtering data by Company which is a field in the user settings. I want this to be the first thing a new user chooses when they open the app

Austin
Participant V

IF(ISBLANK(USERSETTING(โ€œCOMPANYโ€)), โ€œSettingsโ€, โ€œOther viewโ€)
Also on your filter I recommend a IF(ISBLANK(USERSETTING(โ€œCOMPANYโ€)), false, your statement) because this does not force a person to make a choice.

That works!. But can I make the user settings form a default starting view?

Austin
Participant V

3X_7_9_79bd239e63f4e8b6dae57624284cc5d5bf383c1b.png

You are a saviour!

Austin
Participant V

Note, you have to show something on the usersettings section before it shows up.

Top Labels in this Space