<?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: dash performance different in different QV servers in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077355#M359340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your answer.&lt;/P&gt;&lt;P&gt;Yes, I use section access.&amp;nbsp; You are right. It may related to this! I checked the accounts that have access to specific "NWGROUP", then the data is correct. For example, the user01 with access to CLIENTId is correct. But the data for admin01 with access "ALL" is "0".&amp;nbsp;&amp;nbsp; Do you have any idea h&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ow can I improve this for next step?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My section access script is as below:&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; ACCESS, NTNAME, NWGROUP&lt;/P&gt;&lt;P&gt;&amp;nbsp; ADMIN, admin01, ALL&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER, user01, GROUP1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;NWGROUP, CLIENTId&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GROUP1&lt;/SPAN&gt;, 1000001&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for the set expression, there is no searches (first to know this can be a problem, thanks), it is a fixed string, I also use similar formula for other set variables. Below is my set expression:&lt;/P&gt;&lt;P&gt;set _numA= SUM({&amp;lt;GroupType={'A'}&amp;gt;}numbers);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 09:41:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-04-08T09:41:19Z</dc:date>
    <item>
      <title>dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077353#M359338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, QVers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I got notification from a college that in the dash which is hold on the production server, several expression columns show "0".&lt;/P&gt;&lt;P&gt;The dash is a copy from my development server, and these "0" columns in the development server&amp;nbsp; are all correct. All these columns use set analysis formulas that set in the load script.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this issue, I do not know whether it is new or exist from the beginning. As I always use development sever, and I can not remember whether that few columns hold correct data or not during the test stage. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this issue, I already did some checks/tries like below:&lt;/P&gt;&lt;P&gt;1. I use QV11.20 SR12, and both servers use the same version.&lt;/P&gt;&lt;P&gt;2. There are also some other set analysis formulas used in other columns, but works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no idea how to check this now. &lt;/P&gt;&lt;P&gt;Dose any one has any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I will provide a test .qvw file later if I can duplicate this problem in a new dash.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; very much~&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 15:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077353#M359338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-07T15:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077354#M359339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, this could have multiple causes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Are you using section access with data reduction in your application? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Are you using searches in your set expressions, that might be dependent on regional settings of the server?&lt;/P&gt;&lt;P&gt;For example, if you are using a date ranges search and just using a dollar sign expansion of $(=Today()), this uses the default date format. The default date format might be depending on the executing server (if you haven't set an explicite format), and OS regional settings might be different between servers.&lt;/P&gt;&lt;P&gt;If the default date format doesn't match the field format, your expression probably returns zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 17:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077354#M359339</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-07T17:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077355#M359340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for your answer.&lt;/P&gt;&lt;P&gt;Yes, I use section access.&amp;nbsp; You are right. It may related to this! I checked the accounts that have access to specific "NWGROUP", then the data is correct. For example, the user01 with access to CLIENTId is correct. But the data for admin01 with access "ALL" is "0".&amp;nbsp;&amp;nbsp; Do you have any idea h&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ow can I improve this for next step?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;My section access script is as below:&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp; ACCESS, NTNAME, NWGROUP&lt;/P&gt;&lt;P&gt;&amp;nbsp; ADMIN, admin01, ALL&lt;/P&gt;&lt;P&gt;&amp;nbsp; USER, user01, GROUP1&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;NWGROUP, CLIENTId&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;GROUP1&lt;/SPAN&gt;, 1000001&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for the set expression, there is no searches (first to know this can be a problem, thanks), it is a fixed string, I also use similar formula for other set variables. Below is my set expression:&lt;/P&gt;&lt;P&gt;set _numA= SUM({&amp;lt;GroupType={'A'}&amp;gt;}numbers);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077355#M359340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T09:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077356#M359341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you have linked the NWGROUP value 'ALL' to the section application table? Does it show an entry for every possible CLIENTId ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077356#M359341</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-08T09:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077357#M359342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is ALL an actual value in NWGROUP, or you mean access to all possible values of NWGROUP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need all possible values, then assuming that all the possible values of NWGROUP exist in the section access table LOAD, change the ALL to * like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Section Access;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ACCESS, NTNAME, NWGROUP&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; ADMIN, admin01, *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; USER, user01, GROUP1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077357#M359342</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-04-08T09:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077358#M359343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, swuehl, jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp; After change to use "*", it then works!!!&lt;/P&gt;&lt;P&gt;Yes, NWGROUP "ALL" do have the access to all the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CLIENTId.&amp;nbsp; So I guess it is a default for all access like "*". That section access is original from another college. So I did not notice that is the problem.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much~&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 10:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077358#M359343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T10:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077359#M359344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just take care that the star symbol is only a replacement for all NWGROUP listed in the section access table.&lt;/P&gt;&lt;P&gt;If there aren't all NWGROUP values in that table or if not all ClientID values are linked to a NWGROUP, admin won't see every possible ClientID. That's why some prefer a explicite ALL value linked explicitely to every possible ClientId in your section application table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 10:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077359#M359344</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-08T10:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077360#M359345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi，swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info. It means if I want the admin account to see data from all ClientIDs, and NWGROUP dose not cover all the ClientIDs, then I must use NWGROUP ALL to link to all the ClientIDs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there&amp;nbsp; any other simpler way to do this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077360#M359345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-08T11:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077361#M359346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I usually do where I cannot be sure that every possible value of a reduction field exist in the SA table, is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// LOAD the user list from some source (INLINE here for illustration)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Users:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Inline&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, NTNAME, NWGROUP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, admin01, *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, A, GROUP1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Get the '*' users&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ACCESSLIST:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD ACCESS, NTNAME&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Users&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE NWGROUP = '*';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Cross join them with the possible NWGROUP values in the model ('Data' table for illustration)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LEFT JOIN (ACCESSLIST)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD Distinct NWGROUP&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Resident Data;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// Add the explicit NWGROUP members&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Concatenate (ACCESSLIST)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Resident Users&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE NWGROUP &amp;lt;&amp;gt; '*';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// LOAD this table into SA&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Section Access;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Resident ACCESSLIST;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// And carry on&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Section Application;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use a generic link table, as covered by HC here: &lt;A href="https://community.qlik.com/docs/DOC-3451"&gt;Generic keys&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2016 20:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077361#M359346</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-04-09T20:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077362#M359347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Thanks for the info. It means if I want the admin account to see data from all ClientIDs, and NWGROUP dose not cover all the ClientIDs, then I must use NWGROUP ALL to link to all the ClientIDs.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is there&amp;nbsp; any other simpler way to do this?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Zhihong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that the approach using ALL is that complicated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use your previous script snippet:&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;EM&gt;Section Access;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; ACCESS, NTNAME, NWGROUP&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; ADMIN, admin01, &lt;STRONG&gt;ALL&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; USER, user01, GROUP1&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Section Application;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;NWGROUP, CLIENTId&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;GROUP1&lt;/SPAN&gt;, 1000001&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you need to take care that there is an NWGROUP value 'ALL' that links to every possible CLIENTId.&lt;/P&gt;&lt;P&gt;I assume that above INLINE table is just a link table for your authorization, and there is a CLIENT table with your unique CLIENTId you are using in your app, which your are loading from your data sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you need to do is concatenate all CLIENTIds to your authorization link table in section application:&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;EM&gt;Section Application;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;AUTHLINK:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;NWGROUP, CLIENTId&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;SPAN style="font-weight: inherit; font-size: 13.3333px; font-family: inherit;"&gt;GROUP1&lt;/SPAN&gt;, 1000001&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;CONCATENATE (AUTHLINK)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'ALL' as NWGROUP,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CLIENTId&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM CLIENT.qvd (qvd); // adapt to your CLIENT table data source.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This creates a link to all possible CLIENTId. You can create a filter in that LOAD if you don't want to load all clients or you can do a RESIDENT LOAD of your AUTHLINK table to load the CLIENTIds that are present in that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you have full control about the context of 'ALL' in your section access table down to the CLIENTId level, no need to trust that NWGROUPs have been defined properly or that these groups are linking to all CLIENTId values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The final solution depends on what your requirements are, but I believe this approach is not &lt;EM&gt;much&lt;/EM&gt; more complex than using any other solution, including star symbol. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Apr 2016 22:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077362#M359347</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-09T22:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077363#M359348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi, swuehl, jonathan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for answers!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 09:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077363#M359348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-11T09:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: dash performance different in different QV servers</title>
      <link>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077364#M359349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;swuehl, jonathan,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a new issue in the NWGROUP. And I posted a new discussion &lt;A _jive_internal="true" href="https://community.qlik.com/message/1018357#1018357"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help to check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;Zhihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 09:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dash-performance-different-in-different-QV-servers/m-p/1077364#M359349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-13T09:32:19Z</dc:date>
    </item>
  </channel>
</rss>

