<?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: Star is '*' not working in QEMC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854302#M991120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ and &lt;A href="https://community.qlik.com/qlik-users/3931"&gt;mov&lt;/A&gt;‌ any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Jul 2015 23:26:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-07-11T23:26:15Z</dc:date>
    <item>
      <title>Star is '*' not working in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854298#M991116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/819726"&gt;Can security be implemented in QEMC at Sheet Object Level?&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this discussion has been moved to the above thread because the content is the same. Please follow discussion at the above link.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2015 21:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854298#M991116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-11T21:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Star is '*' not working in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854299#M991117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you detail a little more what exactely is not working? And it's not working on the server, but locally, or not working at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2015 21:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854299#M991117</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-11T21:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Star is '*' not working in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854300#M991118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As &lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ said, no enough info.&amp;nbsp; I can only give some explanation how the * works in section access.&amp;nbsp; It doesn't mean&amp;nbsp; "all values" - it means "all &lt;STRONG&gt;listed&lt;/STRONG&gt; values".&amp;nbsp;&amp;nbsp; For example, you have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, USER, REDUCTIONFIELD&lt;/P&gt;&lt;P&gt;USER, USER1, A&lt;/P&gt;&lt;P&gt;USER, USER2, B&lt;/P&gt;&lt;P&gt;USER, USER3, C&lt;/P&gt;&lt;P&gt;USER, USER1, *&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here USER1 has access to REDUCTIONFIELD A,B, and C.&amp;nbsp; If there are other values (e.g. D, E, F) - he doesn't have access to them.&amp;nbsp; To get access to all values, it should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;ACCESS, USER, REDUCTIONFIELD&lt;/P&gt;&lt;P&gt;USER, USER1, A&lt;/P&gt;&lt;P&gt;USER, USER2, B&lt;/P&gt;&lt;P&gt;USER, USER3, C&lt;/P&gt;&lt;P&gt;USER, USER1,&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2015 22:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854300#M991118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-11T22:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Star is '*' not working in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854301#M991119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is my hidden script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;&amp;nbsp; Upper(ACCESS), &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(NTNAME) as NTNAME&lt;/P&gt;&lt;P&gt;FROM QMC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;Star is *;&lt;/P&gt;&lt;P&gt;SectionAccesstab:&lt;/P&gt;&lt;P&gt;LOAD Upper(NTNAME) as NTNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(ZONE) as %ZONE&lt;/P&gt;&lt;P&gt;From QMC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question: I have 10 charts and for 1 out of 10 charts, sales persons sud see data on all zones, for remaining charts and tabs across the dashboard, data sud be reduced zonewise. can we do it excel-free.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my approach: I am planning to control data reduction at expn level: For that one chart which sud allow data on all zone, I am not going to use, %zone in the expression of the chart. For all remaining charts, I am going to use %zone in the expn so that data is reduced according to definition. For eg. count(if(field1='13' and %zone=zone1,ID)) where zone1 is the actual fieldname in the app. this expn allows me to give respective sales person their zone-data. But the problem is for some users, when I assign " * " to give access to all data, chart is blank on front end when I use %zone=zone1 in the expn. however, the expn with %zone use is working correctly if a user is assigned a certain zone, just not for admins n users with a *.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is your soln? cud there be a more robust approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2015 22:45:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854301#M991119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-11T22:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Star is '*' not working in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854302#M991120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/15823"&gt;swuehl&lt;/A&gt;‌ and &lt;A href="https://community.qlik.com/qlik-users/3931"&gt;mov&lt;/A&gt;‌ any thoughts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jul 2015 23:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854302#M991120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-11T23:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Star is '*' not working in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854303#M991121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I make QEMC understand that * means all listed values at expression level????????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 00:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854303#M991121</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-12T00:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Star is '*' not working in QEMC</title>
      <link>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854304#M991122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I posted to you other thread (please try to avoid re-posting), I believe the star symbol * semantic for 'all listed values' is only valid within section access, not section application tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;=count( if( field1='13' and ZONE &lt;/SPAN&gt;&lt;EM style="font-size: 13.3333330154419px;"&gt;LIKE&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; %ZONE, ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jul 2015 08:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Star-is-not-working-in-QEMC/m-p/854304#M991122</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-12T08:56:28Z</dc:date>
    </item>
  </channel>
</rss>

