<?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: List multiple ranked values in a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-multiple-ranked-values-in-a-straight-table/m-p/1965640#M1220340</link>
    <description>&lt;P&gt;Hi OR,&lt;/P&gt;
&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;I have tried as you have suggested, however I cannot get the expression to iterate through each list of values in the valueloop. Instead, I just get the max value against each dimension (e.g. below).&lt;/P&gt;
&lt;P&gt;The expression I have used is;&lt;/P&gt;
&lt;P&gt;=max(Stage1,Valueloop(1,12,1))&lt;/P&gt;
&lt;TABLE width="289"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="77.5156px" height="25px"&gt;&lt;STRONG&gt;Employee&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="40px" height="25px"&gt;&lt;STRONG&gt;Valueloop(1,12,1)&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage1&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage2&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage3&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="6" width="77.5156px" height="150px"&gt;Joe&lt;/TD&gt;
&lt;TD width="40px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;4&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;5&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;6&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I need to use an if-statement to get it to refer to the each valueloop dimension?&lt;/P&gt;
&lt;P&gt;if(valueloop(1,12,1) = 1, max(Stage1,1),&lt;/P&gt;
&lt;P&gt;if(valueloop(1,12,1) = 2, max(Stage1,2))) etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is there a more efficient way to write the expression so it automatically iterates through each value in the valueloop?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Aug 2022 05:20:07 GMT</pubDate>
    <dc:creator>Adam_Smith</dc:creator>
    <dc:date>2022-08-08T05:20:07Z</dc:date>
    <item>
      <title>List multiple ranked values in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/List-multiple-ranked-values-in-a-straight-table/m-p/1964438#M1220281</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Is it possible to create a straight/pivot table in the following format?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="289"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="77.5156px" height="25px"&gt;&lt;STRONG&gt;Employee&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="40px" height="25px"&gt;&lt;STRONG&gt;#&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage1&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage2&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage3&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="6" width="77.5156px" height="150px"&gt;Joe&lt;/TD&gt;
&lt;TD width="40px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;DEF&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;MNO&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;EFG&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;GHI&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;PQR&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;4&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;STU&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;5&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;VWX&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;6&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;YZA&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.5156px" height="25px"&gt;&lt;STRONG&gt;Total&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="40px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;6&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- Employee is the dimension&lt;/P&gt;
&lt;P&gt;- # is the rank within each expression&lt;/P&gt;
&lt;P&gt;- Stage 1, 2, 3 are separate expressions, using set analysis to determine which values show up within each stage&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The idea is that the table is "Auto Expanding" depending on the number of possible values within each stage. (i.e. currently 6 rows, but could expand to 10 or 12 rows for other employees depending on number of possible values)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 04:34:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-multiple-ranked-values-in-a-straight-table/m-p/1964438#M1220281</guid>
      <dc:creator>Adam_Smith</dc:creator>
      <dc:date>2022-08-04T04:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: List multiple ranked values in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/List-multiple-ranked-values-in-a-straight-table/m-p/1964518#M1220284</link>
      <description>&lt;P&gt;You probably could get something similar.&lt;/P&gt;
&lt;P&gt;Dimension - Employee&lt;/P&gt;
&lt;P&gt;Dimension - ValueLoop(1,12,1)&lt;/P&gt;
&lt;P&gt;Measure1 - Max(Stage1,ValueLoop(1,12,1))&lt;/P&gt;
&lt;P&gt;Measure2 - Measure1 - Max(Stage2,ValueLoop(1,12,1))&lt;/P&gt;
&lt;P&gt;etc.&lt;/P&gt;
&lt;P&gt;And set it to hide zero/null lines.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 08:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-multiple-ranked-values-in-a-straight-table/m-p/1964518#M1220284</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-08-04T08:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: List multiple ranked values in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/List-multiple-ranked-values-in-a-straight-table/m-p/1965640#M1220340</link>
      <description>&lt;P&gt;Hi OR,&lt;/P&gt;
&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;I have tried as you have suggested, however I cannot get the expression to iterate through each list of values in the valueloop. Instead, I just get the max value against each dimension (e.g. below).&lt;/P&gt;
&lt;P&gt;The expression I have used is;&lt;/P&gt;
&lt;P&gt;=max(Stage1,Valueloop(1,12,1))&lt;/P&gt;
&lt;TABLE width="289"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="77.5156px" height="25px"&gt;&lt;STRONG&gt;Employee&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="40px" height="25px"&gt;&lt;STRONG&gt;Valueloop(1,12,1)&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage1&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage2&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;&lt;STRONG&gt;Stage3&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD rowspan="6" width="77.5156px" height="150px"&gt;Joe&lt;/TD&gt;
&lt;TD width="40px" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;4&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;5&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="40px" height="25px"&gt;6&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;JKL&lt;/TD&gt;
&lt;TD width="56.8281px" height="25px"&gt;BCD&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do I need to use an if-statement to get it to refer to the each valueloop dimension?&lt;/P&gt;
&lt;P&gt;if(valueloop(1,12,1) = 1, max(Stage1,1),&lt;/P&gt;
&lt;P&gt;if(valueloop(1,12,1) = 2, max(Stage1,2))) etc...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or is there a more efficient way to write the expression so it automatically iterates through each value in the valueloop?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 05:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-multiple-ranked-values-in-a-straight-table/m-p/1965640#M1220340</guid>
      <dc:creator>Adam_Smith</dc:creator>
      <dc:date>2022-08-08T05:20:07Z</dc:date>
    </item>
  </channel>
</rss>

