<?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: Chart implementation with condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-implementation-with-condition/m-p/1806009#M1212101</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17306"&gt;@ashmitp869&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you have trigger to assign the value to the variable (&lt;SPAN&gt;vSelect1) when you select the text box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In that case, try like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Conditional tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vSelect1 =1&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or you can try one expression by using if condition something like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(vSelect1 =1,&amp;nbsp;sum({$&amp;lt;Measure_PPH={1},Month=,MonthYear=,[Date]={"&amp;gt;=$(=vMinReportingDate)&amp;lt;=$(=vMaxReportingDate)"}&amp;gt;} [AP.Measure_LOS]),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({$&amp;lt;Measure_PPH={1},Month=,MonthYear=,[Date]={"&amp;gt;=$(=vFYStart)&amp;lt;=$(=vMaxReportingDate)"}&amp;gt;} [AP.Measure_LOS]))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 04:31:27 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2021-05-07T04:31:27Z</dc:date>
    <item>
      <title>Chart implementation with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-implementation-with-condition/m-p/1805997#M1212098</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I have two text box ,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="req.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54481i6A47881410613C33/image-size/large?v=v2&amp;amp;px=999" role="button" title="req.PNG" alt="req.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When click one text box, I need to show chart with expression .&lt;/P&gt;&lt;P&gt;So created a variable vSelect1&lt;/P&gt;&lt;P&gt;Expression1 :&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Measure_PPH={1},Month=,MonthYear=,[Date]={"&amp;gt;=$(=vMinReportingDate)&amp;lt;=$(=vMaxReportingDate)"}&amp;gt;} [AP.Measure_LOS])&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="exp1.PNG" style="width: 661px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54479iA7A429A218B4ED21/image-size/large?v=v2&amp;amp;px=999" role="button" title="exp1.PNG" alt="exp1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and when the other text box is selected, the below expression need to work&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Measure_PPH={1},Month=,MonthYear=,[Date]={"&amp;gt;=$(=vFYStart)&amp;lt;=$(=vMaxReportingDate)"}&amp;gt;} [AP.Measure_LOS])&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="exp2.PNG" style="width: 648px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54480i952B6F7916CEB219/image-size/large?v=v2&amp;amp;px=999" role="button" title="exp2.PNG" alt="exp2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and dimension : PPH_condition&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dim.PNG" style="width: 275px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/54478iFEFBAFAC9EECFD1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="dim.PNG" alt="dim.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used conditional expression :&amp;nbsp;GetSelectedCount(vSelect1) = 1 , but its not working.&lt;/P&gt;&lt;P&gt;Please assist with suggestion.&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 02:19:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-implementation-with-condition/m-p/1805997#M1212098</guid>
      <dc:creator>ashmitp869</dc:creator>
      <dc:date>2021-05-07T02:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Chart implementation with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-implementation-with-condition/m-p/1806009#M1212101</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17306"&gt;@ashmitp869&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope you have trigger to assign the value to the variable (&lt;SPAN&gt;vSelect1) when you select the text box.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In that case, try like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In Conditional tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vSelect1 =1&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or you can try one expression by using if condition something like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(vSelect1 =1,&amp;nbsp;sum({$&amp;lt;Measure_PPH={1},Month=,MonthYear=,[Date]={"&amp;gt;=$(=vMinReportingDate)&amp;lt;=$(=vMaxReportingDate)"}&amp;gt;} [AP.Measure_LOS]),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sum({$&amp;lt;Measure_PPH={1},Month=,MonthYear=,[Date]={"&amp;gt;=$(=vFYStart)&amp;lt;=$(=vMaxReportingDate)"}&amp;gt;} [AP.Measure_LOS]))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 04:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-implementation-with-condition/m-p/1806009#M1212101</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-05-07T04:31:27Z</dc:date>
    </item>
  </channel>
</rss>

