<?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: How to Hide Calculated Expression in Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563848#M742066</link>
    <description>&lt;P&gt;In addition to what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/4168"&gt;@jaibau1993&lt;/a&gt;&amp;nbsp; mentioned, it might make sense to do this using set analysis instead of if statement&lt;/P&gt;&lt;PRE&gt;RangeSum(
Only({&amp;lt;[Stage] = {'pre-alpha'}&amp;gt;} [2019 Date (Alpha)]),
Only({&amp;lt;[Stage] = {'alpha'}&amp;gt;} [2019 Date (Beta)]),
-Only({&amp;lt;[Stage] = {'pre-alpha'}&amp;gt;} [2018 Date (Alpha)]),
-Only({&amp;lt;[Stage] = {'alpha'}&amp;gt;} [2018 Date (Beta)])
)&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;RangeSum(
Only({&amp;lt;[Stage] = {'pre-alpha'}&amp;gt;} RangeSum([2019 Date (Alpha)], -[2018 Date (Alpha)])),
Only({&amp;lt;[Stage] = {'alpha'}&amp;gt;} RangeSum([2019 Date (Beta)], -[2018 Date (Beta)]))
)&lt;/PRE&gt;</description>
    <pubDate>Tue, 02 Apr 2019 11:41:25 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-04-02T11:41:25Z</dc:date>
    <item>
      <title>How to Hide Calculated Expression in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563830#M742064</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am fairly new to Qlikview, and have a bit of an issue with my BarChart.&amp;nbsp; I have a calculated expression that I am using to find the number of days a gate date has been pushed out.&amp;nbsp; I only want to show the amount of days, but disabling the other expressions used in the calculation results in nothing showing.&amp;nbsp; I did find that I can make the expressions invisible, but as you can see, the headers are then offset and look wrong.&lt;/P&gt;&lt;P&gt;Any suggestions on how I can show ONLY the calculated number of days?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a picture of the problem and a sample .qvw file&lt;/P&gt;&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563830#M742064</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide Calculated Expression in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563840#M742065</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Just use only one expression:&lt;/P&gt;&lt;PRE&gt;IF([Stage]='pre-alpha',[2019 Date (Alpha)]-[2018 Date (Alpha)],If([Stage]='alpha',[2019 Date (Beta)]-[2018 Date (Beta)]))&lt;/PRE&gt;&lt;P&gt;and disable the other ones.&lt;/P&gt;&lt;P&gt;Hope it helps. Bests,&lt;/P&gt;&lt;P&gt;Jaime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 11:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563840#M742065</guid>
      <dc:creator>jaibau1993</dc:creator>
      <dc:date>2019-04-02T11:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide Calculated Expression in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563848#M742066</link>
      <description>&lt;P&gt;In addition to what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/4168"&gt;@jaibau1993&lt;/a&gt;&amp;nbsp; mentioned, it might make sense to do this using set analysis instead of if statement&lt;/P&gt;&lt;PRE&gt;RangeSum(
Only({&amp;lt;[Stage] = {'pre-alpha'}&amp;gt;} [2019 Date (Alpha)]),
Only({&amp;lt;[Stage] = {'alpha'}&amp;gt;} [2019 Date (Beta)]),
-Only({&amp;lt;[Stage] = {'pre-alpha'}&amp;gt;} [2018 Date (Alpha)]),
-Only({&amp;lt;[Stage] = {'alpha'}&amp;gt;} [2018 Date (Beta)])
)&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;RangeSum(
Only({&amp;lt;[Stage] = {'pre-alpha'}&amp;gt;} RangeSum([2019 Date (Alpha)], -[2018 Date (Alpha)])),
Only({&amp;lt;[Stage] = {'alpha'}&amp;gt;} RangeSum([2019 Date (Beta)], -[2018 Date (Beta)]))
)&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Apr 2019 11:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563848#M742066</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-02T11:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide Calculated Expression in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563933#M742067</link>
      <description>&lt;P&gt;Thanks Sunny!&lt;/P&gt;&lt;P&gt;My actual data is a bit more complex, so this helps to keep the formulas clean.&amp;nbsp; I can also see how this would be quite helpful for other situations and I like that it automatically totals the amounts.&amp;nbsp;&lt;/P&gt;&lt;P&gt;One minor problem.&amp;nbsp; When a stage gate date is blank it is still trying to sum.&amp;nbsp; Is there a statement I can add to null out the data with no entries?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 13:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563933#M742067</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2019-04-02T13:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide Calculated Expression in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563946#M742068</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;RangeSum(
Only({&amp;lt;[Stage] = {'pre-alpha'}&amp;gt;} [2019 Date (Alpha)]-[2018 Date (Alpha)]),
Only({&amp;lt;[Stage] = {'alpha'}&amp;gt;} [2019 Date (Beta)]-[2018 Date (Beta)])
)&lt;/PRE&gt;</description>
      <pubDate>Tue, 02 Apr 2019 13:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563946#M742068</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-02T13:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide Calculated Expression in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563981#M742069</link>
      <description>&lt;P&gt;That is EXACTLY it...thank you!!!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 13:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563981#M742069</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2019-04-02T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hide Calculated Expression in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563983#M742070</link>
      <description>&lt;P&gt;Thanks Jaime,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This worked nicely on my simple formula for a quick fix!&amp;nbsp; It was so obvious I will definitely set it up like that in the future!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 13:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Hide-Calculated-Expression-in-Bar-Chart/m-p/1563983#M742070</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2019-04-02T13:38:10Z</dc:date>
    </item>
  </channel>
</rss>

