<?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: qlik scenario in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750110#M720991</link>
    <description>&lt;P&gt;in script&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;load *
where not (flag='b' and cc='same') and not  (flag='f' and cc='same')
;
load * inline [
flag,cc,total
 	,same,2
b,same,3
f,same,4
b,notsame,4
f,notsame,5
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on chart 2 options.&lt;/P&gt;&lt;P&gt;1-set analysis - something like below the - eliminates the combiantions&lt;/P&gt;&lt;P&gt;=Only(&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;-&amp;lt;flag={'b'},cc={'same'}&amp;gt;&lt;BR /&gt;-&amp;lt;flag={'f'},cc={'same'}&amp;gt;&lt;BR /&gt;}&lt;BR /&gt;total)&lt;/P&gt;&lt;P&gt;2-If statement - create a dimension like below and suppress when value is null&lt;/P&gt;&lt;P&gt;=if((flag='b' and cc='same')or (flag='f' and cc='same'),null(),flag)&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 18:18:42 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2020-10-06T18:18:42Z</dc:date>
    <item>
      <title>qlik scenario</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750093#M720988</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;can u please help me with the below requirement&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have table like below&lt;/P&gt;&lt;TABLE border="0" width="192px" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="60px" height="19"&gt;flag&lt;/TD&gt;&lt;TD width="70px"&gt;cc&lt;/TD&gt;&lt;TD width="62px"&gt;total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="60px" height="19"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="70px"&gt;same&lt;/TD&gt;&lt;TD width="62px"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="60px" height="19"&gt;b&lt;/TD&gt;&lt;TD width="70px"&gt;same&lt;/TD&gt;&lt;TD width="62px"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="60px" height="19"&gt;f&lt;/TD&gt;&lt;TD width="70px"&gt;same&lt;/TD&gt;&lt;TD width="62px"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="60px" height="19"&gt;b&lt;/TD&gt;&lt;TD width="70px"&gt;notsame&lt;/TD&gt;&lt;TD width="62px"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="60px" height="19"&gt;f&lt;/TD&gt;&lt;TD width="70px"&gt;notsame&lt;/TD&gt;&lt;TD width="62px"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have to&amp;nbsp; ignore&amp;nbsp; records&amp;nbsp; where (flag =b and cc = same) and&amp;nbsp; &amp;nbsp;where (flag =f and&amp;nbsp; cc =same)&lt;/P&gt;&lt;P&gt;output:&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="19"&gt;flag&lt;/TD&gt;&lt;TD width="64"&gt;cc&lt;/TD&gt;&lt;TD width="64"&gt;total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;same&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;b&lt;/TD&gt;&lt;TD&gt;notsame&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="19"&gt;f&lt;/TD&gt;&lt;TD&gt;notsame&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;siva&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750093#M720988</guid>
      <dc:creator>siva8</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: qlik scenario</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750101#M720989</link>
      <description>&lt;P&gt;do you need to do it on the table or script?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 17:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750101#M720989</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-10-06T17:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: qlik scenario</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750108#M720990</link>
      <description>&lt;P&gt;Hi Dilipranjith,&lt;/P&gt;&lt;P&gt;in script while loading the table i have to ignore&amp;nbsp; records&amp;nbsp; based on above&amp;nbsp; mentioned where clause&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;siva&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 18:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750108#M720990</guid>
      <dc:creator>siva8</dc:creator>
      <dc:date>2020-10-06T18:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: qlik scenario</title>
      <link>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750110#M720991</link>
      <description>&lt;P&gt;in script&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;load *
where not (flag='b' and cc='same') and not  (flag='f' and cc='same')
;
load * inline [
flag,cc,total
 	,same,2
b,same,3
f,same,4
b,notsame,4
f,notsame,5
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;on chart 2 options.&lt;/P&gt;&lt;P&gt;1-set analysis - something like below the - eliminates the combiantions&lt;/P&gt;&lt;P&gt;=Only(&lt;BR /&gt;{&lt;/P&gt;&lt;P&gt;-&amp;lt;flag={'b'},cc={'same'}&amp;gt;&lt;BR /&gt;-&amp;lt;flag={'f'},cc={'same'}&amp;gt;&lt;BR /&gt;}&lt;BR /&gt;total)&lt;/P&gt;&lt;P&gt;2-If statement - create a dimension like below and suppress when value is null&lt;/P&gt;&lt;P&gt;=if((flag='b' and cc='same')or (flag='f' and cc='same'),null(),flag)&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 18:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/qlik-scenario/m-p/1750110#M720991</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-10-06T18:18:42Z</dc:date>
    </item>
  </channel>
</rss>

