<?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: Top Two Dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538181#M747628</link>
    <description>If you using straight table you have Dimension limits tab in chart properties where you can give largest 2 for your timeprocstop field. IF you are using pivot you might want to write and calculated dimension like&lt;BR /&gt;&lt;BR /&gt;= Aggr(IF(Rank(Max(timeProcedureStip)) &amp;lt;=2, primarySurgeon), PrimarySurgeon)&lt;BR /&gt;&lt;BR /&gt;something like this.</description>
    <pubDate>Fri, 01 Feb 2019 01:48:01 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2019-02-01T01:48:01Z</dc:date>
    <item>
      <title>Top Two Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538090#M747627</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;I'm trying to figure out a way to show only the last two procedure stop times by primary surgeon and for an admit date in a chart (straight table or pivot) and I'm having trouble coming up with a solution.&amp;nbsp; Here is what my data looks like currently:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 936px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/4985iB6CDC9C4E8B8E357/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I only want to display those rows that have the highlighted timeProcedureStop column in my final chart.&amp;nbsp; The above data only shows two surgeons and one admit date, but there will be multiple surgeons and admit dates on the final chart.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:35:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538090#M747627</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2024-11-16T04:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Top Two Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538181#M747628</link>
      <description>If you using straight table you have Dimension limits tab in chart properties where you can give largest 2 for your timeprocstop field. IF you are using pivot you might want to write and calculated dimension like&lt;BR /&gt;&lt;BR /&gt;= Aggr(IF(Rank(Max(timeProcedureStip)) &amp;lt;=2, primarySurgeon), PrimarySurgeon)&lt;BR /&gt;&lt;BR /&gt;something like this.</description>
      <pubDate>Fri, 01 Feb 2019 01:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538181#M747628</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2019-02-01T01:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Top Two Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538468#M747629</link>
      <description>Vishsaggi, thanks for the reply but unfortunately neither of the solutions you suggested worked.&lt;BR /&gt;&lt;BR /&gt;Can anyone else offer any insight?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Fri, 01 Feb 2019 14:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538468#M747629</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2019-02-01T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Top Two Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538481#M747630</link>
      <description>The screen shot you attached is this a sample data ? If yes can you share this data as a text file or in a table where i can work on it.</description>
      <pubDate>Fri, 01 Feb 2019 14:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538481#M747630</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2019-02-01T14:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Top Two Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538502#M747631</link>
      <description>&lt;P&gt;Vishsaggi,&lt;/P&gt;&lt;P&gt;I have attached some sample data for your review.&amp;nbsp; Thank you for looking at this!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538502#M747631</guid>
      <dc:creator>mphekin12</dc:creator>
      <dc:date>2019-02-01T14:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Top Two Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538618#M747632</link>
      <description>&lt;P&gt;Try this in your straight table calculated expression for dimension primary surgeon like below and check supress when value is null for this calculated dim expr.&lt;/P&gt;&lt;P&gt;= Aggr(IF(Rank(Max(timeProcedureStop))&amp;lt;=2, primarySurgeon), primarySurgeon, timeProcedureStop)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 837px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5062i5EE96B66AF1D54D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 18:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Top-Two-Dates/m-p/1538618#M747632</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2019-02-01T18:32:14Z</dc:date>
    </item>
  </channel>
</rss>

