<?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: Logical Help Required in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886680#M989756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you want to show in front end means which object you're using ..if you are using any charts, dimension may be your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 07:18:56 GMT</pubDate>
    <dc:creator>sibideepak</dc:creator>
    <dc:date>2015-07-16T07:18:56Z</dc:date>
    <item>
      <title>Logical Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886678#M989754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am Analyzing Weather data. I would like to display max temperature and place where this recorded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Max temp I used : Max([Inst Air Temp])&amp;nbsp; -- Working fine&lt;/P&gt;&lt;P&gt;Question is how to get place of max temp? I tried:&amp;nbsp; Firstsortedvalue(STATN_ID,-[Inst Air Temp])&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - No data displayed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only({$ &amp;lt;[Inst Air Temp] = {$(=Max([Inst Air Temp]))} &amp;gt;} STATN_ID)&amp;nbsp; -- No data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help to get place where max temp is recorded?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886678#M989754</guid>
      <dc:creator>guruprem</dc:creator>
      <dc:date>2015-07-16T07:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886679#M989755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Firstsortedvalue(distinct STATN_ID,-[Inst Air Temp]) . this statement will look like giving error, but it will work&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886679#M989755</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-16T07:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886680#M989756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you want to show in front end means which object you're using ..if you are using any charts, dimension may be your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886680#M989756</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2015-07-16T07:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886681#M989757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Firstsortedvalue() should work. Are you trying in a chart/textbox? If there are multiple places with max temp, you might try like:&lt;/P&gt;&lt;P&gt;Firstsortedvalue(&lt;STRONG&gt;Distinct&lt;/STRONG&gt; STATN_ID,-[Inst Air Temp]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would get a syntax warning in red, ignore that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886681#M989757</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-07-16T07:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886682#M989758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will work for sure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue( &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;STATN_ID&lt;/SPAN&gt;,-Aggr(Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Inst Air Temp]&lt;/SPAN&gt;),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;STATN_ID&lt;/SPAN&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886682#M989758</guid>
      <dc:creator>sibideepak</dc:creator>
      <dc:date>2015-07-16T07:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Help Required</title>
      <link>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886683#M989759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want it in a chart, then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension -&amp;gt; &lt;STRONG&gt;STATN_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression -&amp;gt; &lt;STRONG&gt;Only({&amp;lt;[Inst Air Temp]={$(#=Max(TOTAL [Inst Air Temp]))}&amp;gt;}[Inst Air Temp])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If there are multiple places with same temperature which is maximum, then FirstSortedValue() will display only one among those in text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KKR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 07:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logical-Help-Required/m-p/886683#M989759</guid>
      <dc:creator />
      <dc:date>2015-07-16T07:29:22Z</dc:date>
    </item>
  </channel>
</rss>

