<?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: show rows based on column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1742130#M590752</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36343"&gt;@rafael5958&lt;/a&gt;&amp;nbsp;You have received multiple replies, we would appreciate it if you would return to the thread to close it out by using the Accept as Solution button on the post(s) that helped you resolve things.&amp;nbsp; If you need further help, please be sure to leave an update on what you still need, and if you did something different, you can post what you did and then mark that post using the button as well, but I would in that case use the Like feature on any other posts that did help you with things.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Tue, 08 Sep 2020 19:02:07 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-09-08T19:02:07Z</dc:date>
    <item>
      <title>show rows based on column</title>
      <link>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1738805#M590748</link>
      <description>&lt;P&gt;Hi, I want to show rows based in one column, if the row is the same as other, but just change becouse of one column value, keeps the greater lower value. I have a straight table:&lt;/P&gt;&lt;TABLE border="0" width="192" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64" height="20"&gt;name&lt;/TD&gt;&lt;TD width="64"&gt;value&lt;/TD&gt;&lt;TD width="64"&gt;type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AAAA&lt;/TD&gt;&lt;TD&gt;XXXX&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AAAA&lt;/TD&gt;&lt;TD&gt;XXXX&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AAAA&lt;/TD&gt;&lt;TD&gt;BBBB&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;FFFFF&lt;/TD&gt;&lt;TD&gt;GGGGG&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;FFFFF&lt;/TD&gt;&lt;TD&gt;GGGGG&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;XXXXX&lt;/TD&gt;&lt;TD&gt;FFFFFF&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and need this:&lt;/P&gt;&lt;TABLE border="0" width="192" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="64" height="20"&gt;name&lt;/TD&gt;&lt;TD width="64"&gt;value&lt;/TD&gt;&lt;TD width="64"&gt;type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AAAA&lt;/TD&gt;&lt;TD&gt;XXXX&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AAAA&lt;/TD&gt;&lt;TD&gt;BBBB&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;FFFFF&lt;/TD&gt;&lt;TD&gt;GGGGG&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;XXXXX&lt;/TD&gt;&lt;TD&gt;FFFFFF&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1738805#M590748</guid>
      <dc:creator>rafael5958</dc:creator>
      <dc:date>2024-11-16T00:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: show rows based on column</title>
      <link>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1738814#M590749</link>
      <description>&lt;P&gt;build a table&amp;nbsp;&lt;/P&gt;&lt;P&gt;use : name and value as dimensions&amp;nbsp;&lt;/P&gt;&lt;P&gt;and min(type) as expression&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 12:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1738814#M590749</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-08-26T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: show rows based on column</title>
      <link>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1738815#M590750</link>
      <description>&lt;P&gt;try below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Load name,
     value,
     min(Type) as Type
FROM table
group by name,value;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 26 Aug 2020 12:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1738815#M590750</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-26T12:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: show rows based on column</title>
      <link>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1738821#M590751</link>
      <description>&lt;P&gt;if i understood correctly&lt;/P&gt;&lt;P&gt;Dimension: name and value&lt;/P&gt;&lt;P&gt;Measure : min(type)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 432px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39618i924548C329EA3B2F/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;if not can you elaborate ?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 12:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1738821#M590751</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-08-26T12:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: show rows based on column</title>
      <link>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1742130#M590752</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36343"&gt;@rafael5958&lt;/a&gt;&amp;nbsp;You have received multiple replies, we would appreciate it if you would return to the thread to close it out by using the Accept as Solution button on the post(s) that helped you resolve things.&amp;nbsp; If you need further help, please be sure to leave an update on what you still need, and if you did something different, you can post what you did and then mark that post using the button as well, but I would in that case use the Like feature on any other posts that did help you with things.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 19:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-rows-based-on-column/m-p/1742130#M590752</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-08T19:02:07Z</dc:date>
    </item>
  </channel>
</rss>

