<?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 Bar Chart Count Minimum Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580001#M739287</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to build a bar chart counting the number of orders at each stage in the process, these stages are numerical.&lt;/P&gt;&lt;P&gt;My problem is that each order can have multiple stages within it, and I want to report on the earliest (smallest number) of those stages.&lt;/P&gt;&lt;P&gt;For example, I want to be able to have the minimum task stage as depicted below as a dimension in a bar chart.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Order Reference&lt;/TD&gt;&lt;TD&gt;Stage&lt;/TD&gt;&lt;TD&gt;Minimum Task Stage&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EFGH&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EFGH&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EFGH&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried using min(total&amp;lt;[Order Reference]&amp;gt;[Stage])&lt;/P&gt;&lt;P&gt;But that displays an Invalid Dimension error.&lt;/P&gt;&lt;P&gt;is there a solution to this?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 20:52:21 GMT</pubDate>
    <dc:creator>LawrSam12</dc:creator>
    <dc:date>2024-11-16T20:52:21Z</dc:date>
    <item>
      <title>Bar Chart Count Minimum Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580001#M739287</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to build a bar chart counting the number of orders at each stage in the process, these stages are numerical.&lt;/P&gt;&lt;P&gt;My problem is that each order can have multiple stages within it, and I want to report on the earliest (smallest number) of those stages.&lt;/P&gt;&lt;P&gt;For example, I want to be able to have the minimum task stage as depicted below as a dimension in a bar chart.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Order Reference&lt;/TD&gt;&lt;TD&gt;Stage&lt;/TD&gt;&lt;TD&gt;Minimum Task Stage&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ABCD&lt;/TD&gt;&lt;TD&gt;6&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EFGH&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EFGH&lt;/TD&gt;&lt;TD&gt;9&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;EFGH&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried using min(total&amp;lt;[Order Reference]&amp;gt;[Stage])&lt;/P&gt;&lt;P&gt;But that displays an Invalid Dimension error.&lt;/P&gt;&lt;P&gt;is there a solution to this?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580001#M739287</guid>
      <dc:creator>LawrSam12</dc:creator>
      <dc:date>2024-11-16T20:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Count Minimum Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580013#M739288</link>
      <description>&lt;P&gt;May be you need this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Aggr(Min(Stage), [Order Reference])&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 14 May 2019 15:24:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580013#M739288</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-14T15:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Count Minimum Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580025#M739289</link>
      <description>&lt;P&gt;Thank you for this - I don't get an error anymore, but it is returning all values as null.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 15:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580025#M739289</guid>
      <dc:creator>LawrSam12</dc:creator>
      <dc:date>2019-05-14T15:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Count Minimum Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580028#M739290</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In your chart, try as calculated dimension&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;aggr(min(TOTAL &amp;lt;Order&amp;gt; Minimum_Task_Stage),Order,Stage)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 15:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580028#M739290</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2019-05-14T15:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Count Minimum Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580032#M739291</link>
      <description>&lt;P&gt;What all dimensions do you have in your chart? Do you have any expressions?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2019 15:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580032#M739291</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-05-14T15:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart Count Minimum Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580884#M739292</link>
      <description>&lt;P&gt;thank you both so much for your help.&lt;/P&gt;&lt;P&gt;The expression which worked was:&lt;/P&gt;&lt;P&gt;aggr(min(TOTAL &amp;lt;[Order Reference]&amp;gt; [Stage]),[Order Reference],[Stage])&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 08:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Count-Minimum-Value/m-p/1580884#M739292</guid>
      <dc:creator>LawrSam12</dc:creator>
      <dc:date>2019-05-16T08:42:10Z</dc:date>
    </item>
  </channel>
</rss>

