<?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: Assing CAL to user to view particular tab in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681670#M1317322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to look at osuer()&lt;/P&gt;&lt;P&gt;or have a look at this post for section access implementation.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4435"&gt;http://community.qlik.com/docs/DOC-4435&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 10:49:40 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-09-24T10:49:40Z</dc:date>
    <item>
      <title>Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681666#M1317309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I assign CAL to a user so that user can view only particular tab from the application.&lt;/P&gt;&lt;P&gt;I mean to say when the user logged in than user can view only that particular tab and not other tabs.&lt;/P&gt;&lt;P&gt;Can it be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shailesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681666#M1317309</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681667#M1317312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1st Method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;OSUSER&amp;lt;&amp;gt;'Username'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Here Username is the name of the specific user on which you have given him the Access.&lt;/P&gt;&lt;P&gt;Or, QVUSER&amp;lt;&amp;gt;'Username'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd Method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your Section Access Sheet, don't give particular User Access of Sheet you want to hide and for other users give him the Access.&lt;/P&gt;&lt;P&gt;Eg.&lt;/P&gt;&lt;P&gt;User SheetId&lt;/P&gt;&lt;P&gt;John SH01&lt;/P&gt;&lt;P&gt;John SH02&lt;/P&gt;&lt;P&gt;John SH03&lt;/P&gt;&lt;P&gt;John SH01&lt;/P&gt;&lt;P&gt;John SH02&lt;/P&gt;&lt;P&gt;John SH03&lt;/P&gt;&lt;P&gt;John SH04&lt;/P&gt;&lt;P&gt;// Here I have not given John the Access for Sheet ID SH04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using the below expression he will not able to see the particular Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below expression in Conditional:&lt;/P&gt;&lt;P&gt;sum(if(SHEETID='SH57',1,0))&amp;gt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Conditional ID.png" class="jive-image" src="/legacyfs/online/67534_Conditional ID.png" style="width: 620px; height: 519px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Av7eN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:42:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681667#M1317312</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-09-24T10:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681668#M1317315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You assign a CAL to give a user access to the whole document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within each the document, you can use either qvuser() or osuser() to show or hide the sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681668#M1317315</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-09-24T10:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681669#M1317318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using QVuser() or OSuser() functions u can enable the conditional sheet visible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681669#M1317318</guid>
      <dc:creator>svsudhakar</dc:creator>
      <dc:date>2014-09-24T10:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681670#M1317322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to look at osuer()&lt;/P&gt;&lt;P&gt;or have a look at this post for section access implementation.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4435"&gt;http://community.qlik.com/docs/DOC-4435&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681670#M1317322</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-24T10:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681671#M1317325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't I do this activity without using section access???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailesh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681671#M1317325</guid>
      <dc:creator />
      <dc:date>2014-09-24T11:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681672#M1317328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use osuser() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681672#M1317328</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-24T11:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681673#M1317331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can do this without Section Access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;OSUSER&amp;lt;&amp;gt;'Username'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Here Username is the name of the specific user on which you have given him the Access.&lt;/P&gt;&lt;P&gt;Or, QVUSER&amp;lt;&amp;gt;'Username'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681673#M1317331</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-09-24T11:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Assing CAL to user to view particular tab</title>
      <link>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681674#M1317334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my requirement is bit change. I want to assign a tab to a Document CAL assigned user not the OS User.&lt;/P&gt;&lt;P&gt;Irrespective of OS User the tab need to show to only those users which are having Document CAL.&lt;/P&gt;&lt;P&gt;Hope I am clear with requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 12:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Assing-CAL-to-user-to-view-particular-tab/m-p/681674#M1317334</guid>
      <dc:creator />
      <dc:date>2014-09-24T12:36:08Z</dc:date>
    </item>
  </channel>
</rss>

