<?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 On Click Expand in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/On-Click-Expand/m-p/1204436#M387256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we do this in Qlikview ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139807_Capture.PNG" style="height: 178px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above image there are 9 Expressions. I need to group it. &lt;/P&gt;&lt;P&gt;Lets say Gross, Gross Units and Sold Area into one Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Click of Gross , Gross Units and Sold Area has to expand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2016 06:16:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-06T06:16:45Z</dc:date>
    <item>
      <title>On Click Expand</title>
      <link>https://community.qlik.com/t5/QlikView/On-Click-Expand/m-p/1204436#M387256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we do this in Qlikview ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139807_Capture.PNG" style="height: 178px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above image there are 9 Expressions. I need to group it. &lt;/P&gt;&lt;P&gt;Lets say Gross, Gross Units and Sold Area into one Group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Click of Gross , Gross Units and Sold Area has to expand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any other details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 06:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Click-Expand/m-p/1204436#M387256</guid>
      <dc:creator />
      <dc:date>2016-10-06T06:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: On Click Expand</title>
      <link>https://community.qlik.com/t5/QlikView/On-Click-Expand/m-p/1204437#M387257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't possible. Alternatives could be to use expression-groups and cycling through different expressions per circle-icon or the use of separate buttons which switch a variable-value which is used as visibility-condition for the expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 06:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Click-Expand/m-p/1204437#M387257</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-06T06:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: On Click Expand</title>
      <link>https://community.qlik.com/t5/QlikView/On-Click-Expand/m-p/1204438#M387258</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;You have to create a Island table and need to use this as dimensions, then in the expression based on the dimension you have to give your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Group, KPI&lt;/P&gt;&lt;P&gt;Group1, Gross&lt;/P&gt;&lt;P&gt;Group1, Gross Units&lt;/P&gt;&lt;P&gt;Group1, Sold Area&lt;/P&gt;&lt;P&gt;Group2, KPI1&lt;/P&gt;&lt;P&gt;Group2, KPI2];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: If(KPI = 'Gross', Gross Expression,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(KPI = 'Gross Units',&amp;nbsp; Gross Units Expression,&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this you have to write single expression for all the KPIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 07:09:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-Click-Expand/m-p/1204438#M387258</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-06T07:09:33Z</dc:date>
    </item>
  </channel>
</rss>

