Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Different start sheet based on OSUser when opening the application

I load DomainUser and Sheet in script. The application contains three sheets in GUI. When USER1 opens the application I wan't the sheet USER1 (SH02) to be activated, when USER2 opens the application I wan't the sheet USER2 (SH03) to be activated.

I've added two triggers on open:

1. Select in Field: DomainUser with search string =Upper(OSUser())

2. Activate Sheet: Sheet ID =Sheet

This doesn't work. Any ideas?

Before reloading the script, change the field DomainUser to your DOMAIN and USERNAME (in UPPER CASE).

/Magnus

14 Replies
Anonymous
Not applicable
Author

Its getting more and more strange. Suddenly my app didnot work neither.

Now I added a "select possible - Sheet" before activate sheet.

Try this. Currently it works in my app.

Not applicable
Author

I've tried this earlier but no success. In what state do you save your app?

Anonymous
Not applicable
Author

I save frojm the sheet dashboard.

Try an action "clear all" at first action on open document

Not applicable
Author

I've tried this as well...

Anonymous
Not applicable
Author

I am running out of ideas. Sorry!