<?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: Hide dimension by condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542813#M548569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to achieve this to create 2 charts with one with Date Dimension and other with Countries dimension. And then you can show and hide the charts as per sheet activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can can use a variable to dynamically shift dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable and set its value on sheet activation.&lt;/P&gt;&lt;P&gt;Like varTest = 1 for sheet SH01 and 2 for SH02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the chart you can use, IF statement in dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(varTest = 1, DATE, Countries)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 12:29:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-21T12:29:04Z</dc:date>
    <item>
      <title>Hide dimension by condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542809#M548565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have two dimensions in the chart, but i need hide one when the sheet is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: the chart have the dimensions DATE and COUNTRIES.&lt;/P&gt;&lt;P&gt;1: when the sheet is selected the char show the sum of expressions by date(without the countries - BR, UK, USA,...), ie the dimension COUNTRIES is hidden.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542809#M548565</guid>
      <dc:creator />
      <dc:date>2014-01-21T12:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension by condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542810#M548566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you using QV11, in that you can use conditional functionality in dimension tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;-Shruti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542810#M548566</guid>
      <dc:creator />
      <dc:date>2014-01-21T12:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension by condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542811#M548567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find attached document hope will help you. You need to implement ad-hoc reporting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542811#M548567</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-01-21T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension by condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542812#M548568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you exactly mean by 'when the sheet is selected' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:17:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542812#M548568</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-01-21T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension by condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542813#M548569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to achieve this to create 2 charts with one with Date Dimension and other with Countries dimension. And then you can show and hide the charts as per sheet activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can can use a variable to dynamically shift dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable and set its value on sheet activation.&lt;/P&gt;&lt;P&gt;Like varTest = 1 for sheet SH01 and 2 for SH02&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the chart you can use, IF statement in dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(varTest = 1, DATE, Countries)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Angad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 12:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542813#M548569</guid>
      <dc:creator />
      <dc:date>2014-01-21T12:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide dimension by condition</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542814#M548570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;@&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Dimensions&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;GetActiveSheetId()&amp;nbsp; = 'Document\SH01' and getSelectedCount(dimensão) &amp;gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Expressions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;IF(GetActiveSheetId() = 'Document\SH01' and GetSelectedCount(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;dimensão&lt;/SPAN&gt;) = 0,&amp;nbsp; Sum(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;expressão&lt;/SPAN&gt;),&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;expressão&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 09:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-dimension-by-condition/m-p/542814#M548570</guid>
      <dc:creator />
      <dc:date>2014-01-28T09:49:30Z</dc:date>
    </item>
  </channel>
</rss>

