<?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: Load data from multiple qvds - but print only latest value in set expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616190#M445452</link>
    <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;Yes, I have a unique Date field. However when I use your expression below, I don't see any change.&lt;/P&gt;&lt;P&gt;It is still showing count of ALL, instead of latest.&lt;/P&gt;&lt;P&gt;Count({&amp;lt; EntryDate = {"=$(=max(EntryDate))"}&amp;gt;}id)&lt;/P&gt;</description>
    <pubDate>Fri, 23 Aug 2019 19:17:29 GMT</pubDate>
    <dc:creator>sayadutt</dc:creator>
    <dc:date>2019-08-23T19:17:29Z</dc:date>
    <item>
      <title>Load data from multiple qvds - but print only latest value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616116#M445448</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am creating a new qvd everyday and loading the same in my qvw file using wild character.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now in the chart Set expression, I need the count of an item from the last qvd file only.&lt;/P&gt;&lt;P&gt;When I use count(id), it gives me the count from ALL qvds, but I am only interested in LAST (latest) count.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616116#M445448</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2024-11-16T02:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple qvds - but print only latest value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616167#M445449</link>
      <description>&lt;P&gt;Assuming you have a date Field (or other numeric field) that increases per source file, you can use this for your set analysis.&lt;/P&gt;&lt;P&gt;=Count({&amp;lt; DateField = {"=$(=max(DateField))"}&amp;gt;}id)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 18:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616167#M445449</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-08-23T18:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple qvds - but print only latest value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616177#M445450</link>
      <description>&lt;P&gt;What you can try is you can create a column that would differentiate you each qvd and use that field in your set analysis. For example Filename() as columnName your column and in your expression you can use {&amp;lt;ColumnName = {'value here'}&amp;gt;}.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 19:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616177#M445450</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2019-08-23T19:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple qvds - but print only latest value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616190#M445452</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;Yes, I have a unique Date field. However when I use your expression below, I don't see any change.&lt;/P&gt;&lt;P&gt;It is still showing count of ALL, instead of latest.&lt;/P&gt;&lt;P&gt;Count({&amp;lt; EntryDate = {"=$(=max(EntryDate))"}&amp;gt;}id)&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 19:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616190#M445452</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2019-08-23T19:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple qvds - but print only latest value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616206#M445453</link>
      <description>&lt;P&gt;Just to make sure. You are adjusting the expression to your date field name? (The EntryDate and id field)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If it still does not work, try this:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Count({&amp;lt; EntryDate = {'$(=maxstring(EntryDate))'}&amp;gt;}id)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 20:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616206#M445453</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-08-23T20:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple qvds - but print only latest value in set expression</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616209#M445454</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;&lt;P&gt;I have a new field say TOTAL, where I need to show the COUNT(Ids) from the latest qvds.&lt;/P&gt;&lt;P&gt;I tried with maxstring as well, but no luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I create a listbox for for EntryDate and select some dates from there, then the above table works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for something which will automatically show the latest value and users don't have to click the latest date from Listbox.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 20:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-qvds-but-print-only-latest-value-in-set/m-p/1616209#M445454</guid>
      <dc:creator>sayadutt</dc:creator>
      <dc:date>2019-08-23T20:12:05Z</dc:date>
    </item>
  </channel>
</rss>

