<?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: Show condition on 2 objects, or IF statement (for better performance) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376689#M420250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use 2 expressions in the bar chart and enable one at a time&lt;/P&gt;&lt;P&gt;with a condition on the variable vButton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178252_1.png" style="height: 163px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 Oct 2017 17:30:40 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2017-10-01T17:30:40Z</dc:date>
    <item>
      <title>Show condition on 2 objects, or IF statement (for better performance)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376687#M420248</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 am using 2 buttons to change the calculated expression on the bar chart. I have used one bar chart and change expression based on what button was clicked (having variable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (vButton = 1, expression1, expression2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was just wondering, isn't it better from performance standpoint (not maintenance) to make 2 bar charts and use show condition with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on first bar chart:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(vButton) = 1&lt;/P&gt;&lt;P&gt;on second bar chart:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(vButton) = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Oct 2017 15:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376687#M420248</guid>
      <dc:creator>retko1985</dc:creator>
      <dc:date>2017-10-01T15:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show condition on 2 objects, or IF statement (for better performance)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376688#M420249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yesh right you can do this way&amp;nbsp; also can you share some samples to have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Oct 2017 15:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376688#M420249</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-01T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show condition on 2 objects, or IF statement (for better performance)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376689#M420250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use 2 expressions in the bar chart and enable one at a time&lt;/P&gt;&lt;P&gt;with a condition on the variable vButton&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/178252_1.png" style="height: 163px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Oct 2017 17:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376689#M420250</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-10-01T17:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show condition on 2 objects, or IF statement (for better performance)</title>
      <link>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376690#M420251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look on the attached sample may be something this way you can implement in your QV application.&lt;/P&gt;&lt;P&gt;I demonstrate both with variable or with same variable change in single chart both are best in his places where you uses it only depends on the requirement that you have on the base of that you can implement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Oct 2017 18:05:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-condition-on-2-objects-or-IF-statement-for-better/m-p/1376690#M420251</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-01T18:05:50Z</dc:date>
    </item>
  </channel>
</rss>

