<?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: How to work with multiple if statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003564#M650440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;amazing, how do you want to control that Statement?&lt;/P&gt;&lt;P&gt;as I noticed there are a lot of duplicates&lt;/P&gt;&lt;P&gt;just one idea:&lt;/P&gt;&lt;P&gt;why not provide an inline table with all combinations&lt;BR /&gt;I donot know your datamodel, so how to connect to toher tables?&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;[WS_Category], [Claim_Activity], [Claim Process],&amp;nbsp; [RequestType], OUTPUT&lt;/P&gt;&lt;P&gt;Russia, Scrap,,, [QV_Cash_Out]+[Replacement Costs]&lt;/P&gt;&lt;P&gt;Turkey,,,,,,[QV_Cash_Out]&lt;/P&gt;&lt;P&gt;Sermicro,,,,QV_Cash_Out]+ 350,&lt;/P&gt;&lt;P&gt;RTS,,TCA,CC,,[Tariff to be paid to claimer(EUR)]+[Replacement Costs]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 20:40:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-22T20:40:23Z</dc:date>
    <item>
      <title>mutliple if</title>
      <link>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003561#M650437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to work in QV scripting by applying multiple If Conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 20:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003561#M650437</guid>
      <dc:creator />
      <dc:date>2015-09-22T20:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003562#M650438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first, start simple with 2 or 3 conditions and if works add some other conditions&lt;/P&gt;&lt;P&gt;second I don't think you need "and if" but something like that with, at the end, a number of ) as the number of conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(condition1, value1,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(condition2, value2,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if(condition3, value3,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;value4&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;))) as field,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if you post the doc we can better check the syntax&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 20:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003562#M650438</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-09-22T20:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003563#M650439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am trying to work in QV scripting by applying multiple If Conditions.&lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But my brackets are not working properly&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Really?&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt; Where?:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How long did it take to write this statement?&lt;/P&gt;&lt;P&gt;Congratulation for the effort anyway...&lt;/P&gt;&lt;P&gt;As Massimo suggested you something else than IF..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 20:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003563#M650439</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-09-22T20:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to work with multiple if statements</title>
      <link>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003564#M650440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;amazing, how do you want to control that Statement?&lt;/P&gt;&lt;P&gt;as I noticed there are a lot of duplicates&lt;/P&gt;&lt;P&gt;just one idea:&lt;/P&gt;&lt;P&gt;why not provide an inline table with all combinations&lt;BR /&gt;I donot know your datamodel, so how to connect to toher tables?&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;load * Inline [&lt;/P&gt;&lt;P&gt;[WS_Category], [Claim_Activity], [Claim Process],&amp;nbsp; [RequestType], OUTPUT&lt;/P&gt;&lt;P&gt;Russia, Scrap,,, [QV_Cash_Out]+[Replacement Costs]&lt;/P&gt;&lt;P&gt;Turkey,,,,,,[QV_Cash_Out]&lt;/P&gt;&lt;P&gt;Sermicro,,,,QV_Cash_Out]+ 350,&lt;/P&gt;&lt;P&gt;RTS,,TCA,CC,,[Tariff to be paid to claimer(EUR)]+[Replacement Costs]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 20:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/mutliple-if/m-p/1003564#M650440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T20:40:23Z</dc:date>
    </item>
  </channel>
</rss>

