<?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 Regd Conditional dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Regd-Conditional-dimension/m-p/1323812#M409761</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;&amp;nbsp; I am supposed to display charts with varied dimensions based on the selection of the 'Year'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have enabled two conditional dimensions and displaying two charts based on the selection as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. When User selects any Year other than current year, (&lt;STRONG&gt;Condition&lt;/STRONG&gt; : "=if(GetFieldSelections(Year)&amp;lt;&amp;gt;max({1}Year),1,0)").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. When User selects current Year,(&lt;STRONG&gt;Condition&lt;/STRONG&gt;:&amp;nbsp; "=if(GetFieldSelections(Year)=max({1}Year),1,0)").&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt; But when user selecting nothing I want the Chart to be displayed with the 2nd condition. Any quick response would be a great help to me.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2017 11:47:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-04T11:47:33Z</dc:date>
    <item>
      <title>Regd Conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Regd-Conditional-dimension/m-p/1323812#M409761</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;&amp;nbsp; I am supposed to display charts with varied dimensions based on the selection of the 'Year'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have enabled two conditional dimensions and displaying two charts based on the selection as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. When User selects any Year other than current year, (&lt;STRONG&gt;Condition&lt;/STRONG&gt; : "=if(GetFieldSelections(Year)&amp;lt;&amp;gt;max({1}Year),1,0)").&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. When User selects current Year,(&lt;STRONG&gt;Condition&lt;/STRONG&gt;:&amp;nbsp; "=if(GetFieldSelections(Year)=max({1}Year),1,0)").&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt; But when user selecting nothing I want the Chart to be displayed with the 2nd condition. Any quick response would be a great help to me.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regd-Conditional-dimension/m-p/1323812#M409761</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-04T11:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regd Conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Regd-Conditional-dimension/m-p/1323813#M409762</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;Maybe you can use GetSelectedCount(Year) = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 11:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regd-Conditional-dimension/m-p/1323813#M409762</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2017-07-04T11:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Regd Conditional dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Regd-Conditional-dimension/m-p/1323814#M409763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 for no selection or max Year &lt;/P&gt;&lt;P&gt;else 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(max(Year)=max({1}Year),1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 12:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Regd-Conditional-dimension/m-p/1323814#M409763</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-07-04T12:10:32Z</dc:date>
    </item>
  </channel>
</rss>

