<?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: Section access on buttons. Landing page in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1678602#M449903</link>
    <description>&lt;P&gt;See related post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Users-need-to-land-on-specific-sheets-depending-on-access/m-p/1669999#M385957" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/Users-need-to-land-on-specific-sheets-depending-on-access/m-p/1669999#M385957&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2020 15:36:37 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-02-24T15:36:37Z</dc:date>
    <item>
      <title>Section access on buttons. Landing page</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1670134#M449404</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I have a model that has section access applied. Only difference is that it does not hide sheets that users are restricted from as the model uses buttons to navigate through different sheets.&lt;/P&gt;&lt;P&gt;So instead users can still see the buttons they're restricted from, but they are grayed out with no actions i.e. they cannot click it to activate the sheet or perform any action.&lt;/P&gt;&lt;P&gt;The problem that I have is, the first button on the model is "Dashboard"and some users don't have access to it. Currently when the model is open all users land into Dashboard even if they are restricted. So how do I ensure that those users land only on the button(s) they have access to?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1670134#M449404</guid>
      <dc:creator>nkosinde13</dc:creator>
      <dc:date>2024-11-16T19:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Section access on buttons. Landing page</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1671321#M449450</link>
      <description>&lt;P&gt;You can create a file where you can put USERID and SHEET as columns&lt;/P&gt;&lt;P&gt;Then you load the data from Excel file and put the condition in (Layout - Show -Conditional) on sheet/object like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=upper(OSUser())= USERID and SHEET='Dashboard'&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 13:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1671321#M449450</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2020-01-31T13:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section access on buttons. Landing page</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1678602#M449903</link>
      <description>&lt;P&gt;See related post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Users-need-to-land-on-specific-sheets-depending-on-access/m-p/1669999#M385957" target="_blank"&gt;https://community.qlik.com/t5/New-to-QlikView/Users-need-to-land-on-specific-sheets-depending-on-access/m-p/1669999#M385957&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 15:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1678602#M449903</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-24T15:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Section access on buttons. Landing page</title>
      <link>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1678869#M449916</link>
      <description>&lt;P&gt;Good day All&lt;/P&gt;&lt;P&gt;Thank you so much for all the responses. We managed to find a workaround, so in the user access list I created a field: DocumentID which is basically the sheet object ID for each buttons in the model. So for each user I put in the sheet ID for the first button they have access to, forcing them to land on that and this is because we did not want to hide the buttons which they do not have access to, we instead grayed them out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then under Document triggers, on Activate Sheet I used this expression:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&amp;nbsp;=Only({&amp;lt;[NT NAME] = {$(vOSUser)}&amp;gt;}DocumentID)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3" color="#FF6600"&gt;&lt;FONT color="#000000"&gt;See the attached document for an example of how the access looks on the model as well as example of user list.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2020 08:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-access-on-buttons-Landing-page/m-p/1678869#M449916</guid>
      <dc:creator>nkosinde13</dc:creator>
      <dc:date>2020-02-25T08:44:24Z</dc:date>
    </item>
  </channel>
</rss>

