<?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: Date load error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395182#M423626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Didier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the hyphen is not acceptable while defining the table name in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="176197" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176197_Capture.PNG" style="height: auto;" /&gt;&amp;nbsp; &lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/176203_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Try this script.&lt;/P&gt;&lt;P&gt;LET vL.Start = date#(Today()-670,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;FOR vL.spin = $(vL.Start) to Today()-1&lt;/P&gt;&lt;P&gt;LET vProcessDate = Date($(vL.spin), 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;[Mytable_$(vProcessDate)]:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Mytable&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Date&lt;/SPAN&gt; = '$(vProcessDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;STORE &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;[Mytable_$(vProcessDate)]&lt;/STRONG&gt;&lt;/SPAN&gt; INTO '$(vQVDExtractPath)Mytable_$(vProcessDate).qvd';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;[Mytable_$(vProcessDate)];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;NEXT;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Sep 2017 05:37:48 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2017-09-12T05:37:48Z</dc:date>
    <item>
      <title>Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395179#M423623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure why this error is occurring and need some help.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Unknown statement&lt;/P&gt;&lt;P&gt;OIP_Invoices_2015-11-12:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM Mytable&lt;/P&gt;&lt;P&gt;WHERE Date &amp;gt;= '2015-11-12'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is my script&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vL.Start = date#(Today()-670,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;FOR vL.spin = $(vL.Start) to Today()-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;LET vProcessDate = Text(Date($(vL.spin), 'YYYY-MM-DD'));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Mytable&lt;/SPAN&gt;_$(vProcessDate):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM &lt;SPAN style="font-size: 13.3333px;"&gt;Mytable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;WHERE &lt;SPAN style="font-size: 13.3333px;"&gt;Date&lt;/SPAN&gt; = '$(vProcessDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;Mytable&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_&lt;/SPAN&gt;$(vProcessDate) INTO '$(vQVDExtractPath)&lt;SPAN style="font-size: 13.3333px;"&gt;Mytable&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_&lt;/SPAN&gt;$(vProcessDate).qvd';&lt;/P&gt;&lt;P&gt;DROP TABLE &lt;SPAN style="font-size: 13.3333px;"&gt;Mytable&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;_&lt;/SPAN&gt;$(vProcessDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF;&lt;/P&gt;&lt;P&gt;NEXT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The date field is store in this format YYYY-MM-DD hh:mm:ss.000. But when I run the script below it works fine.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM Mytable&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;WHERE Date &amp;gt;= '2015-11-12'&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 05:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395179#M423623</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2017-09-12T05:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395180#M423624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For me this is working? Can you check whether the Date field is Date only or something different?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vL.Start = date#(Today()-670,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;FOR vL.spin = $(vL.Start) to Today()-1&lt;/P&gt;&lt;P&gt;LET vProcessDate = Date($(vL.spin), 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;DateField&lt;/P&gt;&lt;P&gt;2015-11-12&lt;/P&gt;&lt;P&gt;2015-11-05&lt;/P&gt;&lt;P&gt;2014-11-04&lt;/P&gt;&lt;P&gt;2013-03-20&lt;/P&gt;&lt;P&gt;] Where DateField = '$(vProcessDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And even with &amp;gt;= also working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vL.Start = date#(Today()-670,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;FOR vL.spin = $(vL.Start) to Today()-1&lt;/P&gt;&lt;P&gt;LET vProcessDate = Date($(vL.spin), 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;DateField&lt;/P&gt;&lt;P&gt;2015-12-23&lt;/P&gt;&lt;P&gt;2015-11-13&lt;/P&gt;&lt;P&gt;2015-11-12&lt;/P&gt;&lt;P&gt;2015-11-05&lt;/P&gt;&lt;P&gt;2014-11-04&lt;/P&gt;&lt;P&gt;2013-03-20&lt;/P&gt;&lt;P&gt;] Where DateField &amp;gt;= '$(vProcessDate)';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 05:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395180#M423624</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-12T05:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395181#M423625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Anil it is a date field store as&amp;nbsp; YYY-MM-DD hh:mm:ss.000&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 05:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395181#M423625</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2017-09-12T05:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395182#M423626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Didier,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the hyphen is not acceptable while defining the table name in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="176197" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176197_Capture.PNG" style="height: auto;" /&gt;&amp;nbsp; &lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/176203_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Try this script.&lt;/P&gt;&lt;P&gt;LET vL.Start = date#(Today()-670,'YYYYMMDD');&lt;/P&gt;&lt;P&gt;FOR vL.spin = $(vL.Start) to Today()-1&lt;/P&gt;&lt;P&gt;LET vProcessDate = Date($(vL.spin), 'YYYY-MM-DD');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;&lt;STRONG&gt;[Mytable_$(vProcessDate)]:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SQL SELECT *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Mytable&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Date&lt;/SPAN&gt; = '$(vProcessDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;STORE &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;[Mytable_$(vProcessDate)]&lt;/STRONG&gt;&lt;/SPAN&gt; INTO '$(vQVDExtractPath)Mytable_$(vProcessDate).qvd';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE &lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;[Mytable_$(vProcessDate)];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;NEXT;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 05:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395182#M423626</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2017-09-12T05:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395183#M423627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you work something like below?&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;LET vL.Start = date#(Today()-670,'YYYYMMDD');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;FOR vL.spin = $(vL.Start) to Today()-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;LET vProcessDate = Text(Date($(vL.spin), 'YYYY-MM-DD'));&lt;/SPAN&gt;&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;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Mytable&lt;/SPAN&gt;_$(vProcessDate):&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Mytable&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE &lt;STRONG&gt;Date(Date#(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Date,'YYY-MM-DD hh:mm:ss.fff'),'YYYY-MM-DD')&lt;/SPAN&gt; &lt;/STRONG&gt;= '$(vProcessDate)';&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;STORE &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Mytable&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;_&lt;/SPAN&gt;$(vProcessDate) INTO '$(vQVDExtractPath)&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Mytable&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;_&lt;/SPAN&gt;$(vProcessDate).qvd';&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP TABLE &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Mytable&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;_&lt;/SPAN&gt;$(vProcessDate);&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;ENDIF;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NEXT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 05:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395183#M423627</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-12T05:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395184#M423628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right Tamil,&lt;/P&gt;&lt;P&gt;that is what it was. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 05:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395184#M423628</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2017-09-12T05:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395185#M423629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem Didier. If your query is resolved, please take a moment to close the thread. Have a good day!&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 05:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395185#M423629</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2017-09-12T05:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395186#M423630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to know, can this done by using Square Bracket like [&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #3d3d3d;"&gt;Mytable&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;_$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vProcessDate&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)] until unless we can go variable? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 06:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395186#M423630</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-12T06:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395187#M423631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree your point Anil. I have updated the script with the changes. Thank you and have a good day! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 06:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395187#M423631</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2017-09-12T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date load error</title>
      <link>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395188#M423632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just confirming the brackets work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 06:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-load-error/m-p/1395188#M423632</guid>
      <dc:creator>didierodayo</dc:creator>
      <dc:date>2017-09-12T06:23:11Z</dc:date>
    </item>
  </channel>
</rss>

