<?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 cycle between $ figures and units in bar chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859514#M1004408</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;instead of creating different expressions for sales and purchases you could create one expression for both and an additional calculated dimension like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;valuelist('&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sales&lt;/SPAN&gt;','&lt;SPAN style="font-size: 13.3333330154419px;"&gt;purchases&lt;/SPAN&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to distinct between both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression could look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;valuelist('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;purchases&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'),&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;purchases&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression2&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do this &lt;SPAN style="font-size: 13.3333330154419px;"&gt;seperately &lt;/SPAN&gt;for dollars and unit count, you could switch between both with only one expression group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 10:52:40 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-05-27T10:52:40Z</dc:date>
    <item>
      <title>How to cycle between $ figures and units in bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859510#M1004404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a bar chart showing Sales Dollars and Purchases Dollars (expressions) by Month (Dimension). I would like to have a way for the user to choose to see Sales Units and Purchase Units instead of the dollar figures. How can I achieve that? I looked into grouping expressions but I would not like to have 2 cyclic buttons (one for sales and one for purchases). I would like to have one single button to change all expressions in the chart.&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859510#M1004404</guid>
      <dc:creator />
      <dc:date>2015-05-27T10:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to cycle between $ figures and units in bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859511#M1004405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use 2 buttons and a variable to show one&amp;nbsp; expression at a time.&lt;/P&gt;&lt;P&gt;Please find .qvw attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87646_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859511#M1004405</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-27T10:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to cycle between $ figures and units in bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859512#M1004406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry - i didnt read it properly.&lt;/P&gt;&lt;P&gt;If you would like one button only you could use 1/0 in the variable and the action on one button with&lt;/P&gt;&lt;P&gt;=not(vShowExpression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859512#M1004406</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-05-27T10:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to cycle between $ figures and units in bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859513#M1004407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be,by writing expression tis way ..u can achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on ur expression: if(u select from list box/button dollars then ur expression should calculate sum(sales) else count(sales unites))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859513#M1004407</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-27T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to cycle between $ figures and units in bar chart?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859514#M1004408</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;instead of creating different expressions for sales and purchases you could create one expression for both and an additional calculated dimension like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;valuelist('&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sales&lt;/SPAN&gt;','&lt;SPAN style="font-size: 13.3333330154419px;"&gt;purchases&lt;/SPAN&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to distinct between both.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression could look like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;valuelist('&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;purchases&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'),&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sales&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;purchases&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Expression2&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do this &lt;SPAN style="font-size: 13.3333330154419px;"&gt;seperately &lt;/SPAN&gt;for dollars and unit count, you could switch between both with only one expression group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-cycle-between-figures-and-units-in-bar-chart/m-p/859514#M1004408</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-05-27T10:52:40Z</dc:date>
    </item>
  </channel>
</rss>

