<?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 Reload time in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038470#M927556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a set analysis to sum sales that sold in last 3 days. Nuance is I need to go back 3 days from reload time and I need to calculate this with set analysis because of performance issues. My problem is that if I write set analysis with today() it works but it is not what I want and if I replace today() with reloadtime() or now(0), it doesn't work. Time format is like this: "30.03.2016 10:57:29 AM" (quote marks are not included ). Here is the working code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&amp;nbsp; {&amp;lt; [TIME] = {"&amp;gt;$(=timestamp(today()-3))"} &amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum(&amp;nbsp; {&amp;lt; [TIME] = {"&amp;gt;$(=timestamp(reloadtime()-3))"} &amp;gt;} Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>ilyas_coban</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038470#M927556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to write a set analysis to sum sales that sold in last 3 days. Nuance is I need to go back 3 days from reload time and I need to calculate this with set analysis because of performance issues. My problem is that if I write set analysis with today() it works but it is not what I want and if I replace today() with reloadtime() or now(0), it doesn't work. Time format is like this: "30.03.2016 10:57:29 AM" (quote marks are not included ). Here is the working code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&amp;nbsp; {&amp;lt; [TIME] = {"&amp;gt;$(=timestamp(today()-3))"} &amp;gt;} Sales )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;sum(&amp;nbsp; {&amp;lt; [TIME] = {"&amp;gt;$(=timestamp(reloadtime()-3))"} &amp;gt;} Sales )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&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/Reload-time-in-set-analysis/m-p/1038470#M927556</guid>
      <dc:creator>ilyas_coban</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038471#M927557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Today contains just the date, ie 01/04/2016.&amp;nbsp; Reloadtime however contains date and time stamp, ie 01/04/2016 16:23:05 etc.&amp;nbsp; Supect stripping out the time element might work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 15:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038471#M927557</guid>
      <dc:creator>dmac1971</dc:creator>
      <dc:date>2016-04-01T15:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038472#M927558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this:&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: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;[TIME] = {"&amp;gt;$(=TimeStamp(ReloadTime()-3, 'DD.MM.YYYY hh:mm:ss TT'))"} &amp;gt;} Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 22:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038472#M927558</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-01T22:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038473#M927559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on how your environmental variables are set, you can use one of the approaches from the attached QVW&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/120278_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/120279_Capture.PNG" style="height: 145px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 23:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038473#M927559</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-01T23:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038474#M927560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you detail what you mean with 'not working' / 'doesn't work'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume your default timestamp format is matching&amp;nbsp; your TIME field format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, the only difference should be that the second set expression filters on a potentially later timestamp than the first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might this cause an issue (well, I assume that's what you are trying to achieve)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To debug these kind of issues, it's often good to compare the two set expressions after the dollar sign expansions have been expanded.&lt;/P&gt;&lt;P&gt;To do this, create a straight table with these two expressions. Keep the expression labels empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then hover with the mouse over the expression column header, they should now show the expressions, with dollar sign expansions evaluated. Do you see any difference, e.g. in timestamp format, besides the actual timestamp value being different?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2016 23:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038474#M927560</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-01T23:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038475#M927561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But my TIME field contains time stamp. Like: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;30.03.2016 10:57:29 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 12:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038475#M927561</guid>
      <dc:creator>ilyas_coban</dc:creator>
      <dc:date>2016-04-04T12:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038476#M927562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny, but i tried both of them and this code:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;[TIME] = &lt;SPAN style="font-size: 13.3333px;"&gt;{"&amp;gt;$(=TimeStamp(ReloadTime()-3, 'DD.MM.YYYY hh:mm:ss[.fff] TT'))"}&lt;/SPAN&gt; &amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and got nothing. Results are 0.00. I don't know if it helps but here is my environmental variables:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="environmental variables.PNG" class="jive-image image-1" src="/legacyfs/online/120405_environmental variables.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I downloaded your file and your calculations are 0 as well. Is it possible that my Qlikview version is not supporting this code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038476#M927562</guid>
      <dc:creator>ilyas_coban</dc:creator>
      <dc:date>2016-04-04T13:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038477#M927563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And can you share how you create TIME field in your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038477#M927563</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T13:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038478#M927564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for the tip. It is very helpful.Your assumption is correct. My TIME field format is matching with timestamp format. I used your tip and looked for pop up and wrote the &lt;STRONG&gt;result (i.e. 26.03.2016 8:49:58 AM)&lt;/STRONG&gt; into set analysis and it calculated value correctly. But, still it is showing 0.00 when I write reloadtime() or now(0).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038478#M927564</guid>
      <dc:creator>ilyas_coban</dc:creator>
      <dc:date>2016-04-04T14:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038479#M927565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any other selections made?&lt;/P&gt;&lt;P&gt;You would also get zero returned if your current selections are incompatible with the set defined in your set expression, i.e. no records present in the aggregation scope.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038479#M927565</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-04T14:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038480#M927566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do not create TIME. I am loading it directly &lt;SPAN style="font-size: 13.3333px;"&gt;from ERP DB. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038480#M927566</guid>
      <dc:creator>ilyas_coban</dc:creator>
      <dc:date>2016-04-04T14:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038481#M927567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess change the formatting of TIME in the script in that case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD TimeStamp(TIME) as TIME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;[TIME] = &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;{"&amp;gt;$(=TimeStamp(ReloadTime() - 3))"}&lt;/SPAN&gt; &amp;gt;} Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038481#M927567</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038482#M927568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem. When I was hovering my code, I realized that reloadtime() and now(0) is creating a time stamp with &lt;STRONG&gt;2 spaces between date and time&lt;/STRONG&gt; instead of one but today() is creating a timestamp with&lt;STRONG&gt; one space between date and time&lt;/STRONG&gt;. Then I changed my timestamp function into this: &lt;STRONG&gt;TimeStamp(reloadtime()-3, 'DD.MM.YYYY h:mm:ss TT') &lt;/STRONG&gt;and it worked. I guess it is a bug, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for everyone helped.&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, 04 Apr 2016 14:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038482#M927568</guid>
      <dc:creator>ilyas_coban</dc:creator>
      <dc:date>2016-04-04T14:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038483#M927569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post the expression that worked when you were replacing the dollar sign expansion with the constant string value retrieved from the popup? (Best, repost also the original expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if we have asked this before: Any chance to upload a small sample QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:31:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038483#M927569</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-04T14:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038484#M927570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check you environmental variable. May be there are two spaces between date and time. Remove the space and reload and it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 15:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038484#M927570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-04T15:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reload time in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038485#M927571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, Today() used as is doesn't return a time part at all, does it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You probably used Timestamp() around Today() like you posted above&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;sum(&amp;nbsp; {&amp;lt; [TIME] = {"&amp;gt;$(=timestamp(today()-3))"} &amp;gt;} Sales )&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;Since you used the same formatting for the reload(), I assume your default format just hasn't matched the TIME field format (like you said, difference between h:m:s and hh:mm:ss etc.).&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;Good that it's working now.&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;Please consider closing this thread by marking helpful or correct answer.&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;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&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;&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;Regards,&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;Stefan&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;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 15:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-time-in-set-analysis/m-p/1038485#M927571</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-04T15:17:48Z</dc:date>
    </item>
  </channel>
</rss>

