<?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: Issue with access to the dashboard pages via section access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Issue-with-access-to-the-dashboard-pages-via-section-access/m-p/2523202#M106752</link>
    <description>&lt;P&gt;The reason is your match-query against PAGE which contained no explicit aggregation which means that implicitly only() is taken and User2 has two different values which results in NULL.&lt;/P&gt;&lt;P&gt;AFAIK it's not mandatory necessary to apply such expression else using directly the fields. Here an example as starting point:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Member-Articles/Sheet-level-access/ta-p/1482009" target="_blank"&gt;Sheet level access - Qlik Community - 1482009&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jul 2025 11:58:29 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2025-07-04T11:58:29Z</dc:date>
    <item>
      <title>Issue with access to the dashboard pages via section access</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-access-to-the-dashboard-pages-via-section-access/m-p/2523193#M106749</link>
      <description>&lt;P&gt;Hi all.&lt;BR /&gt;Hope the power of community will help me to understand what am I doing wrong regarding access to the dashboard pages.&lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I have a dashboard with 3 pages: A and B. Each page should be available to the certain list of users. Some of the users&amp;nbsp; may have an access to the only one page, others may have access to the both pages. Later there will be more pages and access combinations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My code is next:&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Page:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Load * Inline [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;PAGE &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;A&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;B&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;];&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;TEMPSectionAccess:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Load&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ACCESS,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Upper(USERID) as USERID,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Upper(PAGE) as PAGE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;From [Section Access.xlsx](ooxml, embedded labels, table is Sheet1);&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Section Access;&lt;BR /&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;SectionAccessTab:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Load &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;ACCESS,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;USERID,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;PAGE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Resident TEMPSectionAccess;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Section Application;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Drop Table TEMPSectionAccess;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;Than to each page of the dashboard I applied next show condition:&lt;/FONT&gt;&lt;BR /&gt;For Page A&amp;nbsp; &amp;nbsp; &amp;nbsp;If(Match(PAGE,'A'),1,0)&lt;BR /&gt;For Page B&amp;nbsp; &amp;nbsp; If(Match(PAGE,'B'),1,0)&lt;BR /&gt;&lt;BR /&gt;Data that is taken from the Excel file is looks like this&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Peony_0-1751627175855.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181826iA0500C8CF4D3763E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Peony_0-1751627175855.png" alt="Peony_0-1751627175855.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;When User1 login into the dashboard, this user see only page A. But when user User2 opens the dashboard, he see no pages at all. But I expected he would see both pages. And I can't understand why.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":crying_face:"&gt;😢&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 11:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-access-to-the-dashboard-pages-via-section-access/m-p/2523193#M106749</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2025-07-04T11:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with access to the dashboard pages via section access</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-access-to-the-dashboard-pages-via-section-access/m-p/2523202#M106752</link>
      <description>&lt;P&gt;The reason is your match-query against PAGE which contained no explicit aggregation which means that implicitly only() is taken and User2 has two different values which results in NULL.&lt;/P&gt;&lt;P&gt;AFAIK it's not mandatory necessary to apply such expression else using directly the fields. Here an example as starting point:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Member-Articles/Sheet-level-access/ta-p/1482009" target="_blank"&gt;Sheet level access - Qlik Community - 1482009&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 11:58:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-access-to-the-dashboard-pages-via-section-access/m-p/2523202#M106752</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2025-07-04T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with access to the dashboard pages via section access</title>
      <link>https://community.qlik.com/t5/App-Development/Issue-with-access-to-the-dashboard-pages-via-section-access/m-p/2523284#M106776</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;Thank you for the answer and the link. Now my issue is solved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jul 2025 18:40:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issue-with-access-to-the-dashboard-pages-via-section-access/m-p/2523284#M106776</guid>
      <dc:creator>Peony</dc:creator>
      <dc:date>2025-07-06T18:40:58Z</dc:date>
    </item>
  </channel>
</rss>

