<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Different start sheet based on OSUser when opening the application in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460378#M171862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've changed the Sheet IDs to SH02 and SH03 but it still doeasn't work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 12:06:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-11T12:06:59Z</dc:date>
    <item>
      <title>Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460373#M171857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added two triggers on open:&lt;/P&gt;&lt;P&gt;1. Select in Field: DomainUser with search string =Upper(OSUser())&lt;/P&gt;&lt;P&gt;2. Activate Sheet: Sheet ID =Sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't work. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before reloading the script, change the field DomainUser to your DOMAIN and USERNAME (in UPPER CASE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:44:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460373#M171857</guid>
      <dc:creator />
      <dc:date>2013-06-11T11:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460374#M171858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Magnus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new variable wich containts the OSUser.&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;vUser=&lt;/P&gt;&lt;P&gt;if(upper(OSUser()='USER1','SH02',&lt;/P&gt;&lt;P&gt;upper(OSUser()='USER2','SH03'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use this variable for the trigger activate sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Gr.&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460374#M171858</guid>
      <dc:creator />
      <dc:date>2013-06-11T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460375#M171859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Framk ,&lt;/P&gt;&lt;P&gt;One question that what about the code where to put the code and how to set default sheet to be opened when document first opened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460375#M171859</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2013-06-11T11:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460376#M171860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to change your script:&lt;/P&gt;&lt;P&gt;your sheets are name clmag and clmic&lt;/P&gt;&lt;P&gt;instead of SH02 and SH03&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;change your script to that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DOMAIn\}USER1 &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; clmag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;DOMAIN\USER2&amp;nbsp;&amp;nbsp; clmic&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;and it works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460376#M171860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-11T12:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460377#M171861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didn't make any difference!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460377#M171861</guid>
      <dc:creator />
      <dc:date>2013-06-11T12:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460378#M171862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've changed the Sheet IDs to SH02 and SH03 but it still doeasn't work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460378#M171862</guid>
      <dc:creator />
      <dc:date>2013-06-11T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460379#M171863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have version 11 initial release and for me it works.&lt;/P&gt;&lt;P&gt;See attached file!&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460379#M171863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-11T12:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460380#M171864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange. I've tried your app in 10SR3 and 11SR2 but it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which sheet is activated when you save thw qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460380#M171864</guid>
      <dc:creator />
      <dc:date>2013-06-11T12:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460381#M171865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls open a textbox with "=osuser()". is there a difference in spelling?&lt;/P&gt;&lt;P&gt;This is really strange because in my local app it works as expected!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460381#M171865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-11T12:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460382#M171866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly the same!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've noticed that if I save the app on the Dashboard sheet with the DomainUser selected (=OSUser), then sheet SH02 will be activated next time I open the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I clear all selections and save the app on the Dashboard sheet, then SH02 will not be activated (???).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:26:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460382#M171866</guid>
      <dc:creator />
      <dc:date>2013-06-11T12:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460383#M171867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its getting more and more strange. Suddenly my app didnot work neither.&lt;/P&gt;&lt;P&gt;Now I added a "select possible - Sheet" before activate sheet.&lt;/P&gt;&lt;P&gt;Try this. Currently it works in my app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460383#M171867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-11T12:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460384#M171868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried this earlier but no success. In what state do you save your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:50:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460384#M171868</guid>
      <dc:creator />
      <dc:date>2013-06-11T12:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460385#M171869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I save frojm the sheet dashboard.&lt;/P&gt;&lt;P&gt;Try an action "clear all" at first action on open document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460385#M171869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-11T12:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460386#M171870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried this as well...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460386#M171870</guid>
      <dc:creator />
      <dc:date>2013-06-11T12:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Different start sheet based on OSUser when opening the application</title>
      <link>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460387#M171871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running out of ideas. Sorry! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 14:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Different-start-sheet-based-on-OSUser-when-opening-the/m-p/460387#M171871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-11T14:05:24Z</dc:date>
    </item>
  </channel>
</rss>

