<?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: Minimum possible value in Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739650#M721159</link>
    <description>&lt;P&gt;Try adding the Aggr function around your IF statement.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Aggr(If (GanttDate&amp;gt;=Min(DeliveryDate), OrderNumber, Null()),GanttDate)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Aug 2020 22:51:48 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2020-08-29T22:51:48Z</dc:date>
    <item>
      <title>Minimum possible value in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739643#M721158</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I need to get the minimun value in a set of (selectable) date, so that I can check if a date in a record is less or greather than it and print the record or not in a pivot table.&lt;/P&gt;&lt;P&gt;I've tried to set a calculate dimension as "If GanttDate&amp;gt;=Min(DeliveryDate), OrderNumber, Null())" and check the relative flag "Suppress When Value is Null", but this issue doesn't work (I get an Error in Calculate Dimension).&lt;/P&gt;&lt;P&gt;Could anybody help me in this trouble, pls?&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739643#M721158</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum possible value in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739650#M721159</link>
      <description>&lt;P&gt;Try adding the Aggr function around your IF statement.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Aggr(If (GanttDate&amp;gt;=Min(DeliveryDate), OrderNumber, Null()),GanttDate)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Aug 2020 22:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739650#M721159</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2020-08-29T22:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum possible value in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739667#M721160</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thank you for the replay: I'm sorry but your suggestion doesn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Since the statement "&lt;SPAN&gt;If GanttDate&amp;gt;=Today(), OrderNumber, Null())" works properly, I thought that a fixed value is necessary instead of a row-by-row calculated one, so a possible workaround should be to get the minimum possible value of the Delivery date by extracting it from the selection parameters, but unfortunately the&amp;nbsp;GetPossibleCount(DeliveryDate) exists and the&amp;nbsp;GetPossibleValue(DeliveryDate)&amp;nbsp; does not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you thing it should be a possible way to explore?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Aug 2020 08:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739667#M721160</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2020-08-30T08:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum possible value in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739689#M721161</link>
      <description>&lt;P&gt;try below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Aggr(If (GanttDate&amp;gt;=Min(DeliveryDate), OrderNumber, Null()),GanttDate,OrderNumber)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Aggr(If (GanttDate&amp;gt;=Min(DeliveryDate), OrderNumber, Null()),OrderNumber)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Aug 2020 19:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1739689#M721161</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-30T19:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum possible value in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1741421#M721162</link>
      <description>&lt;P&gt;The first one works very well!&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Sep 2020 14:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-possible-value-in-Dimension/m-p/1741421#M721162</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2020-09-05T14:23:04Z</dc:date>
    </item>
  </channel>
</rss>

