<?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 Several values in a chart on the GUI - display only the first? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087649#M362004</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;in a chart (straight table) there are, for certain combinations of the dimension_values, several possible values to display. The values are dates, all numeric.&lt;/P&gt;&lt;P&gt;The one I would want displayed there is always the first one (the smallest value).&lt;/P&gt;&lt;P&gt;=&amp;gt; Is there any possibility to have only that one value so that it can be displayed?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jan 2016 08:14:22 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2016-01-14T08:14:22Z</dc:date>
    <item>
      <title>Several values in a chart on the GUI - display only the first?</title>
      <link>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087649#M362004</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;in a chart (straight table) there are, for certain combinations of the dimension_values, several possible values to display. The values are dates, all numeric.&lt;/P&gt;&lt;P&gt;The one I would want displayed there is always the first one (the smallest value).&lt;/P&gt;&lt;P&gt;=&amp;gt; Is there any possibility to have only that one value so that it can be displayed?&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087649#M362004</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-14T08:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Several values in a chart on the GUI - display only the first?</title>
      <link>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087650#M362005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe with min() or rangemin()?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087650#M362005</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-14T08:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Several values in a chart on the GUI - display only the first?</title>
      <link>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087651#M362006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangemin sounds good. How would I then pass all possible values (a field from a table) to that function? Like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt; rangemin(Table_A.Date) &amp;lt;&amp;lt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: OK, that seems to work - funny, now it seems to work with a simple min(Table_A.Date) - just what I had tried before ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot! I think we have it. I'll wait a few minutes to make sure this is right and then I'll mark your answer as correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087651#M362006</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-14T08:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Several values in a chart on the GUI - display only the first?</title>
      <link>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087652#M362007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is about a single field values, min() would be ideal. Could you please explain a bit more with a small example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087652#M362007</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-01-14T08:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Several values in a chart on the GUI - display only the first?</title>
      <link>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087653#M362008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite - rangemin needs several parameters like: rangemin(value1, value2, value3). If you asked in this way I think you couldn't really fill rangemin in this way so that concat might be better, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;subfield(concat(Table_A.Date, ',', Table_A.Date), ',', 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087653#M362008</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-14T08:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Several values in a chart on the GUI - display only the first?</title>
      <link>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087654#M362009</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;the problem appears to have been a set_expression in the formula. The colleague told me that was not strictly necessary at all and without that it seems to work. So it seems that all is fine now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jan 2016 08:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Several-values-in-a-chart-on-the-GUI-display-only-the-first/m-p/1087654#M362009</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2016-01-14T08:32:05Z</dc:date>
    </item>
  </channel>
</rss>

