<?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: Variable If Statement Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258920#M624307</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;Might be easier to keep a matrix in excel and map this to your occupation data&lt;/P&gt;&lt;P&gt;i.e subset sample of how the data will look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="374"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="211"&gt;Occupation&lt;/TD&gt;&lt;TD class="xl63" width="83"&gt;ChangeType&lt;/TD&gt;&lt;TD class="xl63" width="80"&gt;ChangePerc&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AML / KYC Subject Matter Expert&lt;/TD&gt;&lt;TD&gt;No change&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AML / KYC Subject Matter Expert&lt;/TD&gt;&lt;TD&gt;Small&lt;/TD&gt;&lt;TD align="right"&gt;0,1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AML / KYC Subject Matter Expert&lt;/TD&gt;&lt;TD&gt;Medium&lt;/TD&gt;&lt;TD align="right"&gt;0,2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AML / KYC Subject Matter Expert&lt;/TD&gt;&lt;TD&gt;large&lt;/TD&gt;&lt;TD align="right"&gt;0,3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MI Lead&lt;/TD&gt;&lt;TD&gt;No change&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MI Lead&lt;/TD&gt;&lt;TD&gt;Small&lt;/TD&gt;&lt;TD align="right"&gt;0,1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MI Lead&lt;/TD&gt;&lt;TD&gt;Medium&lt;/TD&gt;&lt;TD align="right"&gt;0,2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MI Lead&lt;/TD&gt;&lt;TD&gt;large&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;0,3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The your slider acts like a selector for the ChangeType Column above.&lt;/P&gt;&lt;P&gt;Then in your expression sum(YourValue) * ChangePerc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best to have that left joined to your fact table which should have the main measure you use in your expression for performance reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2016 11:57:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-11-16T11:57:07Z</dc:date>
    <item>
      <title>Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258916#M624303</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 have a slider called [Change Regulation] which has 4 selections:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Change&lt;/P&gt;&lt;P&gt;Small&lt;/P&gt;&lt;P&gt;Medium&lt;/P&gt;&lt;P&gt;Large&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Outside of this I have 8 different Occupation types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AML / KYC Subject Matter Expert&lt;/P&gt;&lt;P&gt;MI Lead&lt;/P&gt;&lt;P&gt;Operations Head&lt;/P&gt;&lt;P&gt;Population Lead&lt;/P&gt;&lt;P&gt;Quality Assurance&lt;/P&gt;&lt;P&gt;Relationship Owner&lt;/P&gt;&lt;P&gt;Review Analyst&lt;/P&gt;&lt;P&gt;Team Lead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These will change based on which selection is made in Change Regulation. So I have set up a variable called vRegulation and attempted to do an if statement for these. This should be how it should look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No Change = No change for any of the Occupations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Small = Review Analyst &amp;amp; Relationship Owner increase by 2%, Operations Head is no change and rest are increased by 0.5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Medium = Review Analyst &amp;amp; Relationship Owner increase by 5%, Operations Head is no change and rest are increased by 1%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larger = Review Analyst &amp;amp; Relationship Owner increase by 15%, Operations Head is no change and rest are increased by 2%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone could help me with how this If statement would look in the variable it would be much appreciated as I have had no joy so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258916#M624303</guid>
      <dc:creator />
      <dc:date>2016-11-16T11:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258917#M624304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it would be easy if you create 8 different variable for each Occupation Type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vSubjectMatterExpert&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMILead&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vOperationsHead&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vPopulationLead&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vQualityAssurance&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vRelationshipOwner&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vReviewAnalyst&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vTeamLead&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and use if condition to assign respective value to each variable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258917#M624304</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-11-16T11:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258918#M624305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response, how would you set this IF statement up in say vReviewAnalyst?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Occupation='Review Analyst',if([Change Regulation]='Small',0.02,if([Change Regulation]='Medium',0.05,if([Change Regulation]='Large',0.15,0))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would that work? Sorry not overly great with these. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258918#M624305</guid>
      <dc:creator />
      <dc:date>2016-11-16T11:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258919#M624306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just tried that with no success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:38:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258919#M624306</guid>
      <dc:creator />
      <dc:date>2016-11-16T11:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258920#M624307</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;Might be easier to keep a matrix in excel and map this to your occupation data&lt;/P&gt;&lt;P&gt;i.e subset sample of how the data will look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="374"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="211"&gt;Occupation&lt;/TD&gt;&lt;TD class="xl63" width="83"&gt;ChangeType&lt;/TD&gt;&lt;TD class="xl63" width="80"&gt;ChangePerc&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AML / KYC Subject Matter Expert&lt;/TD&gt;&lt;TD&gt;No change&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AML / KYC Subject Matter Expert&lt;/TD&gt;&lt;TD&gt;Small&lt;/TD&gt;&lt;TD align="right"&gt;0,1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AML / KYC Subject Matter Expert&lt;/TD&gt;&lt;TD&gt;Medium&lt;/TD&gt;&lt;TD align="right"&gt;0,2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;AML / KYC Subject Matter Expert&lt;/TD&gt;&lt;TD&gt;large&lt;/TD&gt;&lt;TD align="right"&gt;0,3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MI Lead&lt;/TD&gt;&lt;TD&gt;No change&lt;/TD&gt;&lt;TD align="right"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MI Lead&lt;/TD&gt;&lt;TD&gt;Small&lt;/TD&gt;&lt;TD align="right"&gt;0,1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MI Lead&lt;/TD&gt;&lt;TD&gt;Medium&lt;/TD&gt;&lt;TD align="right"&gt;0,2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;MI Lead&lt;/TD&gt;&lt;TD&gt;large&lt;/TD&gt;&lt;TD align="right"&gt;&lt;P&gt;0,3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The your slider acts like a selector for the ChangeType Column above.&lt;/P&gt;&lt;P&gt;Then in your expression sum(YourValue) * ChangePerc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best to have that left joined to your fact table which should have the main measure you use in your expression for performance reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 11:57:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258920#M624307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-16T11:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258921#M624308</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;Thanks for the reply, I am not great with mapping (not great with much it seems). I would be more comfortable with if statements in variables although I cannot even get those to work!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 12:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258921#M624308</guid>
      <dc:creator />
      <dc:date>2016-11-16T12:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258922#M624309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The approach above should be easier, cleaner and better performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you create the matrix as advised above, load the excel file by map i mean you could simply load it in as normal with Occupation field from the above file associated/linked with the occupation field in you fact table.&lt;/P&gt;&lt;P&gt;You can then just use the the expression above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258922#M624309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T06:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258923#M624310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you absolutely must use if statements, use this tool:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikblog.at/tools/Nested-If-Generator.html" title="http://www.qlikblog.at/tools/Nested-If-Generator.html"&gt;qlikblog.at - Nested If Generator&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a massive help for complex if statements.&lt;/P&gt;&lt;P&gt;Just make sure you test each condition seperately to see if they produce correct results and the tool above will help structure it in a easy to understand way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258923#M624310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T06:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258924#M624311</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;Going to try and give this a go, I have loaded the file in with the 3 fields above. My expression looks like this currently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'2018'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Attrition&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Retirement&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Demand C]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)*(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vNewClients)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; - &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vAutomation)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; + &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(vRisk)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; + &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vRegulation&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;With vRegulation being the current Change Regulation Piece. Would I just add (vRegulation * ChangePerc) to that and it should work?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 09:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258924#M624311</guid>
      <dc:creator />
      <dc:date>2016-11-17T09:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Variable If Statement Help</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258925#M624312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logically, Yes it should work if its setup as explained...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use your usual expression if it produces the desired result and * by ChangePerc&lt;/P&gt;&lt;P&gt;(YourExp) * Change Perc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 10:04:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-If-Statement-Help/m-p/1258925#M624312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T10:04:38Z</dc:date>
    </item>
  </channel>
</rss>

