Hello everyone
Is there a good expression that sends each user to a specific view once opening the app.
>> For example, if there are
โบsellers table that includes seller name and email. (email is an id)
โบDrivers table that includes driver name and email. (email is an id)
โบCoordinators table that includes coordinator name and email. (email is an id)
>> and there are 3 views...
โบseller view
โบDriver view
โบCoordinator view
>> so the pseudocode of the expression is like this:
If login email = seller email
open seller view
&
If login email = driver email
open driver view
&
If login email = coordinator email
open coordinator view
any hint plz, Thanks
Solved! Go to Solution.
There's IFS() or SWITCH()
https://help.appsheet.com/en/articles/2355961-ifs
https://help.appsheet.com/en/articles/2355972-switch
Are you aware that the starting view only works for the very first time an app is opened on a device? Every other time it is opened, it returns to the most recently seen view.
There's IFS() or SWITCH()
https://help.appsheet.com/en/articles/2355961-ifs
https://help.appsheet.com/en/articles/2355972-switch
Are you aware that the starting view only works for the very first time an app is opened on a device? Every other time it is opened, it returns to the most recently seen view.
User | Count |
---|---|
25 | |
15 | |
4 | |
3 | |
3 |