<?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: from IF to set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998645#M970212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what columns do you use in the pivot table? (dimensions and metrics)&lt;/P&gt;&lt;P&gt;Your set analysis is correct, so there must be something else that is causing the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems strange that your "New situation" works, but not your latest complete set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Pierre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 11:26:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-09-22T11:26:30Z</dc:date>
    <item>
      <title>from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998637#M970204</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'm currently working on a report which uses a lot of IF statements. I prefer to change these expressions using IF into expressions using set analysis. But I'm running into some issues..&amp;nbsp; Hopefully someone can help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Old situation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum&amp;nbsp; ( {&amp;lt;Jaar, Maandnr = &amp;gt;} if( Jaar =GetFieldSelections(Jaar)&lt;/P&gt;&lt;P&gt;and Maandnr =GetFieldSelections(Maandnr)&lt;/P&gt;&lt;P&gt;and Orders.Order_Type='Verkoop'&lt;/P&gt;&lt;P&gt;and DIM_Budget_Item.Budget_Item_Omschrijving='schoenen'&lt;/P&gt;&lt;P&gt;and Orders.Bedrag_Exclusief&amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P&gt;Orders.Aantal_Artikelen))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;New Situation:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Rewriting the old expression I ended up with the following expression. This expression gave the same outcome as the 'old situation', but I still had to use an IF statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;sum(&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;{$&amp;lt; DIM_Budget_Item.Budget_Item_Omschrijving={'schoenen'},&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Orders.Order_Type={'verkoop'}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if ( Orders.Bedrag_Exclusief &amp;lt;&amp;gt;0,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Orders.Aantal_Artikelen))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;What does not work..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Trying to leave out all the IF statements I ended up with the following expression, unfortunately this expression does nu give the same result as the two former expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;sum(&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;{$ &amp;lt; DIM_Budget_Item.Budget_Item_Omschrijving={'schoenen'},&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Orders.Order_Type={'verkoop'}, Orders.Bedrag_Exclusief -= {0}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;gt;} Orders.Aantal_Artikelen)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;So for now I'm stuck with the 'new situation'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998637#M970204</guid>
      <dc:creator />
      <dc:date>2015-09-22T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: from if expression into a set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998638#M970205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks fine. Where are you using this expression? In a chart ? If so, what are the dimensions? Could you post a sample of your qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998638#M970205</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-09-22T09:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998639#M970206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this &lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$ &amp;lt; DIM_Budget_Item.Budget_Item_Omschrijving={'schoenen'},&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Orders.Order_Type={'verkoop'}, Orders.Bedrag_Exclusief -= {'0'}&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;} Orders.Aantal_Artikelen)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or post a sample app &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998639#M970206</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-09-22T09:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998640#M970207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using this expression in a pivot table. What do you mean with posting a sample? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:31:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998640#M970207</guid>
      <dc:creator />
      <dc:date>2015-09-22T09:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998641#M970208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately this does not work. The expression still returns a different value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998641#M970208</guid>
      <dc:creator />
      <dc:date>2015-09-22T09:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998642#M970209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attach a small sample qvw. Click on 'use advanced editor' (top right corner) -&amp;gt;Attach (bottom right)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998642#M970209</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-09-22T09:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998643#M970210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;please try&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;{$ &amp;lt; [DIM_Budget_Item.Budget_Item_Omschrijving]={'schoenen'},&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Orders.Order_Type]={'verkoop'}, [Orders.Bedrag_Exclusief] = {"*"}-{0}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;gt;} [Orders.Aantal_Artikelen])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998643#M970210</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-22T09:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998644#M970211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this expression does not work, it results in --&amp;gt; -&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 09:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998644#M970211</guid>
      <dc:creator />
      <dc:date>2015-09-22T09:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998645#M970212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what columns do you use in the pivot table? (dimensions and metrics)&lt;/P&gt;&lt;P&gt;Your set analysis is correct, so there must be something else that is causing the problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems strange that your "New situation" works, but not your latest complete set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Pierre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998645#M970212</guid>
      <dc:creator />
      <dc:date>2015-09-22T11:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998646#M970213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The "doesn't work" and "returns a different value" is not exactly the same...&amp;nbsp; You'd better attach an example as &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌ sais.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998646#M970213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T11:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998647#M970214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Try This,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$ &amp;lt; DIM_Budget_Item.Budget_Item_Omschrijving={'schoenen'},&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Orders.Order_Type={'verkoop'}, Orders.Bedrag_Exclusief =- {'0'}&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;} Orders.Aantal_Artikelen)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(or)&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$ &amp;lt; DIM_Budget_Item.Budget_Item_Omschrijving={'schoenen'},&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Orders.Order_Type={'verkoop'}, Orders.Bedrag_Exclusief &amp;lt;&amp;gt; {'0'}&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;gt;} Orders.Aantal_Artikelen)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998647#M970214</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-09-22T11:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998648#M970215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pierre,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. The dimension I used is 'Aantal Verkopen'. The column displays the sum of 'Aantal Verkopen' for the selected period. Other columns show the sum of 'Aantal Verkopen'&amp;nbsp; for Year To Date or the selected month of the previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The latest complete set does not give an error, but a different value. Do you have an idea what can be causing the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 11:49:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998648#M970215</guid>
      <dc:creator />
      <dc:date>2015-09-22T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998649#M970216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The keyword &lt;STRONG&gt;sum&lt;/STRONG&gt; was missing in the above expression. Please could you try again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;sum(&lt;/STRONG&gt;{$ &amp;lt; [DIM_Budget_Item.Budget_Item_Omschrijving]={'schoenen'},&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Orders.Order_Type]={'verkoop'}, [Orders.Bedrag_Exclusief] = {'*'}-{0}&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;gt;} [Orders.Aantal_Artikelen])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998649#M970216</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-22T12:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998650#M970217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression gives the same result as the one I tried (with the complete set). Still the result differs from the situation that includes an if statement. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998650#M970217</guid>
      <dc:creator />
      <dc:date>2015-09-22T12:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998651#M970218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;have you tried to include the requested period in each column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. " Period={'$(=max(Period))'} " for YTD and " &lt;SPAN style="font-size: 13.3333px;"&gt;Period={'$(=max(Period)-12)'} " for previous YTD&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;so in the column for YTD:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum({$&amp;lt; DIM_Budget_Item.Budget_Item_Omschrijving={'schoenen'},Orders.Order_Type={'verkoop'}, Orders.Bedrag_Exclusief -= {0}, Period={'$(=max(Period))'}&amp;gt;} Orders.Aantal_Artikelen)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...other then that: "Antal Verkopen" (amount of sales) seems more like a measure. would try using the &lt;SPAN style="font-size: 13.3333px;"&gt;DIM_Budget_Item.Budget_Item_Omschrijving as a dimension... But then i don't really know what you try to accomplish, so this thought is potentially completely wrong (if so, sorry for that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998651#M970218</guid>
      <dc:creator />
      <dc:date>2015-09-22T13:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998652#M970219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$ &amp;lt;&lt;STRONG&gt;Jaar ={"$(=max(Jaar))"}, Maandnr ={"$(=max(Maandnr))"}&lt;/STRONG&gt;,[DIM_Budget_Item.Budget_Item_Omschrijving]={'schoenen'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Orders.Order_Type]={'verkoop'}, [Orders.Bedrag_Exclusief] = {'*'}-{0}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;} [Orders.Aantal_Artikelen])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 13:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998652#M970219</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-09-22T13:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998653#M970220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp; try.&lt;/P&gt;&lt;P&gt;if ( Orders.Bedrag_Exclusief &amp;lt;&amp;gt;0,sum(&lt;/P&gt;&lt;P&gt;{$&amp;lt; DIM_Budget_Item.Budget_Item_Omschrijving={'schoenen'},&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Orders.Order_Type={'verkoop'}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;}&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Orders.Aantal_Artikelen))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 14:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998653#M970220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-22T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: from IF to set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998654#M970221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;(&lt;BR /&gt; {$ &amp;lt; &lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;DIM_Budget_Item.Budget_Item_Omschrijving&lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;={'schoenen'},&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;Orders.Order_Type&lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;={'verkoop'}, &lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;Orders.Bedrag_Exclusief&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="NL" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;={&lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;"&amp;lt;0&amp;gt;0"&lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;}&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="NL" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;&lt;BR /&gt; &amp;gt;} &lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;Orders.Aantal_Artikelen&lt;/SPAN&gt;&lt;SPAN lang="NL" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: NL;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 09:20:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/from-IF-to-set-analysis/m-p/998654#M970221</guid>
      <dc:creator />
      <dc:date>2015-10-15T09:20:24Z</dc:date>
    </item>
  </channel>
</rss>

