<?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 condition on charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919828#M318776</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 one chart and for that i have to put condition when that condition will fulfill then then it will shows data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do but not get it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put below expression in calculated condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(GetFieldSelections(FinancialYear)) &amp;gt;= '2013-2014' and (GetFieldSelections (Therapy)&amp;gt;0)&lt;/P&gt;&lt;P&gt;and i have to manmy dimension like therapy ,brand ,division,state etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 11:58:38 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2015-07-29T11:58:38Z</dc:date>
    <item>
      <title>condition on charts</title>
      <link>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919828#M318776</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 one chart and for that i have to put condition when that condition will fulfill then then it will shows data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do but not get it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put below expression in calculated condition &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(GetFieldSelections(FinancialYear)) &amp;gt;= '2013-2014' and (GetFieldSelections (Therapy)&amp;gt;0)&lt;/P&gt;&lt;P&gt;and i have to manmy dimension like therapy ,brand ,division,state etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 11:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919828#M318776</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-07-29T11:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: condition on charts</title>
      <link>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919829#M318777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with GetFieldSelections(FinancialYear)) &amp;gt;= '2013-2014' is that '2013-2014' is not a number but text. The &amp;gt;= operator does not work on text values. Perhaps you can use a condition like if(num#(right(FinancialYear,4))&amp;gt;2014,...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 12:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919829#M318777</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-29T12:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: condition on charts</title>
      <link>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919830#M318778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply but if i don't want use financial year and use only &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;GetFieldSelections (Therapy,brand ....etc) so how to achieve it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I created some buttons and give hide and show effect on that chart when i move to next sheet and do any selection then&lt;/P&gt;&lt;P&gt;my chart showing nothing then i have to select that button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For that chart i want message for user that please select Therapy....etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 12:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919830#M318778</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-07-29T12:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: condition on charts</title>
      <link>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919831#M318779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this i have two attachment one is before any selection and second is after selection of next sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 12:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919831#M318779</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-07-29T12:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: condition on charts</title>
      <link>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919832#M318780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No idea. I can't read your mind nor your qlikview document. If you can post a qlikview document that demonstrates the problem I can have a look at it. If not... then I'm afraid you'll have to figure it out yourself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 12:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/condition-on-charts/m-p/919832#M318780</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-29T12:30:38Z</dc:date>
    </item>
  </channel>
</rss>

