<?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: Add counter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396363#M610504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but this is not the correct one, so I need to amend the dashboard and the data a bit, but that is not the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 06:54:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-20T06:54:10Z</dc:date>
    <item>
      <title>Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396357#M610498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear reader, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do the following, when a line (an order for example), appears for the 1st time in the dashboard, I want to give it the mark "New". When it is 1 day later, I want to see it is in 1 day, so give it the mark 1, day after this day becomes 2, and so on.&lt;/P&gt;&lt;P&gt;Any ideas someone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 12:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396357#M610498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-19T12:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396358#M610499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What "&lt;STRONG&gt;Line&lt;/STRONG&gt;"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 14:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396358#M610499</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-19T14:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396359#M610500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a new line of data/information, were the Order is the unique key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 14:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396359#M610500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-19T14:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396360#M610501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have Date field? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 15:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396360#M610501</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-19T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396361#M610502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BASE:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;If(Date(Today(), 'YYYYDDMM') - Date(DATE, 'YYYYMMDD') = 0,&lt;/P&gt;&lt;P&gt;'New',&lt;/P&gt;&lt;P&gt;Date(Today(), 'YYYYDDMM') - Date(DATE, 'YYYYMMDD')&lt;/P&gt;&lt;P&gt;) as Status,&lt;/P&gt;&lt;P&gt;Date(DATE) as DATE,&lt;/P&gt;&lt;P&gt;Upper(DESCRIPTION) as DESCRIPTION,&lt;/P&gt;&lt;P&gt;Num(VALUE) as VALUE;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;DATE,INVOICE,DESCRIPTION,VALUE&lt;/P&gt;&lt;P&gt;01/10/2017,1,XYZ,100&lt;/P&gt;&lt;P&gt;02/10/2017,2,YZX,50&lt;/P&gt;&lt;P&gt;19/10/2017,10,ZYX,150&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 18:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396361#M610502</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2017-10-19T18:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396362#M610503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please post some sample data and your expected result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 23:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396362#M610503</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-10-19T23:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396363#M610504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, but this is not the correct one, so I need to amend the dashboard and the data a bit, but that is not the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 06:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396363#M610504</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T06:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396364#M610505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, gonna try this one out later today&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 06:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396364#M610505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T06:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396365#M610506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marco, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached what I want to achieve.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="20-10-2017 09-14-19.jpg" class="jive-image image-1" src="/legacyfs/online/180295_20-10-2017 09-14-19.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 07:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396365#M610506</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T07:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396366#M610507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Date(Today(), 'DD MMM YYYY') - &lt;/STRONG&gt;Date([Date insert in list],'DD MMM YYYY')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 07:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396366#M610507</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-20T07:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396367#M610508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Going to check this, will let you know if it is working. thanks for your time &amp;amp; effort!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 07:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396367#M610508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-20T07:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add counter</title>
      <link>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396368#M610509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 10:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-counter/m-p/1396368#M610509</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2017-10-20T10:46:45Z</dc:date>
    </item>
  </channel>
</rss>

