<?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: Re: Problems using variables in a LOAD INLINE in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733455#M1050220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not the solution I was expecting, but it works.&amp;nbsp; Thanks for your comments and hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: Create a new summary table summarizing the detailed source table using a GROUP BY and put the Evaluate(SUM(...) as part of that load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ProductSummaryTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'M'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS PeriodType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ProductGroupIMa&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ProductGroup,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'InvValue'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ValueType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Evaluate(SUM(InvValPreviousMonth1)) AS ProductSumMonth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; $(vOpMgmtNewMonth) AS GlPeriod,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; $(vOpMgmtNowYear)&amp;nbsp; AS FYear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'TEST'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS CalendarMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT InvValuationTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE ProductGroupIMa &amp;lt;&amp;gt; 'Not Categorized'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;GROUP BY ProductGroupIMa;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 17:56:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-30T17:56:39Z</dc:date>
    <item>
      <title>Problems using variables in a LOAD INLINE</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733451#M1050214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to put variables in an inline load so I can save the results to a history file and I'm not getting the values of the variables in the end result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: How can I get the value of the variable to show up in the inline load results?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variables:&amp;nbsp; I've been playing with both LET and SET statements.&amp;nbsp; Either would be acceptable.&amp;nbsp; I will need to put the set analysis in my final expressions but I made vTestSet a simple expression in case the complex one was the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp; LET vTestLet = REPLACE( '=sum({ &amp;lt;ProductGroupIMa = {|Antigens|}&amp;gt;} InvValPreviousMonth1)', '|', chr(39));&lt;/P&gt;&lt;P&gt;&amp;nbsp; SET vTestSet&amp;nbsp; = Sum(InvValPreviousMonth1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attribute "&lt;SPAN style="font-size: 13.63636302948px;"&gt;InvValPreviousMonth1&lt;/SPAN&gt;" is from a database table load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use the above variables in a straight table object, I get the expected values.&lt;/P&gt;&lt;P&gt;(expressions in the table are: =$(vTestLet) &amp;amp; =$(vTestSet))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TestImage1.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70143_TestImage1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;When I use the variables in the load, I do not get anything useful.&lt;/P&gt;&lt;P&gt;Here is a listing of my load script.&amp;nbsp; The Value column is the one of interest, with the last column being an index so I can match the load line to the output line.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt; LOAD &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;*&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;INLINE&amp;nbsp;&amp;nbsp;&amp;nbsp; // insert the monthly data into the table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; PeriodType, ProductGroup, ValueType, Value, GlPeriod, FYear, CalendarMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', $(=$(vTestSet)), '', '', '13'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', =$(=$(vTestSet)),'', '', '14'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', =$vTestSet,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '15'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', =$(vTestSet),&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '16'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', $(vTestSet),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '17'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', $(=vTestSet),&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '18'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', {$(=vTestSet)},&amp;nbsp; '', '', '19'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', $(=$(vCurrentDate)),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '20'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', $(=$(vOpMgmtLastSavedYear)), '', '', '21'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', '$(vTestSet)',&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '22'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', '=$(vTestSet)',&amp;nbsp;&amp;nbsp; '', '', '23' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', $(=$(vTestLet)), '', '', '24'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', =$(=$(vTestLet)),'', '', '25'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', =$vTestLet,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '26'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', =$(vTestLet),&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '27'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', $(vTestLet),&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '', '', '28'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', $(=vTestLet),&amp;nbsp;&amp;nbsp;&amp;nbsp; $(vOpMgmtNewMonth), $(vOpMgmtNowYear), '29'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', {$(=vTestLet)},&amp;nbsp; $(vOpMgmtNewMonth), $(vOpMgmtNowYear), '30'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', '$(vTestLet)',&amp;nbsp;&amp;nbsp; $(vOpMgmtNewMonth), $(vOpMgmtNowYear), '31'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp; 'M', 'TEST',&amp;nbsp;&amp;nbsp; '', '=$(vTestLet)',&amp;nbsp; $(vOpMgmtNewMonth), $(vOpMgmtNowYear), '32'&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp; ];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is the results of the above load.&amp;nbsp; &lt;/P&gt;&lt;P&gt;As you can see, I do not get any useful values shown.&amp;nbsp; (Line 21 just shows that non-complex variables do show up.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="TestImage.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70135_TestImage.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 15:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733451#M1050214</guid>
      <dc:creator />
      <dc:date>2014-10-30T15:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using variables in a LOAD INLINE</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733452#M1050216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you did is load text strings in an inline table. Those are text values and shown as such. If you want these strings to be treated as expressions then you need a more complex expression that turn the values of the Value field into evaluated expressions. See attached qvw for a simplified example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 16:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733452#M1050216</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-30T16:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using variables in a LOAD INLINE</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733453#M1050218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Quoting from the help files:&amp;nbsp; "The &lt;SPAN class="Bold"&gt;let&lt;/SPAN&gt; statement ... evaluates the expression on the right side of the '=' before it is assigned to the variable. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on the above statement, I had expected that vTestLet would contain the results of the evaluated expression (&lt;SPAN style="font-size: 13.63636302948px;"&gt;$495,858, in this case) &lt;/SPAN&gt;and not the expression string itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe my question should be how to I force the variable to contained the evaluated value instead of the expression string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 16:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733453#M1050218</guid>
      <dc:creator />
      <dc:date>2014-10-30T16:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problems using variables in a LOAD INLINE</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733454#M1050219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LET vTestLet = REPLACE( '=sum({ &amp;lt;ProductGroupIMa = {|Antigens|}&amp;gt;} InvValPreviousMonth1)', '|', chr(39));&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The replace function returns a string. Thus vTestLet contains a string.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;However set analysis expression cannot be used in the script. Also aggregation functions like sum need to be used in load statements together with a group by clause. They cannot be used outside the context of a load statement in the script.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 16:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733454#M1050219</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-30T16:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problems using variables in a LOAD INLINE</title>
      <link>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733455#M1050220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not the solution I was expecting, but it works.&amp;nbsp; Thanks for your comments and hints.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: Create a new summary table summarizing the detailed source table using a GROUP BY and put the Evaluate(SUM(...) as part of that load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ProductSummaryTable:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'M'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS PeriodType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; ProductGroupIMa&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ProductGroup,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'InvValue'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS ValueType,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Evaluate(SUM(InvValPreviousMonth1)) AS ProductSumMonth,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; $(vOpMgmtNewMonth) AS GlPeriod,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; $(vOpMgmtNowYear)&amp;nbsp; AS FYear,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'TEST'&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS CalendarMonth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;RESIDENT InvValuationTable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;WHERE ProductGroupIMa &amp;lt;&amp;gt; 'Not Categorized'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;GROUP BY ProductGroupIMa;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 17:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problems-using-variables-in-a-LOAD-INLINE/m-p/733455#M1050220</guid>
      <dc:creator />
      <dc:date>2014-10-30T17:56:39Z</dc:date>
    </item>
  </channel>
</rss>

