<?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 Error in Set Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710072#M1059616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Using the following Expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Revenue.Invoice Date] = {$(vCutoffDate)}&amp;gt;} [Revenue.Invoice Amount]/vMillion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its returning me an Error: ERROR in SET MODIFIER, ',' or ')' Expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need Help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 06:37:54 GMT</pubDate>
    <dc:creator>alkesh_sharma</dc:creator>
    <dc:date>2014-10-13T06:37:54Z</dc:date>
    <item>
      <title>Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710072#M1059616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Using the following Expression: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Revenue.Invoice Date] = {$(vCutoffDate)}&amp;gt;} [Revenue.Invoice Amount]/vMillion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its returning me an Error: ERROR in SET MODIFIER, ',' or ')' Expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need Help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710072#M1059616</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T06:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710073#M1059617</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;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Revenue.Invoice Date] = {'$(=vCutoffDate)'}&amp;gt;} [Revenue.Invoice Amount]/$(=vMillion))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:40:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710073#M1059617</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-13T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710074#M1059618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is vMillion a variable? If yoe try $(vMillion)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:41:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710074#M1059618</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-10-13T06:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710075#M1059619</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;make sure you have proper date format,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Revenue.Invoice Date] = {'$(=vCutoffDate)'}&amp;gt;} [Revenue.Invoice Amount])/vMillion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Revenue.Invoice Date] = {'$(=vCutoffDate)'}&amp;gt;} [Revenue.Invoice Amount])/$(vMillion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710075#M1059619</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-13T06:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710076#M1059620</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;Try this,&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;&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;=Sum({&amp;lt;[Revenue.Invoice Date] = {'$(=vCutoffDate)'}&amp;gt;} [Revenue.Invoice Amount]/vMillion)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710076#M1059620</guid>
      <dc:creator />
      <dc:date>2014-10-13T06:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710077#M1059621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have sum in your variable then you have to move it outside expression, like Ashfaq shows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:50:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710077#M1059621</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-10-13T06:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710078#M1059622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, Its giving me 0, which is not correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:52:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710078#M1059622</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T06:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710079#M1059623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just to convert the value in Millions, Even if I remove this, the problem is the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 06:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710079#M1059623</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710080#M1059625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Revenue.Invoice Date] = {'$(=vCutoffDate)'}&amp;gt;} [Revenue.Invoice Amount])/$(vMillion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still face issue, then check your variable ina text box and see yhe output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In text box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(vCutoffDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;KC&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710080#M1059625</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-13T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710081#M1059627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jyothish,&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;"&gt;=$(vCutoffDate) is giving me -20, I guess there is the problem.&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;&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;But I am using the same variable to calculate &amp;gt;=Start Date to &amp;lt; CutoffDate which is working fine,&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;Also used it in &amp;gt;CutoffDate to &amp;lt;=EndDate which is also working fine, &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;&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;Only = CutoffDate is not working. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710081#M1059627</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T07:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710082#M1059629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello GUys Please Help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Ugent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=$(vCutoffDate) in a text box,&amp;nbsp; is giving me -20, but =vCutoffDate in a text Box is giving me '02-11-11' which is correct. I guess there is the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;But I am using the same variable to calculate &amp;gt;=Start Date to &amp;lt; CutoffDate which is working fine,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Also used it in &amp;gt;CutoffDate to &amp;lt;=EndDate which is also working fine,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Only = CutoffDate is not working. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:36:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710082#M1059629</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T07:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710083#M1059631</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 share sample application to look over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710083#M1059631</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-13T07:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710084#M1059632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this: {'$(=Date(vCutOffDate))'}...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710084#M1059632</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-10-13T07:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710085#M1059633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alkesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your variable module where you have declared the variable, add a = in the begining of the variable declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max(Year)&amp;nbsp; instead of max(Year)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710085#M1059633</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-10-13T07:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710086#M1059634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Variable is entered by the user through an Calender Object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already changed the number format in the calender object as Date 'DD-MM-YYYY'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710086#M1059634</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T07:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710087#M1059635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That Would be a little Difficult..Sorry!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710087#M1059635</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T07:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710088#M1059636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NO, The answer is still 0, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 07:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710088#M1059636</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710089#M1059637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is difficult to tell without seeing.&lt;/P&gt;&lt;P&gt;Contact me on skype&lt;/P&gt;&lt;P&gt;my skypeID: &lt;STRONG&gt;ashfaqhaseeb&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 08:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710089#M1059637</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-13T08:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710090#M1059638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But you have 'DD-MM-YY' in your variable you says.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 08:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710090#M1059638</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2014-10-13T08:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Set Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710091#M1059639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am in Office, Can't connect now...:(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 08:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Error-in-Set-Expression/m-p/710091#M1059639</guid>
      <dc:creator>alkesh_sharma</dc:creator>
      <dc:date>2014-10-13T08:03:48Z</dc:date>
    </item>
  </channel>
</rss>

