<?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: Add values to sql query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769414#M273247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jagan, it works well enough &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 15:16:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-19T15:16:52Z</dc:date>
    <item>
      <title>Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769398#M273231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have this SQL query that regurts a set of number (1,2,3,4,5,6....,1999,2000,2001) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to add to these results 3 more values, for example, if I have 1,2,3,4,5,6....,1999,2000,2001 and I add the values I would get 1,2,3,4,5,6....,1999,2000,2001,&lt;STRONG&gt;2002,2003,2004&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769398#M273231</guid>
      <dc:creator />
      <dc:date>2014-11-18T13:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769399#M273232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;based on what you need to add the values, what is the pattern?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769399#M273232</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-11-18T13:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769400#M273233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is to be used on a table where I see values in a FIFO system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values I get from my query are things that already happened (green), and the values I want to add are things that are going to happen (grey).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is a better way to achieve this without messing with the query I wouldn't mind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/71536_pastedImage_5.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769400#M273233</guid>
      <dc:creator />
      <dc:date>2014-11-18T13:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769401#M273234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load Sequence,Number,Time From Table&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Max(Sequence)+1 As Sequence Resident Table&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Max(Sequence)+2 As Sequence Resident Table&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;Load Max(Sequence)+3 As Sequence Resident Table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769401#M273234</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-18T13:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769402#M273235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the "Table" from "Load Sequence,Number,Time From Table"&lt;/P&gt;&lt;P&gt; what I use in the sql query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 14:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769402#M273235</guid>
      <dc:creator />
      <dc:date>2014-11-18T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769403#M273236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QV_Table:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sql Select Sequence,Number,Time From Table;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Max(Sequence)+1 As Sequence Resident &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QV_Table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Max(Sequence)+2 As Sequence Resident &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QV_Table;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Concatenate&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load Max(Sequence)+3 As Sequence Resident &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QV_Table;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 14:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769403#M273236</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-11-18T14:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769404#M273237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nop, I still get an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like QV is looking for "Table" on the project's folder...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 14:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769404#M273237</guid>
      <dc:creator />
      <dc:date>2014-11-18T14:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769405#M273238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ivo,&lt;/P&gt;&lt;P&gt;Change the "Table" In SQL command by your table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Márcio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 14:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769405#M273238</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-11-18T14:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769406#M273239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use a lot of tables on my query (and the respective relation between foreign and primary keys).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But even with all those tables I still get the same error. It seems that QV is always looking for something on the folder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 15:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769406#M273239</guid>
      <dc:creator />
      <dc:date>2014-11-18T15:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769407#M273240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ivo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to analyze your entire script and identify what (or whom) tables are needed. The example works only if you have all the fields coming from the same table, and the "Table" exist in the database.&lt;/P&gt;&lt;P&gt;If possible, share the qvw file so we can guide you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Márcio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 15:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769407#M273240</guid>
      <dc:creator>Marcio_Campestrini</dc:creator>
      <dc:date>2014-11-18T15:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769408#M273241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Márcio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in attachment there is a dummy qvw file. I had to remove the sql query because it would not work for you and I simulate this with a excel file where I load the values from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have QV personal edition so I won't be able to open a file edited with another version&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 08:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769408#M273241</guid>
      <dc:creator />
      <dc:date>2014-11-19T08:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769409#M273242</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 like this&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;QV_Table:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sql Select Sequence,Number,Time From Table;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;MaxValue:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Max(Sequence) AS MaxSequence&lt;/P&gt;&lt;P&gt;RESIDENT QV_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMaxSequence = Peek('MaxSequence');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE MaxValue;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(QV_Table)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vMaxSequence) + RecNo() AS Sequence&lt;/P&gt;&lt;P&gt;Autogenerate(3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 08:21:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769409#M273242</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-19T08:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769410#M273243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I finally understood how to use the example you guys provided, but is does not solve the problem, I still do not have the&amp;nbsp; extra 3 values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 08:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769410#M273243</guid>
      <dc:creator />
      <dc:date>2014-11-19T08:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769411#M273244</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 sample script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV_Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Sequence, Dim&lt;/P&gt;&lt;P&gt;100,abc&lt;/P&gt;&lt;P&gt;101,def&lt;/P&gt;&lt;P&gt;102,ghi ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MaxValue:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Max(Sequence) AS MaxSequence&lt;/P&gt;&lt;P&gt;RESIDENT QV_Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vMaxSequence = Peek('MaxSequence');&lt;/P&gt;&lt;P&gt;DROP TABLE MaxValue;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(QV_Table)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; $(vMaxSequence) + RecNo() AS Sequence&lt;/P&gt;&lt;P&gt;Autogenerate(3);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting additional records with 103, 104 and 105.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 08:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769411#M273244</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-19T08:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769412#M273245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your solution worked well and I can add my extra three values to the query, but now I am wondering, what if I want to do someting like this (the N/A values forced):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/71623_pastedImage_5.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769412#M273245</guid>
      <dc:creator />
      <dc:date>2014-11-19T09:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769413#M273246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Try this script&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Concatenate(QV_Table)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&amp;nbsp; $(vMaxSequence) + RecNo() AS Sequence,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;'N/A' AS Knr,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #edf8ca;"&gt;'N/A' AS time&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Autogenerate(3);&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 09:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769413#M273246</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-19T09:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Add values to sql query</title>
      <link>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769414#M273247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jagan, it works well enough &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 15:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-values-to-sql-query/m-p/769414#M273247</guid>
      <dc:creator />
      <dc:date>2014-11-19T15:16:52Z</dc:date>
    </item>
  </channel>
</rss>

