<?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 Ranking multiple fields in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391821#M32051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All -&lt;/P&gt;&lt;P&gt;Trying to write script function that will allow me to rank based on multiple fields.I am trying to rank the transitions a JIRA Key went through, but I want to rank by the JIRA Key, then Status, and then Time Out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Including an example excel file, the "Rank" column are the results I am trying to replicate in QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idea being I can use then flag (filter) in my UI to limit visualizations based on if the transition was the first transition for that given Status and Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2017 21:35:41 GMT</pubDate>
    <dc:creator>cluscombe</dc:creator>
    <dc:date>2017-08-11T21:35:41Z</dc:date>
    <item>
      <title>Ranking multiple fields</title>
      <link>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391821#M32051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All -&lt;/P&gt;&lt;P&gt;Trying to write script function that will allow me to rank based on multiple fields.I am trying to rank the transitions a JIRA Key went through, but I want to rank by the JIRA Key, then Status, and then Time Out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Including an example excel file, the "Rank" column are the results I am trying to replicate in QlikSense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Idea being I can use then flag (filter) in my UI to limit visualizations based on if the transition was the first transition for that given Status and Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 21:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391821#M32051</guid>
      <dc:creator>cluscombe</dc:creator>
      <dc:date>2017-08-11T21:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking multiple fields</title>
      <link>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391822#M32052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Temp:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;SPAN style="color: #800000;"&gt;[JIRA Key]&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;Status&lt;/SPAN&gt;, &lt;BR /&gt; &lt;SPAN style="color: #800000;"&gt;[Status Time Out]&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt;&lt;BR /&gt; &lt;F&gt;&lt;BR /&gt; (&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; Sheet1);&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; *,&lt;SPAN style="color: #0000ff;"&gt;AutoNumber&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;RowNo&lt;/SPAN&gt;(),&lt;SPAN style="color: #800000;"&gt;[JIRA Key]&lt;/SPAN&gt;&amp;amp;&lt;SPAN style="color: #800000;"&gt;Status&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;Rank&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Resident&lt;/SPAN&gt; Temp &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;Order&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;By&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[JIRA Key]&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;Status&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;[Status Time Out]&lt;/SPAN&gt;;&lt;BR /&gt; &lt;STRONG style=": ; color: #0000ff;"&gt;Drop&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;Table&lt;/SPAN&gt;&lt;/F&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Temp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/173254_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Aug 2017 06:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391822#M32052</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-12T06:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking multiple fields</title>
      <link>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391823#M32053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Chris,&lt;/P&gt;&lt;P&gt;I think this might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Aug 2017 06:41:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391823#M32053</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-08-12T06:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Ranking multiple fields</title>
      <link>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391824#M32054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked perfectly! Thanks Antonio!&amp;nbsp; Really appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Aug 2017 13:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ranking-multiple-fields/m-p/1391824#M32054</guid>
      <dc:creator>cluscombe</dc:creator>
      <dc:date>2017-08-12T13:05:06Z</dc:date>
    </item>
  </channel>
</rss>

