<?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 Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741321#M1025454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You say that you want a condition like BookDate&amp;lt;today-365. This is exactly what I define in the blog post &lt;A href="https://community.qlik.com/qlik-blogpost/3619"&gt;Year-over-Year Comparisons&lt;/A&gt; in the formula&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;DayNumberOfYear&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f5faf0;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;) &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;DayNumberOfYear&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;()), 1, 0 ) &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f5faf0;"&gt;IsInYTD&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here you get a Boolean field that says whether the date is before the same time of the year as today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, all I think you need to do, is to define such a field in the script, based on your booking date, and then use this field in a Set Analysis expression, for example&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum( {$&amp;lt;Year_Name={$(=MAX(Year_Name)-1)}, IsInYTD={1}&amp;gt;} ProdRev ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2015 16:38:58 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2015-03-06T16:38:58Z</dc:date>
    <item>
      <title>Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741317#M1025450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: calibri, verdana, arial, sans-serif;"&gt;Dear Fellow Users, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Times New Roman;"&gt;I am struggling with an expression issue those days, maybe some of you could have a solution for me. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Times New Roman;"&gt;In my job, people book a service that they use later on.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Times New Roman;"&gt;I would like to compare what I have on the books today to what I had on the books last year at the same time. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Times New Roman;"&gt;The field “BookDate” tells me the date of the reservation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Times New Roman; text-decoration: underline;"&gt;I have in a chart those expressions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Times New Roman;"&gt;The Revenue I have on the books this year:&lt;SPAN style="mso-tab-count: 1;"&gt;&amp;nbsp; &lt;/SPAN&gt;SUM(ProdRev)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Times New Roman;"&gt;The revenue I generated last year:&lt;SPAN style="mso-spacerun: yes;"&gt;&amp;nbsp; &lt;/SPAN&gt;SUM({$&amp;lt;Year_Name={$(=MAX(Year_Name)-1)}&amp;gt;}ProdRev)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm 0cm 8pt;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG style=": ; color: #000000; font-size: 12pt; mso-ansi-language: EN-US; font-family: Calibri;"&gt;Basically, I would like to have the revenue I generated last year for all values of "BookDate" that are below (today-364). Any Idea of how I could do that ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&lt;STRONG style="font-family: Times New Roman;"&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 13:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741317#M1025450</guid>
      <dc:creator />
      <dc:date>2015-03-04T13:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741318#M1025451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3619"&gt;Year-over-Year Comparisons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4252"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also search the community for threads with "Year-To-Date"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 16:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741318#M1025451</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-04T16:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741319#M1025452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt;Hi Henric, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt;Thanks for your answer. However, this is not exactly what I meant.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt;Let’s say you are managing a transportation company. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt;3 things will be interesting for you:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt;1. Revenue you have on the books for next days/months, for me would be sum(ProdRev), Bleu line in the Graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt;2. How you performed last Year for me : SUM({$&amp;lt;Year_Name={$(=MAX(Year_Name)-1)}&amp;gt;}ProdRev) This is what you call YoY. Orange Line in the Graph.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 12pt; mso-ansi-language: EN-US; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt;3. What you had on the books last year at the same time (bookings made before March 05 2014 for last year), Grey line in the Graph&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Calibri',sans-serif; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-hansi-theme-font: minor-latin;"&gt;Basically, what I would like is an expression that says : ”SUM({$&amp;lt;Year_Name={$(=MAX(Year_Name)-1)}&amp;gt;}ProdRev) for &lt;/SPAN&gt;&lt;SPAN style="mso-bidi-font-weight: bold; color: #000000; mso-hansi-theme-font: minor-latin; font-family: 'Calibri',sans-serif; mso-ascii-theme-font: minor-latin;"&gt;BookDate&amp;lt;today-365”.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-bidi-font-weight: bold; color: #000000; font-size: 12pt; mso-hansi-theme-font: minor-latin; mso-ascii-theme-font: minor-latin; font-family: 'Calibri',sans-serif;"&gt;Have a nice day !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="OTB.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80019_OTB.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 15:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741319#M1025452</guid>
      <dc:creator />
      <dc:date>2015-03-05T15:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741320#M1025453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 16px; font-family: Calibri, sans-serif;"&gt;As I undertand you have two dates - booking date and date of using transport service, wright? Could you give an example of data you have&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 15:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741320#M1025453</guid>
      <dc:creator>yura_ratu</dc:creator>
      <dc:date>2015-03-06T15:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741321#M1025454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You say that you want a condition like BookDate&amp;lt;today-365. This is exactly what I define in the blog post &lt;A href="https://community.qlik.com/qlik-blogpost/3619"&gt;Year-over-Year Comparisons&lt;/A&gt; in the formula&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;DayNumberOfYear&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f5faf0;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;) &amp;lt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;DayNumberOfYear&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;()), 1, 0 ) &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff; background-color: #f5faf0;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000; background-color: #f5faf0;"&gt;IsInYTD&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here you get a Boolean field that says whether the date is before the same time of the year as today.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, all I think you need to do, is to define such a field in the script, based on your booking date, and then use this field in a Set Analysis expression, for example&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sum( {$&amp;lt;Year_Name={$(=MAX(Year_Name)-1)}, IsInYTD={1}&amp;gt;} ProdRev ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 16:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Problem/m-p/741321#M1025454</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-06T16:38:58Z</dc:date>
    </item>
  </channel>
</rss>

