<?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: Incremental load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146302#M892636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Build a &lt;SPAN style="text-decoration: underline;"&gt;working&lt;/SPAN&gt; query &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;outside QlikView (if your db is sql server, you can use sql server management studio)&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;EM&gt;SELECT * FROM fcedata.dbo.OFFENSE WHERE CHANGED_DATE &amp;gt;=&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt; '2016-08-22 05:10:00.700'&lt;/EM&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;Then try to match the format of your variable with the format of the datetime in the working query&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For example this works in Qlik with my sql server (change the format if your is different)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;ODBC CONNECT32 TO ..............;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;// i want all rec &amp;gt;= year 2000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET v=Timestamp(MakeDate(2000), 'YYYY-MM-DD hh:mm:ss.fff');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TRACE v=$(v);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T: &lt;/EM&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * &lt;/EM&gt;&lt;EM&gt;FROM "sisim_stat".dbo."md002_log"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where dat_data &amp;gt;= '$(v)';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE T into T.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table T;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// read max stored (in qvd) timestamp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp: &lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;load max(dat_data) as max_dat_data &lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;from T.qvd (qvd); &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// format the variable v as sql server&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// subtract 1 day just to test&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET v= Timestamp(Peek('max_dat_data')-1, 'YYYY-MM-DD hh:mm:ss.fff');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TRACE v=$(v); &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T: &lt;/EM&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * &lt;/EM&gt;&lt;EM&gt;FROM "sisim_stat".dbo."md002_log"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where dat_data &amp;gt;= '$(v)';&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2016 10:35:54 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2016-08-22T10:35:54Z</dc:date>
    <item>
      <title>Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146299#M892633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field named changed_date it is in the format as mentioned in image.&lt;/P&gt;&lt;P&gt;I need to work on incremental load in Sql extract file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CRTDATA_DBO_OFFENSE_RecentDate:&lt;/P&gt;&lt;P&gt;LOAD TIMESTAMP(max(CHANGED_DATE)) as CRTDATA_DBO_OFFENSE_MaxDate Resident CRTDATA_DBO_OFFENSE;&lt;/P&gt;&lt;P&gt;LET vCRTDATA_DBO_OFFENSE_MaxDate = Peek('CRTDATA_DBO_OFFENSE_MaxDate',0,'CRTDATA_DBO_OFFENSE_RecentDate');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;SQL SELECT *&lt;/P&gt;&lt;P&gt;FROM fcedata.dbo.OFFENSE WHERE CHANGED_DATE &amp;gt; ('$(CRTDATA_DBO_OFFENSE_RecentDate)');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here on SQL where condition getting the error not taking the date format.Please help me to do incremetnal load on this table with changed date.&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/Incremental-load/m-p/1146299#M892633</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146300#M892634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error you are facing?&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;Load *;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL SELECT *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM fcedata.dbo.OFFENSE WHERE CHANGED_DATE &amp;gt; "$(CRTDATA_DBO_OFFENSE_RecentDate)";&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And i didn't find your field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;CRTDATA_DBO_OFFENSE_RecentDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 07:24:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146300#M892634</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-08-22T07:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146301#M892635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to check if your variable contained the right value and the right format, maybe per:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trace '$(CRTDATA_DBO_OFFENSE_RecentDate)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if not you need to specify the right format within the timestamp-function which will without any specifying return the default timestamp-format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 07:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146301#M892635</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-08-22T07:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146302#M892636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Build a &lt;SPAN style="text-decoration: underline;"&gt;working&lt;/SPAN&gt; query &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;outside QlikView (if your db is sql server, you can use sql server management studio)&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;EM&gt;SELECT * FROM fcedata.dbo.OFFENSE WHERE CHANGED_DATE &amp;gt;=&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt; '2016-08-22 05:10:00.700'&lt;/EM&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;Then try to match the format of your variable with the format of the datetime in the working query&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;For example this works in Qlik with my sql server (change the format if your is different)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;ODBC CONNECT32 TO ..............;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;// i want all rec &amp;gt;= year 2000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET v=Timestamp(MakeDate(2000), 'YYYY-MM-DD hh:mm:ss.fff');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TRACE v=$(v);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T: &lt;/EM&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * &lt;/EM&gt;&lt;EM&gt;FROM "sisim_stat".dbo."md002_log"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where dat_data &amp;gt;= '$(v)';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE T into T.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table T;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// read max stored (in qvd) timestamp&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;tmp: &lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;load max(dat_data) as max_dat_data &lt;/EM&gt;&lt;EM style="font-size: 10pt; line-height: 1.5em;"&gt;from T.qvd (qvd); &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// format the variable v as sql server&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;// subtract 1 day just to test&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LET v= Timestamp(Peek('max_dat_data')-1, 'YYYY-MM-DD hh:mm:ss.fff');&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TRACE v=$(v); &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T: &lt;/EM&gt;&lt;EM&gt;LOAD *;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SQL SELECT * &lt;/EM&gt;&lt;EM&gt;FROM "sisim_stat".dbo."md002_log"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where dat_data &amp;gt;= '$(v)';&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 10:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146302#M892636</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-08-22T10:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146303#M892637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As you said i have tried to match the format of datetime.But getting the error as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT TO [PDRMSBKUP;DBQ=PDRMSBKUP ] (XUserId is KMAKLZVNTTcKGYdNSDdcC, XPassword is bDaIOZVNTTcKGYdNSDdKL);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT MODTIME&lt;/P&gt;&lt;P&gt;FROM LEADS.ARMAIN where MODTIME &amp;gt; '8/15/2016 6:36:00 AM';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 11:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146303#M892637</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-08-22T11:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146304#M892638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your previous post the database was Sql Server. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the last post Oracle. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 13.3333px;"&gt;Every db has different date/time functions and format, you can't mix them.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Could you clarify ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use an Oracle timestamp column, you can try with&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;EM&gt;select * from ..........&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where MODTIME &amp;gt;=&amp;nbsp; to_timestamp('$(v)', '&lt;STRONG&gt;MM/DD/YYYY HH:MI:SS AM'&lt;/STRONG&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yu have to format the Qlikview &lt;STRONG&gt;v&lt;/STRONG&gt; variable as &lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;'6/15/2016 6:36:00 AM'&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 11:54:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146304#M892638</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-08-22T11:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146305#M892639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Thank you soo much&amp;nbsp; for your reply its working fine.&lt;/P&gt;&lt;P&gt;In my date field I have both AM and PM then that time How i have to mention , like qlik can we use TT in oracle.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146305#M892639</guid>
      <dc:creator>bhavvibudagam</dc:creator>
      <dc:date>2016-08-22T12:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental load</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146306#M892640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Oracle you can use AM or PM to describe the time in AM/PM format&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;SELECT TO_TIMESTAMP ('09-25-2016 2:10:10.123000 PM', 'MM-DD-YYYY HH:MI:SS.FF &lt;STRONG&gt;AM&lt;/STRONG&gt;') FROM DUAL;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;EM style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SELECT TO_TIMESTAMP ('09-25-2016 2:10:10.123000 PM', 'MM-DD-YYYY HH:MI:SS.FF &lt;STRONG&gt;PM&lt;/STRONG&gt;') FROM DUAL;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Same result&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In Qlik you can use &lt;STRONG&gt;tt&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;A href="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Introduction/conventions-number-time-formats-2.htm" title="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Introduction/conventions-number-time-formats-2.htm"&gt;https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Introduction/conventions-number-time-formats-2.htm&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 12:49:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-load/m-p/1146306#M892640</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-08-22T12:49:01Z</dc:date>
    </item>
  </channel>
</rss>

