<?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 Ignore Selection in straight table with Aggr and Maxstring in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-in-straight-table-with-Aggr-and-Maxstring/m-p/1521779#M747599</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I would like to ignore selections when&amp;nbsp;&lt;SPAN&gt;[Field 1], [&lt;/SPAN&gt;&lt;SPAN&gt;Field 2&lt;/SPAN&gt;&lt;SPAN&gt;], [Field 3], [&lt;/SPAN&gt;&lt;SPAN&gt;Field 4&lt;/SPAN&gt;&lt;SPAN&gt;], [&lt;/SPAN&gt;&lt;SPAN&gt;Field 5&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;, [&lt;/SPAN&gt;&lt;SPAN&gt;Field 6&lt;/SPAN&gt;&lt;SPAN&gt;] is selected. With below mentioned calculation, it's not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Aggr(&lt;BR /&gt;MaxString({&amp;lt;[Field 1]=,[&lt;SPAN&gt;Field 2&lt;/SPAN&gt;]=,[Field 3]=,[&lt;SPAN&gt;Field 4&lt;/SPAN&gt;]=,[&lt;SPAN&gt;Field 5&lt;/SPAN&gt;]=&lt;BR /&gt;,[&lt;SPAN&gt;Field 6&lt;/SPAN&gt;]=&amp;gt;}[Data Availability Quarter Year]),[&lt;SPAN&gt;Field 5&lt;/SPAN&gt;])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whats wrong in the calculation? Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;BC&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:56:48 GMT</pubDate>
    <dc:creator>BootCam</dc:creator>
    <dc:date>2024-11-16T04:56:48Z</dc:date>
    <item>
      <title>Ignore Selection in straight table with Aggr and Maxstring</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-in-straight-table-with-Aggr-and-Maxstring/m-p/1521779#M747599</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I would like to ignore selections when&amp;nbsp;&lt;SPAN&gt;[Field 1], [&lt;/SPAN&gt;&lt;SPAN&gt;Field 2&lt;/SPAN&gt;&lt;SPAN&gt;], [Field 3], [&lt;/SPAN&gt;&lt;SPAN&gt;Field 4&lt;/SPAN&gt;&lt;SPAN&gt;], [&lt;/SPAN&gt;&lt;SPAN&gt;Field 5&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt;, [&lt;/SPAN&gt;&lt;SPAN&gt;Field 6&lt;/SPAN&gt;&lt;SPAN&gt;] is selected. With below mentioned calculation, it's not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=Aggr(&lt;BR /&gt;MaxString({&amp;lt;[Field 1]=,[&lt;SPAN&gt;Field 2&lt;/SPAN&gt;]=,[Field 3]=,[&lt;SPAN&gt;Field 4&lt;/SPAN&gt;]=,[&lt;SPAN&gt;Field 5&lt;/SPAN&gt;]=&lt;BR /&gt;,[&lt;SPAN&gt;Field 6&lt;/SPAN&gt;]=&amp;gt;}[Data Availability Quarter Year]),[&lt;SPAN&gt;Field 5&lt;/SPAN&gt;])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whats wrong in the calculation? Any help is appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;BC&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-in-straight-table-with-Aggr-and-Maxstring/m-p/1521779#M747599</guid>
      <dc:creator>BootCam</dc:creator>
      <dc:date>2024-11-16T04:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection in straight table with Aggr and Maxstring</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-in-straight-table-with-Aggr-and-Maxstring/m-p/1521784#M747600</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#FF0000"&gt;=Only({&amp;lt;[Field 1], [Field 2], [Field 3], [Field 4], [Field 5]
, [Field 6]&amp;gt;}&lt;/FONT&gt; Aggr(
MaxString({&amp;lt;[Field 1], [Field 2], [Field 3], [Field 4], [Field 5]
, [Field 6]&amp;gt;} [Data Availability Quarter Year]),[Field 5])&lt;FONT color="#FF0000"&gt;)&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-in-straight-table-with-Aggr-and-Maxstring/m-p/1521784#M747600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-17T18:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore Selection in straight table with Aggr and Maxstring</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-Selection-in-straight-table-with-Aggr-and-Maxstring/m-p/1521790#M747601</link>
      <description>&lt;P&gt;Awesome Sunny! Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;BC&lt;/P&gt;</description>
      <pubDate>Mon, 17 Dec 2018 18:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-Selection-in-straight-table-with-Aggr-and-Maxstring/m-p/1521790#M747601</guid>
      <dc:creator>BootCam</dc:creator>
      <dc:date>2018-12-17T18:25:04Z</dc:date>
    </item>
  </channel>
</rss>

