<?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: Varable Value not loaded correctly into INLINE table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253587#M858108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope i just copy pasted the whole script still it shows truncated script. Is it working at your end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2017 02:17:52 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-01-30T02:17:52Z</dc:date>
    <item>
      <title>Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253581#M858102</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;I'm new to QlikView development, could someone help me to fix this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the below script to capture the error details if the hive connection is failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [HIVE-DB];&lt;/P&gt;&lt;P&gt;LET vCapturedError=ScriptErrorDetails;&lt;/P&gt;&lt;P&gt;TRACE $(vCapturedError);&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DB, Connection_Status, Error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HIVE-DB, Failed, '$(vCapturedError)'&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I trace a variable vCapturedError, it shows the output as below, which the actual error:&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: IM002, ErrorCode: 0, ErrorMsg: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I read the same variable value in LOAD * INLINE table, it is just loading a piece of it as:&lt;/P&gt;&lt;P&gt;'SQL##f - SqlState: IM002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help to fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is much appreciated, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253581#M858102</guid>
      <dc:creator>sreenivaskollur</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253582#M858103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the delimiter from Comma to a pipe. Because delimiter is comma, the data up until comma is read in that field.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODBC CONNECT TO [HIVE-DB];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vCapturedError=ScriptErrorDetails;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRACE $(vCapturedError);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DB &lt;SPAN style="color: #ff0000;"&gt;|&lt;/SPAN&gt; Connection_Status &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;|&lt;/STRONG&gt; Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HIVE-DB &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;|&lt;/STRONG&gt; Failed &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;|&lt;/STRONG&gt; '$(vCapturedError)'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;] &lt;SPAN style="color: #ff0000;"&gt;(delimiter is |)&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 01:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253582#M858103</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-30T01:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253583#M858104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this if this may work for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [HIVE-DB];&lt;/P&gt;&lt;P&gt;LET vCapturedError = ScriptErrorDetails;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRACE $(vCapturedError);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *, &lt;STRONG&gt;'$(vCapturedError)' as Error&lt;/STRONG&gt; INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DB, Connection_Status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HIVE-DB, Failed&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 01:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253583#M858104</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-30T01:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253584#M858105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can also use double quotes around your variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ODBC CONNECT TO [HIVE-DB];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LET vCapturedError=ScriptErrorDetails;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;TRACE $(vCapturedError);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DB, Connection_Status, Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HIVE-DB, Failed, &lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;$(vCapturedError)&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 01:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253584#M858105</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-30T01:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253585#M858106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, I used your inline but it still truncates data after comma? It is not giving me full text? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 01:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253585#M858106</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-30T01:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253586#M858107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This one too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;ODBC CONNECT TO [HIVE-DB];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LET vCapturedError=ScriptErrorDetails;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;TRACE $(vCapturedError);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DB &lt;SPAN style="color: #ff0000;"&gt;|&lt;/SPAN&gt; Connection_Status &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;|&lt;/STRONG&gt; Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HIVE-DB &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;|&lt;/STRONG&gt; Failed &lt;STRONG style="color: #ff0000; font-size: 13.3333px;"&gt;|&lt;/STRONG&gt; '$(vCapturedError)'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;] &lt;SPAN style="color: #ff0000;"&gt;(delimiter is |)&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 01:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253586#M858107</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-30T01:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253587#M858108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope i just copy pasted the whole script still it shows truncated script. Is it working at your end?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 02:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253587#M858108</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-30T02:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253588#M858109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the square brackets were the next set of issue... but this worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vCapturedError='SQL##f - SqlState: IM002, ErrorCode: 0, ErrorMsg: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified';&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRACE $(vCapturedError);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE &lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DB | Connection_Status | Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HIVE-DB | Failed | '$(vCapturedError)'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt; (delimiter is |);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So this should work for OP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;ODBC CONNECT TO [HIVE-DB];&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LET vCapturedError=ScriptErrorDetails;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;TRACE $(vCapturedError);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;LOAD * INLINE &lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DB &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;|&lt;/SPAN&gt; Connection_Status &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;|&lt;/STRONG&gt; Error&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HIVE-DB &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;|&lt;/STRONG&gt; Failed &lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;|&lt;/STRONG&gt; '$(vCapturedError)'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #ff0000;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;(delimiter is |)&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 02:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253588#M858109</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-30T02:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253589#M858110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool. This worked. Did not know about this double quotes in INLINE. Thanks for trying this. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 12:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253589#M858110</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-01-30T12:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253590#M858111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Absolutely &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 12:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253590#M858111</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-30T12:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253591#M858112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny. This works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 15:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253591#M858112</guid>
      <dc:creator>sreenivaskollur</dc:creator>
      <dc:date>2017-01-30T15:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Varable Value not loaded correctly into INLINE table</title>
      <link>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253592#M858113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vishwanath. I tried both the ways that Sunny and you had suggested. Both are working great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 15:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Varable-Value-not-loaded-correctly-into-INLINE-table/m-p/1253592#M858113</guid>
      <dc:creator>sreenivaskollur</dc:creator>
      <dc:date>2017-01-30T15:30:00Z</dc:date>
    </item>
  </channel>
</rss>

