<?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: Set analysis in if statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574431#M740253</link>
    <description>Hi, just make a expression like:&lt;BR /&gt;sum({&amp;lt;og.vc_purity={24},og.vc_category={"GOLD"}&amp;gt;}Value)</description>
    <pubDate>Mon, 29 Apr 2019 12:18:32 GMT</pubDate>
    <dc:creator>felipedl</dc:creator>
    <dc:date>2019-04-29T12:18:32Z</dc:date>
    <item>
      <title>Set analysis in if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574424#M740252</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;My stement is like this&lt;/P&gt;&lt;P&gt;if( og.VC_CATEGORY= 'GOLD','GOLD',&lt;BR /&gt;if( og.VC_CATEGORY= 'DIAMOND','DIAMOND'))&lt;/P&gt;&lt;P&gt;for the above statement i need to write the set analsis ,where the set value is "og.vc_purity=24"&lt;/P&gt;&lt;P&gt;og.vc_purity =24 should write in og.vc_category='GOLD'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help how to write this .&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574424#M740252</guid>
      <dc:creator>venkat1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574431#M740253</link>
      <description>Hi, just make a expression like:&lt;BR /&gt;sum({&amp;lt;og.vc_purity={24},og.vc_category={"GOLD"}&amp;gt;}Value)</description>
      <pubDate>Mon, 29 Apr 2019 12:18:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574431#M740253</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2019-04-29T12:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574441#M740254</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(sum({&amp;lt;og.vc_purity={24},og.VC_CATEGORY= {"GOLD"}&amp;gt;}'GOLD',&lt;BR /&gt;if( og.VC_CATEGORY= 'DIAMOND','DIAMOND',&lt;BR /&gt;if( og.VC_CATEGORY= 'PLATINUM','PLATINUM'))))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried like that,it was not working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574441#M740254</guid>
      <dc:creator>venkat1</dc:creator>
      <dc:date>2019-04-29T12:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574442#M740255</link>
      <description>&lt;P&gt;I think this is what you are expecting?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(&lt;FONT color="#FF0000"&gt;Only{&amp;lt;og.vc_purity ={24}&amp;gt;} &lt;/FONT&gt;og.VC_CATEGORY)= 'GOLD','GOLD',&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;if(&lt;FONT color="#FF0000"&gt;Only({&amp;lt;og.vc_purity ={24}&amp;gt;}&lt;/FONT&gt; og.VC_CATEGORY)= 'DIAMOND','DIAMOND'))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574442#M740255</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-04-29T12:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574459#M740256</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Its not working&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574459#M740256</guid>
      <dc:creator>venkat1</dc:creator>
      <dc:date>2019-04-29T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574461#M740257</link>
      <description>&lt;P&gt;Where you are trying this? What is the expected result.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 12:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1574461#M740257</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-04-29T12:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in if statement</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1575725#M740258</link>
      <description>&lt;P&gt;i was using in the dimensions for the pivot table.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 06:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-if-statement/m-p/1575725#M740258</guid>
      <dc:creator>venkat1</dc:creator>
      <dc:date>2019-05-02T06:44:06Z</dc:date>
    </item>
  </channel>
</rss>

