<?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: Show blank QlikView dashboard in access point for users not in section access in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2039905#M85692</link>
    <description>&lt;P&gt;In some way you are describing already a possibility - simply adding those users within the section access. This doesn't mandatory mean to give them also access to confidential data - helpful may some dummy-data ...&lt;/P&gt;
&lt;P&gt;Another and probably more expedient approach could be to hide these applications within the access point which is a document option in tab server (bottom right) which hides the application for all not listed users.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 13:30:27 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2023-02-20T13:30:27Z</dc:date>
    <item>
      <title>Show blank QlikView dashboard in access point for users not in section access</title>
      <link>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2039681#M85675</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;Need to implement section access for QlikView dashboard.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Normally if users are not added in section access, they will get 'access denied' while trying to open dashboard from QlikView access point.&lt;/P&gt;
&lt;P&gt;but in my case&amp;nbsp;'it should allow to open the dashboard&amp;nbsp; but with blank sheets(hiding all data),If users are not added in security'.&lt;/P&gt;
&lt;P&gt;Could you please help me to achieve this requirement.&lt;/P&gt;
&lt;P&gt;your help is highly appreciated.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 06:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2039681#M85675</guid>
      <dc:creator>bhargavikn</dc:creator>
      <dc:date>2023-02-20T06:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Show blank QlikView dashboard in access point for users not in section access</title>
      <link>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2039905#M85692</link>
      <description>&lt;P&gt;In some way you are describing already a possibility - simply adding those users within the section access. This doesn't mandatory mean to give them also access to confidential data - helpful may some dummy-data ...&lt;/P&gt;
&lt;P&gt;Another and probably more expedient approach could be to hide these applications within the access point which is a document option in tab server (bottom right) which hides the application for all not listed users.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 13:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2039905#M85692</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-02-20T13:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Show blank QlikView dashboard in access point for users not in section access</title>
      <link>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2043796#M85914</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;
&lt;P&gt;Thanks for your Input.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please explain, how we can add dummy data and it will reflect for all the columns in data model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 12:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2043796#M85914</guid>
      <dc:creator>bhargavikn</dc:creator>
      <dc:date>2023-03-01T12:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show blank QlikView dashboard in access point for users not in section access</title>
      <link>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2043854#M85922</link>
      <description>&lt;P&gt;Probably there is a field like country or region used for the section access. To this you may add the dummy-data, for example with:&lt;/P&gt;
&lt;P&gt;concatenate(RegionDimTable) load 'DUMMY' as REGION autogenerate 1;&lt;/P&gt;
&lt;P&gt;to the data-model within the section application area and within the section access area something like:&lt;/P&gt;
&lt;P&gt;concatenate(SectionAccess)&lt;BR /&gt;load * inline [&lt;BR /&gt;ACCESS, NTNAME, REGION&lt;BR /&gt;USER, USER1, DUMMY&lt;BR /&gt;USER, USER2, DUMMY&lt;BR /&gt;...&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;The normal users haven't listed the DUMMY region and shouldn't see this value and the excluded users have only this DUMMY value without any other related values from the data-model. In this way they are listed and have at least a single available value within the data-set and shouldn't be excluded anymore. The value itself is completely useless.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 13:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-blank-QlikView-dashboard-in-access-point-for-users-not-in/m-p/2043854#M85922</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-03-01T13:48:24Z</dc:date>
    </item>
  </channel>
</rss>

