<?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: help to convert if-statement into set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565307#M1105286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count ( { $ &amp;lt; [SourceCode_Auto]&amp;nbsp; = {'*7932', '*7966'} &amp;gt;&lt;/SPAN&gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Interest_IdCount] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) no set analysis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count (&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Interest_IdCount] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) set analysis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count ( &lt;STRONG&gt;{ $ &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;}&lt;/STRONG&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Interest_IdCount] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) add modifiers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count ( { $ &lt;STRONG&gt;&amp;lt; [SourceCode_Auto]&amp;nbsp; = {'*7932', '*7966'} &amp;gt; &lt;/STRONG&gt;&lt;/SPAN&gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Interest_IdCount] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;google this&lt;/P&gt;&lt;P&gt;set analysis walter wizard for qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to &lt;STRONG style="font-size: 14px; color: #666666; font-family: Calibri, Verdana;"&gt;Stefan WALTHER&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Mar 2014 20:05:55 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-03-26T20:05:55Z</dc:date>
    <item>
      <title>help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565305#M1105284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should be fairly easy for an experienced user, but has caused me some issues today. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following if-statement ( returns the correct value):&lt;/P&gt;&lt;P&gt;=count (if ( right (SourceCode_Auto,4) = '7932' or right (SourceCode_Auto, 4) = '7966', [Interest_IdCount]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. I have 2 conditions and one has to be fulfilled for the count to kick in. The SourceCode field is of the format xxxNNNNN, minimum 4 digits/letters and maximum8.The condition needs to be on the 4 last ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, I tried this set analysis ( returns a too low value&lt;/P&gt;&lt;P&gt;=count ( { $ &amp;lt; [SourceCode_Auto]&amp;nbsp; = {'*7932', '*7966'} &amp;gt; [Interest_IdCount] }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why doesn't that work out, and how should it be written?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks to the person that might take pity on a beginner and explain this mystery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 19:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565305#M1105284</guid>
      <dc:creator />
      <dc:date>2014-03-26T19:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565306#M1105285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should work, but looks like your syntax is a little off:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;=count ( { $ &amp;lt; [SourceCode_Auto]&amp;nbsp; = {'*7932', '*7966'} &amp;gt;&lt;STRONG&gt;}&lt;/STRONG&gt; [Interest_IdCount] &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Hope this helps!&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 19:06:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565306#M1105285</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-03-26T19:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565307#M1105286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count ( { $ &amp;lt; [SourceCode_Auto]&amp;nbsp; = {'*7932', '*7966'} &amp;gt;&lt;/SPAN&gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Interest_IdCount] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) no set analysis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count (&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Interest_IdCount] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) set analysis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count ( &lt;STRONG&gt;{ $ &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;}&lt;/STRONG&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Interest_IdCount] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) add modifiers&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=count ( { $ &lt;STRONG&gt;&amp;lt; [SourceCode_Auto]&amp;nbsp; = {'*7932', '*7966'} &amp;gt; &lt;/STRONG&gt;&lt;/SPAN&gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Interest_IdCount] &lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;google this&lt;/P&gt;&lt;P&gt;set analysis walter wizard for qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to &lt;STRONG style="font-size: 14px; color: #666666; font-family: Calibri, Verdana;"&gt;Stefan WALTHER&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2014 20:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565307#M1105286</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-26T20:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565308#M1105287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good morning - and thanks for taking the time!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for some reason I wasn't able to copy paste the code into the original question, instead I typed it... and when I did I just simply missed that last curly bracket, I did have it in the original statement just as you and Massimo proposed. I guess otherwise I wouldn't even get a numerical answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I guess the question is still up for answering, why does the if-statement produce a correct answer, but not the set analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565308#M1105287</guid>
      <dc:creator />
      <dc:date>2014-03-27T07:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565309#M1105288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks! I will google that! however, the set analysis still doesn't work... I will continue the quest today. thanks anyway!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 07:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565309#M1105288</guid>
      <dc:creator />
      <dc:date>2014-03-27T07:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565310#M1105289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you can, post your qvw, perhaps the community can helpyou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 08:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565310#M1105289</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-27T08:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565311#M1105290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm. If I make the count distinct, the expressions return the same value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise I guess I should maybe create a field that I summarize instead, that might work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anyway, thanks for your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps. if you have the time, what would be in parameters to enter into the wizard to create this statement? I struggled with creating the "or" in the condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 09:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565311#M1105290</guid>
      <dc:creator />
      <dc:date>2014-03-27T09:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565312#M1105291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On top of what jerem and Massimo have said..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming Interest_IdCount = 1 where Interest_Id is a unique entry i.e. in your script it could be &lt;STRONG&gt;1 As Interest_IdCount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; font-size: 12px;"&gt;=count ( { $ &amp;lt; [SourceCode_Auto]&amp;nbsp; = {'*7932', '*7966'} &amp;gt;&lt;STRONG&gt;}&lt;/STRONG&gt; [Interest_IdCount] &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; font-size: 12px;"&gt;do&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; font-size: 12px;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum ( { $ &amp;lt; [SourceCode_Auto]&amp;nbsp; = {'*7932', '*7966'} &amp;gt;&lt;STRONG&gt;}&lt;/STRONG&gt; [Interest_IdCount] &lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;also checking if you have any current selections/ filters that could affect the numbers you expect.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:11:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565312#M1105291</guid>
      <dc:creator />
      <dc:date>2014-03-27T10:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565313#M1105292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count (distinct( if( PartnerCode='Facebook*' or left(Etag,2)='FB' or left(Etag,2)='fb' or right(SourceCode_Auto,5)= '07932' or right(SourceCode_Auto,5)= '07966' ,[Interest_IdCount])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;having managed to get the ifs and the setanalysis returning the same results, here is the next problem. I want to add conditions not only to the one field, but to several. again, it's enough that one of them is true for the count to happen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$ &amp;lt; [SourceCode_Auto] =&amp;nbsp; {'*7932','*7966'}, [PartnerCode]={'Facebook*'}, [Etag]={'FB*', 'fb'}&amp;gt;} distinct [Interest_IdCount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returns - of course - only the intersection of the three fields. how do I make it "or" instead of "and"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565313#M1105292</guid>
      <dc:creator />
      <dc:date>2014-03-27T10:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565314#M1105294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get [SourceCode_Auto] =&amp;nbsp; {'*7932','*7966'} or [PartnerCode]={'Facebook*'}&amp;gt; or [Etag]={'FB*', 'fb'} you weould want to use the Set Operator Union +. The following should hopefully work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$ &amp;lt; [SourceCode_Auto] =&amp;nbsp; {'*7932','*7966'}&amp;gt; + &amp;lt; [PartnerCode]={'Facebook*'}&amp;gt; + &amp;lt;[Etag]={'FB*', 'fb'}&amp;gt;} distinct [Interest_IdCount])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you were especiall interested in the SourceCode_Auto field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$ &amp;lt; [SourceCode_Auto] =&amp;nbsp; {'*7932','*7966'}, [PartnerCode]={'Facebook*'}&amp;gt; + &amp;lt; [SourceCode_Auto] =&amp;nbsp; {'*7932','*7966'}, [Etag]={'FB*', 'fb'}&amp;gt;} distinct [Interest_IdCount])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 11:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565314#M1105294</guid>
      <dc:creator />
      <dc:date>2014-03-27T11:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565315#M1105296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here for more on set analysis&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4889"&gt;Sets Analysis: syntaxes, exemples&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 11:53:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565315#M1105296</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-03-27T11:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565316#M1105298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and it does! thank you so much! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 11:53:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565316#M1105298</guid>
      <dc:creator />
      <dc:date>2014-03-27T11:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: help to convert if-statement into set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565317#M1105300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;merci beaucoup!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 11:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-to-convert-if-statement-into-set-analysis/m-p/565317#M1105300</guid>
      <dc:creator />
      <dc:date>2014-03-27T11:59:48Z</dc:date>
    </item>
  </channel>
</rss>

