<?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 How to exclude data from dashboard project in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291566#M108224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You answer is very close. Here is the method I am using now. Please see attached file for detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2011 17:45:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-14T17:45:11Z</dc:date>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291551#M108209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to exclude one division's data from the whole dashboard. I tried to use the include file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET ORG_NAME2&amp;lt;&amp;gt; Not Need DIVISION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any thoughts on that? Or do you have any suggestion on my needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you inadvance and best regards,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 13:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291551#M108209</guid>
      <dc:creator />
      <dc:date>2011-11-02T13:26:08Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from Qlikview project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291552#M108210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I don't get what you mean with above statement. Could you explain it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest using a where clause in your Date load instead, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;FROM table where DIVISION not 'DONTWANTTHISDIVISION';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 13:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291552#M108210</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-02T13:30:40Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291553#M108211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, swuehl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I need exclude one division data from dashboard project.&lt;/P&gt;&lt;P&gt;This dashboard project is developed by third party and I just need to do some custom thing. Some hide scrip I cannot see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 13:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291553#M108211</guid>
      <dc:creator />
      <dc:date>2011-11-02T13:43:26Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291554#M108212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to exclude this data on a per user base? Like UserA can't see Division A and UserB can't see DivisionB?&lt;/P&gt;&lt;P&gt;Then you might want to check out section access. &lt;/P&gt;&lt;P&gt;If you want to permanently exclude one division for all users, I again would do this in your data load with a where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or are you saying you don't have access to the script? I assumed you had, because you were talking about the LET statement in your OP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I think you need to describe your data model, setting and user requirements a bit more detailed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291554#M108212</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-02T14:19:37Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291555#M108213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should say I don't want to modify the original program and add some script to exclude the data for all user. &lt;/P&gt;&lt;P&gt;Is there a way qlikview can exclude the already loaded data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some hide scrip I cannot see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and best regards,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291555#M108213</guid>
      <dc:creator />
      <dc:date>2011-11-02T14:31:01Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291556#M108214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the selection on division as you need, i.e. select all division that you want to keep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then go to file -&amp;gt; reduce data -&amp;gt; keep possible values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you might store the application to a different name and distribute. As long as you don't reload, the excluded division is removed from the data completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291556#M108214</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-02T14:36:24Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291557#M108215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program need reload everyweek to pickup the latest data. 'reduce data' may need to do after every load.&lt;/P&gt;&lt;P&gt;Sorry, I am a newbie to Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291557#M108215</guid>
      <dc:creator />
      <dc:date>2011-11-02T14:42:30Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291558#M108216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't want to modify the original program, but maybe adding some lines?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do a resident load of the table with the division name, and use a where clause in this load, then drop the original table, this might be enough. But for sure, you will need some insight into the script and data model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLEWITHOUTDIVISION:&lt;/P&gt;&lt;P&gt;NOCONCATENATE LOAD *&lt;/P&gt;&lt;P&gt;From TABLEWITHDIVISION where Division not 'NOTTHISONE;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;drop table TABLEWITHDIVISION;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure, do you want to remove the data from the data model, i.e. noone will have access to the data after reload even if modifying the GUI, or do you just want to limit the possible selection state (but if a user modifies the GUI objects, he might access the data again)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 14:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291558#M108216</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-02T14:49:31Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291559#M108217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you use set analysis so that the dashboard information excludes figures relating to a particular division? I guess that depends on what kind of data it is you're trying to show...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 17:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291559#M108217</guid>
      <dc:creator />
      <dc:date>2011-11-02T17:19:44Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291560#M108218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying this and cannot get it work.I can remove the data from data model. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 17:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291560#M108218</guid>
      <dc:creator />
      <dc:date>2011-11-02T17:36:43Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291561#M108219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rbiscoeodi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I canot send the example because it so big. What's set analysis? Where I can modify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 17:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291561#M108219</guid>
      <dc:creator />
      <dc:date>2011-11-02T17:38:16Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291562#M108220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post the script code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 17:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291562#M108220</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-02T17:47:14Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291563#M108221</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;Can you give me your email? I can set a goto meeting at your convienent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My email: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:dzl88@hotmail.com"&gt;dzl88@hotmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 18:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291563#M108221</guid>
      <dc:creator />
      <dc:date>2011-11-02T18:24:23Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291564#M108222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might try one of the Document Event Triggers, for example:&lt;/P&gt;&lt;P&gt;Click Settings&lt;/P&gt;&lt;P&gt;Click Document Properties&lt;/P&gt;&lt;P&gt;Click Triggers&lt;/P&gt;&lt;P&gt;Click OnOpen&lt;/P&gt;&lt;P&gt;Click Add Action(s)&lt;/P&gt;&lt;P&gt;Click Add&lt;/P&gt;&lt;P&gt;Click Selection&lt;/P&gt;&lt;P&gt;Click Select in Field&lt;/P&gt;&lt;P&gt;Click OK&lt;/P&gt;&lt;P&gt;Choose your Field&lt;/P&gt;&lt;P&gt;Enter the Division name to be hidden&lt;/P&gt;&lt;P&gt;Click Add again for another Action&lt;/P&gt;&lt;P&gt;Click Selection&lt;/P&gt;&lt;P&gt;Click Select Excluded&lt;/P&gt;&lt;P&gt;Click OK&lt;/P&gt;&lt;P&gt;Choose your Field&lt;/P&gt;&lt;P&gt;Click Apply and/OK twice&lt;/P&gt;&lt;P&gt;Save the QVW&lt;/P&gt;&lt;P&gt;Close it and re-open it&lt;/P&gt;&lt;P&gt;The Division name to be excluded will not be in the data&lt;/P&gt;&lt;P&gt;If OnOpen isn't the best Trigger for you, try one of the others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 15:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291564#M108222</guid>
      <dc:creator />
      <dc:date>2011-11-03T15:00:02Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291565#M108223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are full details on Set Analysis in the QlikView help file - that will give you far better information than me trying to explain it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, to give an example, if your dashboard is trying to show the sum of sales for all divisions, with Division X excluded, then the set analysis you would use in the chart is something like:&lt;/P&gt;&lt;P&gt;=sum( {$&amp;lt;~Division = {Division X} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be completely not what you're after, but without being able to see what's on your dashboard it's a bit hard to tell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 15:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291565#M108223</guid>
      <dc:creator />
      <dc:date>2011-11-03T15:10:39Z</dc:date>
    </item>
    <item>
      <title>How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291566#M108224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Dave,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You answer is very close. Here is the method I am using now. Please see attached file for detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 17:45:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291566#M108224</guid>
      <dc:creator />
      <dc:date>2011-11-14T17:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude data from dashboard project</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291567#M108225</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;Thank you veyr much for your inputs. You are great. Here is the method I am using now. Please see attached file for more detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dust&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2011 17:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-data-from-dashboard-project/m-p/291567#M108225</guid>
      <dc:creator />
      <dc:date>2011-11-14T17:47:50Z</dc:date>
    </item>
  </channel>
</rss>

