<?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: correct format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421877#M808191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;working this sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Timestamp Num]&amp;gt; $(vToday), Interval(Fabs($(vToday) - [Timestamp Num]),'hhh:mm:ss'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2017 13:59:07 GMT</pubDate>
    <dc:creator>soniasweety</dc:creator>
    <dc:date>2017-10-24T13:59:07Z</dc:date>
    <item>
      <title>correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421862#M808174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to set it to&amp;nbsp; timestamp format like&amp;nbsp;&amp;nbsp; hh:mm:ss&amp;nbsp; how can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usning this :&lt;/P&gt;&lt;P&gt;if([Timestamp Num]&amp;gt; $(vToday), (Fabs($(vToday) - [Timestamp Num])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;variable -vToday:&amp;nbsp;&amp;nbsp; =num(Timestamp(Now(),'MM/DD/YYYY hh:mm:ss'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;current output:&amp;nbsp; 0.07 ,0.10&amp;nbsp; like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;required output:&amp;nbsp; 01:20:01&amp;nbsp;&amp;nbsp;&amp;nbsp; like this [its example output]&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/correct-format/m-p/1421862#M808174</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421863#M808175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your variable &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vToday is formating the timestamp as a number with num().&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;Try taking it out and see the result.&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;&lt;BR /&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;Felipe.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421863#M808175</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-24T11:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421864#M808176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need the current time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LET vToday = Time(Frac(Now()), 'hh:mm:ss');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:12:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421864#M808176</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-24T11:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421865#M808177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after removing it is giving null&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421865#M808177</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-24T11:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421866#M808178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no sunny its giving null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:19:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421866#M808178</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-24T11:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421867#M808179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is giving null? that can't be true.... I tried and it is working well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180717_Capture.PNG" style="height: 435px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421867#M808179</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-24T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421868#M808180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Putting the formula into a text box:&lt;/P&gt;&lt;P&gt;=Timestamp(Now(),'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gives the following&lt;IMG alt="Sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/180718_Sample.png" style="height: 349px; width: 620px;" /&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421868#M808180</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-24T11:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421869#M808181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's probably giving null because his condition for&lt;/P&gt;&lt;P&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;&lt;BR /&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;if([Timestamp Num]&amp;gt; $(vToday), (Fabs($(vToday) - [Timestamp Num]))) &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;isn't met.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421869#M808181</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-24T11:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421870#M808182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see... I guess this will now need to use a single quote around the variable&lt;/P&gt;&lt;P&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;&lt;STRONG&gt;if([Timestamp Num]&amp;gt; '$(vToday)', (Fabs('$(vToday)' - [Timestamp Num])))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421870#M808182</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-24T11:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421871#M808183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this also no luck I don't know why &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421871#M808183</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-24T12:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421872#M808184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my field format is like this&amp;nbsp;&amp;nbsp; below that's why I used num in variable&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="105"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;" width="105"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;42860.08154&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;42860.13194&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;42860.16713&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;42860.19242&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;42860.20373&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;42860.20534&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20" style="border: 0px black; border-image: none;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;42862.93403&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421872#M808184</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-24T12:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421873#M808185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&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;&lt;STRONG&gt;LET vToday = Num(Now())&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then this:&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;Interval(If([Timestamp Num] &amp;gt; $(vToday), (Fabs($(vToday) - [Timestamp Num]))), 'hh:mm:ss')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421873#M808185</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-24T12:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421874#M808186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing same null,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but variable is working in text object sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp; expression is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421874#M808186</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-24T12:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421875#M808187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;field is calucalted like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp#(Date(RDDate)&amp;amp;' '&amp;amp;Time(RDTime,'hh:mm:ss'),'MM/DD/YYYY hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421875#M808187</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-24T12:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421876#M808190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421876#M808190</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-24T12:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421877#M808191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;working this sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Timestamp Num]&amp;gt; $(vToday), Interval(Fabs($(vToday) - [Timestamp Num]),'hhh:mm:ss'))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 13:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421877#M808191</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-24T13:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421878#M808193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With three h? or is that a typo &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, 24 Oct 2017 14:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421878#M808193</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-24T14:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421879#M808195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes its working fine enough&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 14:43:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421879#M808195</guid>
      <dc:creator>soniasweety</dc:creator>
      <dc:date>2017-10-24T14:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: correct format</title>
      <link>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421880#M808196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, but I think it should work with two h also (and probably the right syntax even though 3 h works)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if([Timestamp Num]&amp;gt; $(vToday), Interval(Fabs($(vToday) - [Timestamp Num]),'&lt;SPAN style="color: #ff0000;"&gt;hh&lt;/SPAN&gt;:mm:ss'))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 14:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/correct-format/m-p/1421880#M808196</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-10-24T14:48:34Z</dc:date>
    </item>
  </channel>
</rss>

