<?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: Conditional statement in Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910310#M653256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you have a look on the function class() which returned buckets of the expression-result. Unfortunately it worked only with sequentielly bucket-size uncomplicated - with nested if could be this changed. But the aim is normally to avoid nested if's therefore the use of a kind of lookup with pick(match()) worked often smoothly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3713"&gt;Which conditional functions do you use?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;class(Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date))), 200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(match()) examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/723682"&gt;Re: Multiple nested if statements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/593232"&gt;Re: Substitute to nested ifs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 13:38:14 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-08-04T13:38:14Z</dc:date>
    <item>
      <title>Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910309#M653254</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 want to use the belwo IF stamnt as one of the dimension along with Name in a pivot chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if((Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)))&amp;lt;600,'0-600',if((Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)))&amp;lt;800,'600-800',if((Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)))&amp;lt;1000,'800-1000',if((Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)))&amp;lt;1500,'1000-1500','1500&amp;gt;'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works as an expression in a Table and i want that as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is it possible&amp;nbsp; to add it as Variable and then in to dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 13:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910309#M653254</guid>
      <dc:creator />
      <dc:date>2015-08-04T13:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910310#M653256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you have a look on the function class() which returned buckets of the expression-result. Unfortunately it worked only with sequentielly bucket-size uncomplicated - with nested if could be this changed. But the aim is normally to avoid nested if's therefore the use of a kind of lookup with pick(match()) worked often smoothly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3713"&gt;Which conditional functions do you use?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;class(Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date))), 200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(match()) examples:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/723682"&gt;Re: Multiple nested if statements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/593232"&gt;Re: Substitute to nested ifs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 13:38:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910310#M653256</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-04T13:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910311#M653257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally for dimensions you need to have the whole expression wrapped in an AGGR, in order that QlikView knows which rows to attach to which of the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may find wrapping the whole lot in an &lt;STRONG&gt;AGGR(&amp;nbsp; , Name, Date) &lt;/STRONG&gt; function may work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given that, you may then also be able to simplify things, a lot, by removing each of the separate AGGR statements you already have, and simply have one AGGR around the outside.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 13:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910311#M653257</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-08-04T13:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910312#M653259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=(class(Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date))), 200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This throws an error when used in dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 04:49:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910312#M653259</guid>
      <dc:creator />
      <dc:date>2015-08-05T04:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910313#M653261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Rajesh,&lt;/P&gt;&lt;P&gt;can you share please sample data, QV apps and result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its helpful to understand you requriment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 06:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910313#M653261</guid>
      <dc:creator />
      <dc:date>2015-08-05T06:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910314#M653263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it's not correct. I have forgotten to implement what &lt;A href="https://community.qlik.com/qlik-users/4484"&gt;stevedark&lt;/A&gt; mentioned that calculated dimensions needs to be wrapped in an aggr-function also if there are already aggr-functions inside the expression, try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class(agrr(Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)), Name), 200)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 06:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910314#M653263</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-05T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910315#M653265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it doesnot work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with this also it returns "-"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Class((Aggr(Avg(TOTAL &amp;lt;Name&amp;gt; SUM(Handled)),Name,Date)),200)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 07:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910315#M653265</guid>
      <dc:creator />
      <dc:date>2015-08-05T07:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910316#M653267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That code is not working as you have an Avg and a Sum without an Aggr&lt;/P&gt;&lt;P&gt;separating them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what the Avg is adding here. Try stripping out the Avg, Total&lt;/P&gt;&lt;P&gt;and corresponding end bracket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try wrapping your original function in another Aggr, as I suggested&lt;/P&gt;&lt;P&gt;previously? What result did this give? Did you also try a single Aggr&lt;/P&gt;&lt;P&gt;around the outside, rather than separate ones?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class is quite a blunt tool, as the band have to be equal, and the display&lt;/P&gt;&lt;P&gt;of the values is not ideal (though this can be fixed up with a replaced&lt;/P&gt;&lt;P&gt;statement).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 08:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910316#M653267</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-08-05T08:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910317#M653269</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;You mean this way&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: 13px;"&gt;class(agrr(Max(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)), Name), 200)&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: 13px;"&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; font-size: 13px;"&gt;I am computing Avg &amp;amp; Max for the given date Range for the Names.&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: 13px;"&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; font-size: 13px;"&gt;SO it is required. Finally I need to bucket the name under and show the count locationwise.&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: 13px;"&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 08:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910317#M653269</guid>
      <dc:creator />
      <dc:date>2015-08-05T08:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910318#M653272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't see how what you have now relates back to your original query.&amp;nbsp; The size of the buckets for one does not seem to match your requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have a typo in your expression above, with aggr spelt wrong (agrr) in one place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That code seems that it will give the highest value of any day for each name, and then bucket that value in groups 0-200, 201-400,401-600 etc.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for a dimension the outer part should usually be an Aggr, i.e. the statement should start with Aggr.&amp;nbsp; Otherwise you will only get a single value for the dimension or a null..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 08:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910318#M653272</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-08-05T08:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910319#M653274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to read my description of Aggr from the 31st of last month on this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/174729"&gt;Aggr function on avg&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 08:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910319#M653274</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-08-05T08:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910320#M653276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the Avg &amp;amp; MAx based on the aggr function same as your example in table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do i bucket them and show it in Graph as dimension with count of Names under each bucket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 09:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910320#M653276</guid>
      <dc:creator />
      <dc:date>2015-08-05T09:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910321#M653279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are right there was a typo and it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But instead of calls as it is grouping in predefined intervals is there a possibility of getting the bucket predifined as using IF condition in dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 10:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910321#M653279</guid>
      <dc:creator />
      <dc:date>2015-08-05T10:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910322#M653280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To do this you will need to use your original IF statement,  and nest Aggrs&lt;/P&gt;&lt;P&gt;accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 10:45:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910322#M653280</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-08-05T10:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910323#M653282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I am unable to add the below Script in teh dimension of Grpah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((Avg(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)))&amp;lt;400,'0-400',if((Avg(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)))&amp;lt;800,'400-800',if((Avg(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)))&amp;lt;1000,'800-1000',if((Avg(TOTAL &amp;lt;Name&amp;gt; Aggr(SUM(Handled),Name,Date)))&amp;lt;1500,'1000-1500','1500&amp;gt;'))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says Error in Calcualtion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910323#M653282</guid>
      <dc:creator />
      <dc:date>2015-08-05T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional statement in Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910324#M653284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got It Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 13:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-statement-in-Dimension/m-p/910324#M653284</guid>
      <dc:creator />
      <dc:date>2015-08-05T13:14:38Z</dc:date>
    </item>
  </channel>
</rss>

