<?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/Application using a * in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991729#M337876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Star is *; before the section application line, worked how i wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 10:01:52 GMT</pubDate>
    <dc:creator>renjithpl</dc:creator>
    <dc:date>2015-09-08T10:01:52Z</dc:date>
    <item>
      <title>Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991717#M337864</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;Below is my section access/application script.&lt;/P&gt;&lt;P&gt;I want NTNAME B to see all the dashboard.&lt;/P&gt;&lt;P&gt;When I use this, i get no data in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why * does not work in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SECTION Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, A&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, B&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, C&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;SECTION Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, DASHBOARD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, sales.qvw&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, finance.qvw&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, *&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, sales.qvw&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 02:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991717#M337864</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2015-09-08T02:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991718#M337865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Renjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try blank instead of *:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, DASHBOARD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, sales.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, finance.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, sales.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 02:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991718#M337865</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-09-08T02:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991719#M337866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried using blank, dint work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 02:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991719#M337866</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2015-09-08T02:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991720#M337867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I edited it, don't use comma after B at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, DASHBOARD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, sales.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, finance.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, sales.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 02:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991720#M337867</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-09-08T02:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991721#M337868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may also need to use upper letters for the dashboard names as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 02:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991721#M337868</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-09-08T02:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991722#M337869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried all, nothing seems to be working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 03:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991722#M337869</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2015-09-08T03:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991723#M337870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no special meaning for * in the Section Application part of the script.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;What are you trying to achieve? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Do you want to map B to all 3 file names? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;What are you doing with these file names?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Perhaps this is what you need:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;T_Dashboards:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, DASHBOARD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, sales.qvw&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, finance.qvw&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, sales.qvw&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dashboards:&lt;/P&gt;&lt;P&gt;LOAD NTNAME&lt;/P&gt;&lt;P&gt;Resident T_Dashboards&lt;/P&gt;&lt;P&gt;Where DASHBOARD = '*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join (Dashboards)&lt;/P&gt;&lt;P&gt;LOAD Distinct DASHBOARD&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Resident T_Dashboards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Where DASHBOARD &amp;lt;&amp;gt; '*';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Concatenate (Dashboards)&lt;/P&gt;&lt;P&gt;LOAD NTNAME, DASHBOARD&lt;/P&gt;&lt;P&gt;Resident T_Dashboards&lt;/P&gt;&lt;P&gt;Where DASHBOARD &amp;lt;&amp;gt; '*';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="font-size: 13.3333px;"&gt;T_Dashboards;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 06:04:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991723#M337870</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-09-08T06:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991724#M337871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dimension table has the filed "dashboard names" with values sales.qvw, finance.qvw.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want user B to view all the values, i thought using * will help. But when I am reducing the data and when USER B opens the document he can only nothing other than "*".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 06:13:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991724#M337871</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2015-09-08T06:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991725#M337872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B, app1&lt;/P&gt;&lt;P&gt;B, app2&lt;/P&gt;&lt;P&gt;B, app3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this. * does not work like you specified in section access. I had same experience on field level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 06:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991725#M337872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-08T06:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991726#M337873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Access;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Security:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, A&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, B&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, C&lt;BR /&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LEFT JOIN (Security)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;LOAD * &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, DASHBOARD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, sales.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, finance.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, sales.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Application;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;App_Data:&lt;BR /&gt;LOAD &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DASHBOARD&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DASHBOARD&lt;BR /&gt;&amp;nbsp;&amp;nbsp; sales.qvw&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; finance.qvw &lt;BR /&gt;&amp;nbsp;&amp;nbsp; sales.qvw&lt;BR /&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 06:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991726#M337873</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-09-08T06:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991727#M337874</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;Check this link for sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5973"&gt;Authentication and Authorization in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 06:34:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991727#M337874</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-09-08T06:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991728#M337875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;star *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, A&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, B&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, C&lt;BR /&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, DASHBOARD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, sales.qvw&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, finance.qvw&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, &amp;lt;ALL&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, sales.qvw&lt;BR /&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;STAR is *;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Access;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, A&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, B&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, C&lt;BR /&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SECTION Application;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NTNAME, DASHBOARD&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, sales.qvw&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, finance.qvw&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, *&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C, sales.qvw&lt;BR /&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 07:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991728#M337875</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-09-08T07:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991729#M337876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Star is *; before the section application line, worked how i wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 10:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991729#M337876</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2015-09-08T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Section Access/Application using a *</title>
      <link>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991730#M337877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey Renjith,&lt;/P&gt;&lt;P&gt;USING B userid where you able to&amp;nbsp;&amp;nbsp; get data for all?? if so can you share the sample file please .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 10:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Section-Access-Application-using-a/m-p/991730#M337877</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-09-08T10:38:45Z</dc:date>
    </item>
  </channel>
</rss>

