<?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: Restrict data in chart and table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991313#M646467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't get the exact requirement, if you need to reduce the data then make you of the conditional statements according to your requirement , this should resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to share the data or sample file so that it will be helpful for us to understand&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Oct 2015 04:40:25 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-10-30T04:40:25Z</dc:date>
    <item>
      <title>Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991311#M646465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am bringing in 1 table.&amp;nbsp;&amp;nbsp; I have two tab in the application.&amp;nbsp;&amp;nbsp; One needs to show group A data and the other group B data.&lt;/P&gt;&lt;P&gt;In one&amp;nbsp; tab I have a chart&amp;nbsp; listing column 1, 2, and 3 and the chart has an expression&lt;SPAN style="font-size: 10pt;"&gt; "&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;IF group A" . &lt;/SPAN&gt;&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;The tab also has a table listing and currently it shows all A and B.&amp;nbsp;&amp;nbsp; I want it to show only group A like the chart.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The other tab has same as above but for group B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991311#M646465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-29T14:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991312#M646466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try to create one Button / On Activate Sheet Trigger&lt;/P&gt;&lt;P&gt;Like&lt;/P&gt;&lt;P&gt;Select In Field -&amp;gt; Your Field (you already used for your chart ,"if Group A") -&amp;gt;&lt;/P&gt;&lt;P&gt;Search String (Entered your Filter Expression)&lt;/P&gt;&lt;P&gt;Then you will get the same data for your chart and Table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 02:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991312#M646466</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-30T02:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991313#M646467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't get the exact requirement, if you need to reduce the data then make you of the conditional statements according to your requirement , this should resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to share the data or sample file so that it will be helpful for us to understand&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 04:40:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991313#M646467</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-10-30T04:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991314#M646468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The charts in the respective tabs should include the group condition in set expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;Sum({&amp;lt;group = {A}&amp;gt;} Amount)&lt;/EM&gt; for the chart on tab A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Sum({&amp;lt;group = {B}&amp;gt;} Amount)&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;for the chart on tab B&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I am not sure that this is the best design. If the charts and structure of the two groups is the same, why not just provide a list box for group and let the user choose the group? If necessary, hide or conditionally calculate the objects using the condition "GetSelectedCount(group) = 1" or something similar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 06:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991314#M646468</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-10-30T06:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991315#M646469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What I can understand from your statement is you have data something like this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG alt="data.jpg" class="jive-image image-1" height="231" src="https://community.qlik.com/legacyfs/online/103556_data.jpg" width="251" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data1.jpg" class="jive-image image-2" height="238" src="https://community.qlik.com/legacyfs/online/103557_data1.jpg" width="321" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data2.jpg" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/103558_data2.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="data3.jpg" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/103560_data3.jpg" style="width: 620px; height: 361px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 06:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991315#M646469</guid>
      <dc:creator>neha_sri</dc:creator>
      <dc:date>2015-10-30T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991316#M646470</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;So you want to reduce the data, for that you can use alternative state. in tab1 you can use state1 fro chart1 and in tab2 state2 for same chart u can use. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 06:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991316#M646470</guid>
      <dc:creator />
      <dc:date>2015-10-30T06:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991317#M646471</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;So you want to reduce the data, for that you can use alternative state. in tab1 you can use state1 fro chart1 and in tab2 state2 for same chart u can use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 06:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991317#M646471</guid>
      <dc:creator />
      <dc:date>2015-10-30T06:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991318#M646472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are all good.&amp;nbsp;&amp;nbsp; This is what I have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6000&lt;/P&gt;&lt;P&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2000&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2500&lt;/P&gt;&lt;P&gt;B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9000&lt;/P&gt;&lt;P&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In one tab, &lt;/P&gt;&lt;P&gt;I have a chart with the expression &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Country]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'A' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Country]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'C',Country&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;This displays:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Country&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1500&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;The data chart shows ALL (A, B, C) because I don't know how to limit the data to only A and C.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I tried using the sheet property Select In Field, but with this I can only have 1 value and I have 2 (A and C).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 13:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991318#M646472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-30T13:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991319#M646473</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 to give your 2 values in search string..&lt;/P&gt;&lt;P&gt;Select in Field -&amp;gt; search string &lt;/P&gt;&lt;P&gt;('A'|'C')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 16:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991319#M646473</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-10-30T16:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict data in chart and table</title>
      <link>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991320#M646474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to add more than 1 value using the Select in Field --&amp;gt; Search String (A|C) . This worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 21:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restrict-data-in-chart-and-table/m-p/991320#M646474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-30T21:02:27Z</dc:date>
    </item>
  </channel>
</rss>

