<?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: Inline tables functionality in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136387#M752180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops my bad, would you be able to share the log file to show the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2018 11:27:42 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-10-26T11:27:42Z</dc:date>
    <item>
      <title>Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136381#M752174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have to maintain an internal table in qlik view in which I have to compare last year date for Diwali with current Year date for Diwali. Following is the data to be maintained in inline table &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;LastDate&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; currentDate&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; event &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;12/10/2017&amp;nbsp;&amp;nbsp; 22/10/2018&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;&amp;nbsp; diwali&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;22/11/2017&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/10/2018&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; durga pooja &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so, I have maintained following above table in inline table and also &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have derived lastDate and CurrentDate from&amp;nbsp; (circled in black color)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CreateDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'YYYYMMDD') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Sold_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CreateDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'YYYYMMDD')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;lastDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CreateDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'YYYYMMDD')) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CurrentDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Following is the data model for the above &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="paint.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216707_paint.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Below is the image in which date for inline table is not correct ie I am getting 10/21/4670 instead of 10/21/2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;so how to make it correct?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="paint.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/216696_paint.png" style="width: 620px; height: 297px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;can we apply date function in inline table in qlikview?&lt;/SPAN&gt;&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/Inline-tables-functionality/m-p/136381#M752174</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136382#M752175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/317936"&gt;inline tables functionality&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 11:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136382#M752175</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-25T11:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136383#M752176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to make a composite key so for that I am writing following code for inline table&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Inlinetable:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 12pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;lastDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,'DD/MM/YYYY'),'YYYMMDD') &amp;amp;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CurrentDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'DD/MM/YYYY'), 'YYYMMDD') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;EventKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Event&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[​&lt;BR /&gt; &lt;BR /&gt; lastDate,CurrentDate, Event​&lt;BR /&gt; &lt;BR /&gt; 10/12/2017, 12/10/2018, Durga pooja​&lt;BR /&gt; &lt;BR /&gt; 11/10/2017, 10/10/2018, Diwali​&lt;BR /&gt; &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;;​&lt;BR /&gt;but its giving me error &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216831_PAINT2.png" style="width: 620px; height: 194px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;lastDate field do exist in my script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;SAPCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[inv no]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Sold_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;lastDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CurrentDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;lastDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'YYYMMDD') &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;CurrentDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'YYYMMDD') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;EventKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Sold_Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Sold_Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;ItemNumber&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Season Code]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;COLOR&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;Material&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;quantity_sold&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[sales price]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[inv value]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[Inv val Bucket]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 12pt;"&gt;[tax amount]&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt; [..\QVD\transform_qvd\IncrementSales_full.qvd]&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 12pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; Please help in&amp;nbsp; solving&amp;nbsp; the issue &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 05:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136383#M752176</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-10-26T05:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136384#M752177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Script is not mandatory, check field name in QVD whether it has or not. Can you load QVD alone and test &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 09:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136384#M752177</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-10-26T09:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136385#M752178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might have missed a semi-colon here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;Inlinetable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;Date(Date#( lastDate,'DD/MM/YYYY'),'YYYMMDD') &amp;amp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;Date(Date#(CurrentDate, 'DD/MM/YYYY'), 'YYYMMDD') as EventKey,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;Event&lt;SPAN style="color: #ff0000; font-size: 14pt; text-decoration: line-through;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;INLINE [&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;lastDate,CurrentDate, Event&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;10/12/2017, 12/10/2018, Durga pooja&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;STRONG&gt;11/10/2017, 10/10/2018, Diwali&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: line-through;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 11:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136385#M752178</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-26T11:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136386#M752179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this semicolon after event is giving an error &lt;/P&gt;&lt;P&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216860_PAINT2.png" style="width: 620px; height: 292px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 11:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136386#M752179</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-10-26T11:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136387#M752180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oops my bad, would you be able to share the log file to show the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 11:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136387#M752180</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-26T11:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136388#M752181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this and it ran without any trouble&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Date(Date#(lastDate,'DD/MM/YYYY'),'YYYMMDD') &amp;amp; Date(Date#(CurrentDate, 'DD/MM/YYYY'), 'YYYMMDD') as EventKey,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Event&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lastDate, CurrentDate, Event&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/12/2017, 12/10/2018, Durga pooja&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/10/2017, 10/10/2018, Diwali&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 11:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136388#M752181</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-26T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136389#M752182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Include "Load * " before Inline &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Date(Date#(lastDate,'DD/MM/YYYY'),'YYYMMDD') &amp;amp; Date(Date#(CurrentDate, 'DD/MM/YYYY'), 'YYYMMDD') as EventKey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Event;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lastDate, CurrentDate, Event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10/12/2017, 12/10/2018, Durga pooja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11/10/2017, 10/10/2018, Diwali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 11:46:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136389#M752182</guid>
      <dc:creator>maheshkuttappa</dc:creator>
      <dc:date>2018-10-26T11:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136390#M752183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after reloading the data I am not getting&amp;nbsp; any values for eventKey in inline table&lt;/P&gt;&lt;P&gt;&lt;IMG alt="PAINT2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216862_PAINT2.png" style="width: 620px; height: 192px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 12:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136390#M752183</guid>
      <dc:creator>sakshikaul</dc:creator>
      <dc:date>2018-10-26T12:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inline tables functionality</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136391#M752184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share your log file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 12:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-tables-functionality/m-p/136391#M752184</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-26T12:18:02Z</dc:date>
    </item>
  </channel>
</rss>

