<?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 Open Qlikview different sheets depending on user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370993#M419050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know wheter it is possible to have a qlikview cloud open on a certain sheet depending on the user who opens the qlikview cloud&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two users 'TSC' and 'RS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Upper(OSUser())='TSC'&lt;/P&gt;&lt;P&gt;2) Upper(OSUser())='RS' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When TSC opens my Qlikview cloud i want that Qlikview opens on the sheet 'Retail'.&lt;/P&gt;&lt;P&gt;When RS opens my Qlikview cloud I want that Qlikview opens on the sheet 'Sales'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet both have to be able to see both sheets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 May 2017 09:09:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-05-05T09:09:13Z</dc:date>
    <item>
      <title>Open Qlikview different sheets depending on user</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370993#M419050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know wheter it is possible to have a qlikview cloud open on a certain sheet depending on the user who opens the qlikview cloud&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two users 'TSC' and 'RS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Upper(OSUser())='TSC'&lt;/P&gt;&lt;P&gt;2) Upper(OSUser())='RS' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When TSC opens my Qlikview cloud i want that Qlikview opens on the sheet 'Retail'.&lt;/P&gt;&lt;P&gt;When RS opens my Qlikview cloud I want that Qlikview opens on the sheet 'Sales'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet both have to be able to see both sheets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 09:09:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370993#M419050</guid>
      <dc:creator />
      <dc:date>2017-05-05T09:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Open Qlikview different sheets depending on user</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370994#M419051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest using a document action to activate the correct sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open document properties (Settings -&amp;gt; Document Properties)&lt;/LI&gt;&lt;LI&gt;Open tab Triggers&lt;/LI&gt;&lt;LI&gt;Choose OnOpen in Document Event Triggers&lt;/LI&gt;&lt;LI&gt;Choose Add Actions (or Edit Action(s) if you've already got actions defined)&lt;/LI&gt;&lt;LI&gt;Select Add&lt;/LI&gt;&lt;LI&gt;Under Layout, choose Activate sheet&lt;/LI&gt;&lt;LI&gt;For Sheet ID, enter =If(Upper(OSUser())='TSC', 'Retail', 'RS')&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that the sheet ID's (not the names) are to be used here.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="OpenSheetForUser.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162316_OpenSheetForUser.png" style="height: 586px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 09:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370994#M419051</guid>
      <dc:creator>RonaldDoes</dc:creator>
      <dc:date>2017-05-05T09:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open Qlikview different sheets depending on user</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370995#M419052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may put this as trigger in Document Properties -&amp;gt; Triggers -&amp;gt; Document Event Triggers -&amp;gt; On Open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 10:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370995#M419052</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-05-05T10:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Open Qlikview different sheets depending on user</title>
      <link>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370996#M419053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On Open -&amp;gt; Activate Sheet:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/162333_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 May 2017 10:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-Qlikview-different-sheets-depending-on-user/m-p/1370996#M419053</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-05-05T10:46:41Z</dc:date>
    </item>
  </channel>
</rss>

