<?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 How to refer to a variable? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360365#M704265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Przemek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I understand it right, you are getting the expected value (table name) although you want to exclude some values from there. If my assumption is correct, do a WHERE in the SELECT DB_Name line to exclude as many table names as you want, so the FOR loop only take valid values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2012 11:30:28 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2012-05-21T11:30:28Z</dc:date>
    <item>
      <title>How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360358#M704258</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'm looking for a way to refer to a DB_Name in the below WHERE condition (the one below is, obviously, not working). For the data model purpose I'd like to keep the condition within this bit, not load it into another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;DBs:&lt;/P&gt;&lt;P&gt;SELECT DB_Name FROM Configuration;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LET NoOfDBs = NoOfRows('DBs');&lt;/P&gt;&lt;P&gt;FOR i = 0 to $(NoOfDBs)-1&lt;/P&gt;&lt;P&gt;LET DB_Name = Peek('DB_Name', $(i), 'DBs');&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'$(DB_Name)' AS DB_Name, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim_1&lt;/P&gt;&lt;P&gt;FROM $(&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;DB_Name&lt;/SPAN&gt;).Table_1 WHERE &lt;STRONG&gt;$(DB_Name&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt; NOT IN ('DB_1');&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 09:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360358#M704258</guid>
      <dc:creator />
      <dc:date>2012-05-21T09:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360359#M704259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Przemek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the field "DB_Name" spelled correctly or does it come from the database in table "DBs" all uppercase? Note that QlikView is case sensitive also for the names of the fields, so although the name may be uppercase in the SQL statement, it may be returned in lowercase (for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from that, set a TRACE after DB_Name just to check its value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;LET DB_Name = Peek('DB_Name', $(i), 'DBs');&lt;/P&gt;&lt;P&gt;TRACE $(DB_Name);&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="font-family: monospace;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 09:47:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360359#M704259</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-21T09:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360360#M704260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hi Przemek,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Adding to what Miguel suggested...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Are you using SQL Server as your database engine? If yes, then you need to use following naming convention :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;&lt;EM style="font-family: calibri,verdana,arial,sans-serif;"&gt;DatabaseName.SchemaName.TableName&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;DatabaseName..TableName&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;-- Here the two dots (..) represent default schema for the login&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;So you need use something like this..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;_________________________________________________________________&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;DBs:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;SELECT DB_Name FROM Configuration;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;Data:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;LET NoOfDBs = NoOfRows('DBs');&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;FOR i = 0 to $(NoOfDBs)-1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;LET DB_Name = Peek('DB_Name', $(i), 'DBs');&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;SELECT&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '$(DB_Name)' AS DB_Name,&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim_1&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;FROM $(DB_Name)&lt;SPAN style="color: #800000;"&gt;.dbo.&lt;/SPAN&gt;Table_1 WHERE $(DB_Name) NOT IN ('DB_1');&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt;NEXT&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080; font-family: calibri,verdana,arial,sans-serif;"&gt;&lt;STRONG&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;_________________________________________________________________&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri,verdana,arial,sans-serif;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360360#M704260</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2012-05-21T10:15:54Z</dc:date>
    </item>
    <item>
      <title>How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360361#M704261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Miguel. Correct me if I'm wrong but &lt;STRONG&gt;&lt;CODE class="jive-code"&gt;TRACE $(DB_Name)&lt;/CODE&gt;&lt;/STRONG&gt; will only let me to refer to the value and I need to refer to the column name &lt;STRONG&gt;&lt;CODE class="jive-code"&gt;$(DB_Name)&lt;/CODE&gt;&lt;/STRONG&gt; to exclude given values. With &lt;CODE class="jive-code"&gt;TRACE $(DB_Name)&lt;/CODE&gt; I get: ABC NOT IN ('ABC') but I need to get DB_Name NOT IN ('ABC').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS Don't bother upper/lower cases - I've carelessly translated it into English, script is ok. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360361#M704261</guid>
      <dc:creator />
      <dc:date>2012-05-21T10:33:24Z</dc:date>
    </item>
    <item>
      <title>How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360362#M704262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your remarks. In the actual script (it is SQL) schemas are present - here reduced for readability purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360362#M704262</guid>
      <dc:creator />
      <dc:date>2012-05-21T10:38:25Z</dc:date>
    </item>
    <item>
      <title>How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360363#M704263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Przemek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE only prints in the output and log files the result of the expansion of the variable. If it appears empty, it means it has been unable to retrieve the database name and populate the variable properly. So what is printing the TRACE line when you reload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 10:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360363#M704263</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-21T10:42:17Z</dc:date>
    </item>
    <item>
      <title>How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360364#M704264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE prints the name of my database that is being queried and that is correct. The thing is, however, that from the databases table - DBs - that will be looped I need to exclude one table, and to do it I need to refer to a column name not the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 11:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360364#M704264</guid>
      <dc:creator />
      <dc:date>2012-05-21T11:08:20Z</dc:date>
    </item>
    <item>
      <title>How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360365#M704265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Przemek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I understand it right, you are getting the expected value (table name) although you want to exclude some values from there. If my assumption is correct, do a WHERE in the SELECT DB_Name line to exclude as many table names as you want, so the FOR loop only take valid values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 11:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360365#M704265</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-05-21T11:30:28Z</dc:date>
    </item>
    <item>
      <title>How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360366#M704266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clarify: I first create a table of databases to query from and then do a loop on this databases to get Dim_1 values out of Table_1 in each databes. However, when doing the loop I don't want one table from the DBs to be queried in the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DBs:&lt;/STRONG&gt; table of databases to be queried, total number - 5&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Data:&lt;/STRONG&gt; table of Dim_1 values from Table_1 from 4 databases in DBs, one database is to be excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully, now it'll be clear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 12:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360366#M704266</guid>
      <dc:creator />
      <dc:date>2012-05-21T12:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360367#M704267</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;The problem here is that the WHERE clause in the SELECT statement is not valid. This where clause is being passed to the database, and WHERE referencing a &amp;lt;tablename&amp;gt; is not syntax that the database server will understand. Where clauses filter on fields, not tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to selectively open table, you will need to wrap the SELECT statement with a Qlikview If statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If '$(DB_Name)' &amp;lt;&amp;gt; 'DB_1' Then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End If&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2012 12:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360367#M704267</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-05-21T12:07:44Z</dc:date>
    </item>
    <item>
      <title>How to refer to a variable?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360368#M704268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I was afraid of, thank you Jonathan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2012 09:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-refer-to-a-variable/m-p/360368#M704268</guid>
      <dc:creator />
      <dc:date>2012-05-22T09:25:44Z</dc:date>
    </item>
  </channel>
</rss>

