<?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: associate chart with filter selections;restrict tables which populates chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393850#M566978</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;I found the solution to the first problem as well.&lt;/P&gt;&lt;P&gt;Follow these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to&lt;/P&gt;&lt;P&gt;Settings -&amp;gt;Document Properties -&amp;gt; Tables----check 'Loosely Coupled' for all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Nov 2012 12:48:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-30T12:48:19Z</dc:date>
    <item>
      <title>associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393842#M566970</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;I have a scenario where I have a number of partners and period in months.&lt;/P&gt;&lt;P&gt;One chart displays subscription partners and two other tables populate vod and ppv partners respectively.&lt;/P&gt;&lt;P&gt;Each of this has separate queries, but the alias i.e. 'Partner' is same across all.&lt;/P&gt;&lt;P&gt;As a result of this, the chart that is supposed to display only subscription data is displaying vod ppv partners as well,&lt;/P&gt;&lt;P&gt; though the expression fields are null.&lt;/P&gt;&lt;P&gt;This happens when i give the expression if(rowno()=0,avg(UNITARYCOST_SUBSCRIBER), sum(UNITARYCOST_SUBSCRIBER))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i just give =sum(UNITARYCOST_SUBSCRIBER),&lt;/P&gt;&lt;P&gt;this problem does not arise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart with the only dimension being month.&lt;/P&gt;&lt;P&gt;but the data displayed varies when I make partner selections as well.This is again because all the queries share the same aliases.&lt;/P&gt;&lt;P&gt;Is there any way I can detach a chart from particular selections?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Anju Gopinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 10:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393842#M566970</guid>
      <dc:creator />
      <dc:date>2012-11-30T10:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393843#M566971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the data structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 10:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393843#M566971</guid>
      <dc:creator />
      <dc:date>2012-11-30T10:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393844#M566972</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; I found the answer to the second doubt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/message/126780#126780" title="http://community.qlik.com/message/126780#126780"&gt;http://community.qlik.com/message/126780#126780&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the chart has two expressions : Final &amp;amp; Average_Base&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so for both, just add the condition:&lt;/P&gt;&lt;P&gt;=sum ({$&amp;lt;PARTNER=&amp;gt;}FINAL_BASE)/100000000;&lt;/P&gt;&lt;P&gt;=sum ({$&amp;lt;PARTNER=&amp;gt;}GVT_AVERAGE_BASE)/100000000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will detach the chart from any selections you make for 'Partner'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 10:27:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393844#M566972</guid>
      <dc:creator />
      <dc:date>2012-11-30T10:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393845#M566973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pari Pari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I didn't get your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 10:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393845#M566973</guid>
      <dc:creator />
      <dc:date>2012-11-30T10:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393846#M566974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it might be possible to solve the first issue using set analysis .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just have to use the logic 'display values only if partners are from &amp;lt;tablename&amp;gt;'&lt;/P&gt;&lt;P&gt;tablename being my query table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me with the set analysis part, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anju Gopinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 10:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393846#M566974</guid>
      <dc:creator />
      <dc:date>2012-11-30T10:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393847#M566975</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;I am attaching the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 11:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393847#M566975</guid>
      <dc:creator />
      <dc:date>2012-11-30T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393848#M566976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i suggest you to join table1, table2, table3 into one table (with column like &lt;STRONG&gt;type &lt;/STRONG&gt;containing values vod, ppv and subscriber)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 11:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393848#M566976</guid>
      <dc:creator />
      <dc:date>2012-11-30T11:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393849#M566977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Pari Pari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have NOT done a join in qlik view before. I'll try that ,&lt;/P&gt;&lt;P&gt;but is there any way I can achieve the same with a calculated dimension?&lt;/P&gt;&lt;P&gt; I tried this...&lt;/P&gt;&lt;P&gt;only({$&amp;lt;$Table={'Table1'}&amp;gt;}PARTNER)&lt;/P&gt;&lt;P&gt;it is restricting some rows, but not achieving the full result...it's showing &lt;/P&gt;&lt;P&gt;'error in calculated dimension'..and the partner dimension itself is not appearing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to tweak this expression to achieve the desired result?&lt;/P&gt;&lt;P&gt;Here, 'table1' is the query result that I want to populate the chart with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anju Gopinath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 12:11:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393849#M566977</guid>
      <dc:creator />
      <dc:date>2012-11-30T12:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: associate chart with filter selections;restrict tables which populates chart</title>
      <link>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393850#M566978</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;I found the solution to the first problem as well.&lt;/P&gt;&lt;P&gt;Follow these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to&lt;/P&gt;&lt;P&gt;Settings -&amp;gt;Document Properties -&amp;gt; Tables----check 'Loosely Coupled' for all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 12:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/associate-chart-with-filter-selections-restrict-tables-which/m-p/393850#M566978</guid>
      <dc:creator />
      <dc:date>2012-11-30T12:48:19Z</dc:date>
    </item>
  </channel>
</rss>

