<?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: Expression Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760175#M270448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my second xpression is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Feb 2015 11:59:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-20T11:59:34Z</dc:date>
    <item>
      <title>Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760167#M270440</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;&lt;/P&gt;&lt;P&gt;I have to subtract a value of Aero income (which is present inside the Particulars field with the Less :Collection charges in UDF (which i present inside DIAL MIS&amp;nbsp;&amp;nbsp; Grouping&amp;nbsp; for expense column. For this i used&amp;nbsp; following expression,&lt;/P&gt;&lt;P&gt;if(Particulars='Aero Income' ,num(vAeroIncomeMTD,'#,##0.00'),&lt;/P&gt;&lt;P&gt;num(fabs(sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'} &amp;gt;}AmountInLC_Actual_PNL)&lt;/P&gt;&lt;P&gt;/10000000),'#,##0.00' ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;STRONG&gt;num(num(fabs(Aggr(sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},Particulars={'Aero Income'} &amp;gt;}AmountInLC_Actual_PNL),Particulars)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;/10000000),'#,##0.00')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;num(fabs(Aggr(sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},[DIAL MIS Grouping (for ExpenseDB)]={'Less: Collection Charges on UDF '} &amp;gt;}AmountInLC_Actual_PNL),Particulars)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;/10000000),'#,##0.00'),'#,##0.00&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it gives the correct result when i added only Particulars as a dimension i.e. 252 ,but if I add DIAL MIS&amp;nbsp;&amp;nbsp; Grouping&amp;nbsp; for expense and expand it it gives 252 in all the values for DIAL MIS&amp;nbsp;&amp;nbsp; Grouping&amp;nbsp; for expense which is incorrect. as per logic value 252 should be divided for divided into different values of DIAL MIS&amp;nbsp;&amp;nbsp; Grouping&amp;nbsp; for expense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/78645_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78610_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760167#M270440</guid>
      <dc:creator />
      <dc:date>2015-02-20T10:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760168#M270441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;if(Particulars='Aero Income' ,num(vAeroIncomeMTD,'#,##0.00'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;num(fabs(sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'} &amp;gt;}AmountInLC_Actual_PNL)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/10000000),'#,##0.00' ))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;STRONG&gt; vAeroIncomeMTD:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;STRONG&gt;num(num(fabs((sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},Particulars={'Aero Income'} &amp;gt;}AmountInLC_Actual_PNL))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;/10000000),'#,##0.00')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;num(fabs((sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},[DIAL MIS Grouping (for ExpenseDB)]={'Less: Collection Charges on UDF '} &amp;gt;}AmountInLC_Actual_PNL))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;/10000000),'#,##0.00'),'#,##0.00&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760168#M270441</guid>
      <dc:creator />
      <dc:date>2015-02-20T10:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760169#M270442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shweta,&lt;/P&gt;&lt;P&gt;&amp;nbsp; your question is not so clear.&lt;/P&gt;&lt;P&gt;can you send example what you want to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vimlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760169#M270442</guid>
      <dc:creator />
      <dc:date>2015-02-20T10:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760170#M270443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;You want like this......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Particulars='Aero Income' ,&lt;/P&gt;&lt;P&gt;num(((fabs((sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},Particulars={'Aero Income'} &amp;gt;}AmountInLC_Actual_PNL))&lt;/P&gt;&lt;P&gt;))-&lt;/P&gt;&lt;P&gt;(fabs((sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},[DIAL MIS Grouping (for ExpenseDB)]={'Less: Collection Charges on UDF '} &amp;gt;}AmountInLC_Actual_PNL))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)))/10000000,'#,##0.00'),&lt;/P&gt;&lt;P&gt;num(fabs(sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'} &amp;gt;}AmountInLC_Actual_PNL)&lt;/P&gt;&lt;P&gt;/10000000),'#,##0.00' ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:28:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760170#M270443</guid>
      <dc:creator />
      <dc:date>2015-02-20T10:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760171#M270444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for example value of aero income is 252.86 and value of less :collectionn charges on udf is 0.54&lt;/P&gt;&lt;P&gt;so ,in my chart i want to show aeroincome as 252.86-0.54=252.32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; when&amp;nbsp; i create a pivot between particulars and actual,it works fine&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 148px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="84"&gt;Particulars&lt;/TD&gt;&lt;TD width="64"&gt;Actual&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Aero Income&lt;/TD&gt;&lt;TD align="right"&gt;252.32&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if&amp;nbsp; added one more dimension DIAL MIS ... and expandthe pivot table it gives&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Particulars&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DIAL MIS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&lt;/P&gt;&lt;P&gt;Aero Income&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Baggage&amp;nbsp;&amp;nbsp; 252.32.&lt;/P&gt;&lt;P&gt;Aero Income&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Counter&amp;nbsp;&amp;nbsp;&amp;nbsp; 252.32.&lt;/P&gt;&lt;P&gt;Aero Income&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Landing&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 252.32.&lt;/P&gt;&lt;P&gt;Aero Income&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Parking&amp;nbsp; 252.32.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 10:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760171#M270444</guid>
      <dc:creator />
      <dc:date>2015-02-20T10:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760172#M270445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 11:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760172#M270445</guid>
      <dc:creator />
      <dc:date>2015-02-20T11:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760173#M270446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Is your variable (&lt;STRONG&gt;vAeroIncomeMTD&lt;/STRONG&gt;) using the Aggr function (like your initial post):&lt;/SPAN&gt;&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;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;=num(num(fabs(Aggr(sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},Particulars={'Aero Income'} &amp;gt;}AmountInLC_Actual_PNL),Particulars)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;/10000000),'#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;num(fabs(Aggr(sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},[DIAL MIS Grouping (for ExpenseDB)]={'Less: Collection Charges on UDF '} &amp;gt;}AmountInLC_Actual_PNL),Particulars)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;/10000000),'#,##0.00'),'#,##0.00&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;Or is it this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;=num(num(fabs((sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},Particulars={'Aero Income'} &amp;gt;}AmountInLC_Actual_PNL))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;/10000000),'#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;num(fabs((sum({&amp;lt;[Fiscal Year_GJAHR] = {'$(vMaxYear1)'},Year=, P_RYEAR=,Companyode={'1500'},[DIAL MIS Grouping (for ExpenseDB)]={'Less: Collection Charges on UDF '} &amp;gt;}AmountInLC_Actual_PNL))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="font-style: inherit;"&gt;/10000000),'#,##0.00'),'#,##0.00&lt;/SPAN&gt;')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;S&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 11:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760173#M270446</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-20T11:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760174#M270447</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;Can you remove the '=' sign from the variable expression and try.&lt;/P&gt;&lt;P&gt;and if its not working then try num($(&lt;STRONG&gt;vAeroIncomeMTD&lt;/STRONG&gt;)&lt;STRONG&gt;,'#,##0.00')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 11:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760174#M270447</guid>
      <dc:creator />
      <dc:date>2015-02-20T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760175#M270448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my second xpression is correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 11:59:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760175#M270448</guid>
      <dc:creator />
      <dc:date>2015-02-20T11:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760176#M270449</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;Just Remove the '=' From your variable and try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 12:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Issue/m-p/760176#M270449</guid>
      <dc:creator />
      <dc:date>2015-02-20T12:01:11Z</dc:date>
    </item>
  </channel>
</rss>

