<?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 get quarter value based on a minimum values in qlik straight table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991970#M82066</link>
    <description>&lt;P&gt;Hi Sergio&lt;/P&gt;
&lt;P&gt;Thanks for your response. Please can you give me sample expression for the above?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 21:21:05 GMT</pubDate>
    <dc:creator>dandaanilreddy</dc:creator>
    <dc:date>2022-10-12T21:21:05Z</dc:date>
    <item>
      <title>How to get quarter value based on a minimum values in qlik straight table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991962#M82063</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;
&lt;P&gt;I have a straight table with 9 expressions using each quarter for each expression. I created another expression to show Min value comparing all the 9 quarters values. Now i want to create one more column to show that min value quarter name.&lt;/P&gt;
&lt;P&gt;Example: For one of my product i see min value is in 2021Q1 when compared the 9 quarters values. so In a new column user want to see the quarter name which is 2021Q1. Please can someone let me know how can i achieve the quarter name.&lt;/P&gt;
&lt;P&gt;Expression for min value for each product:&lt;/P&gt;
&lt;P&gt;min({&amp;lt;company={'$(vcompany)'}&amp;gt;}value)&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 20:47:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991962#M82063</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2022-10-12T20:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quarter value based on a minimum values in qlik straight table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991964#M82064</link>
      <description>&lt;P&gt;Hi, mayabe try with&amp;nbsp;&lt;SPAN&gt;firstsortedvalue() function&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 20:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991964#M82064</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2022-10-12T20:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quarter value based on a minimum values in qlik straight table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991970#M82066</link>
      <description>&lt;P&gt;Hi Sergio&lt;/P&gt;
&lt;P&gt;Thanks for your response. Please can you give me sample expression for the above?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 21:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991970#M82066</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2022-10-12T21:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quarter value based on a minimum values in qlik straight table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991975#M82067</link>
      <description>&lt;P&gt;Take a look here&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/AggregationFunctions/firstsorted.htm" target="_self"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/AggregationFunctions/firstsorted.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case it could be&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FirstSortedValue(Quarter, Value)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Oct 2022 21:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991975#M82067</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2022-10-12T21:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quarter value based on a minimum values in qlik straight table</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991980#M82068</link>
      <description>&lt;P&gt;Thank You Sergio.&lt;/P&gt;
&lt;P&gt;This expression is not giving me the correct quarters in my straight table with existing expressions but if i take only this expression its showing the expected results using product as my dimension but user wants to see the quarter names next to min value column.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 21:52:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-get-quarter-value-based-on-a-minimum-values-in-qlik/m-p/1991980#M82068</guid>
      <dc:creator>dandaanilreddy</dc:creator>
      <dc:date>2022-10-12T21:52:03Z</dc:date>
    </item>
  </channel>
</rss>

