<?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 ignore date dimension straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122307#M1292442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to calculate the number of refund 'HistoCdeRembDemande.CmdNum' for which the date of request 'HistoCdeRembDemande.DateDemande' is less or equal calenderdate.&lt;BR /&gt;In my model i have two tables:&lt;BR /&gt;-Calendar&amp;nbsp; &lt;/P&gt;&lt;P&gt;-Refund table &lt;/P&gt;&lt;P&gt;&lt;IMG alt="remb.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214763_remb.png" style="height: 319px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a straight table with Calendar.Date as Dimension:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/214764_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateDemande&amp;lt;=&amp;nbsp; &lt;STRONG&gt; count({$&amp;lt;HistoCdeRembtDemande.DateDemande={"&amp;lt;=$(=DATE(max(Calendrier.Date)))"}&amp;gt;}HistoCdeRembtDemande.CmdNum)&lt;BR /&gt;&lt;/STRONG&gt;=&amp;gt; I do not have the expected value because i guess that the dimension is taken into account &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried also to add TOTAL to my expression but now the filter done on &lt;STRONG&gt;DateDemande is no more taken into account.&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;Could you please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>sannay14</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>ignore date dimension straight table</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122307#M1292442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to calculate the number of refund 'HistoCdeRembDemande.CmdNum' for which the date of request 'HistoCdeRembDemande.DateDemande' is less or equal calenderdate.&lt;BR /&gt;In my model i have two tables:&lt;BR /&gt;-Calendar&amp;nbsp; &lt;/P&gt;&lt;P&gt;-Refund table &lt;/P&gt;&lt;P&gt;&lt;IMG alt="remb.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/214763_remb.png" style="height: 319px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a straight table with Calendar.Date as Dimension:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/214764_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DateDemande&amp;lt;=&amp;nbsp; &lt;STRONG&gt; count({$&amp;lt;HistoCdeRembtDemande.DateDemande={"&amp;lt;=$(=DATE(max(Calendrier.Date)))"}&amp;gt;}HistoCdeRembtDemande.CmdNum)&lt;BR /&gt;&lt;/STRONG&gt;=&amp;gt; I do not have the expected value because i guess that the dimension is taken into account &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried also to add TOTAL to my expression but now the filter done on &lt;STRONG&gt;DateDemande is no more taken into account.&lt;BR /&gt;&lt;/STRONG&gt;&lt;BR /&gt;Could you please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Sara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122307#M1292442</guid>
      <dc:creator>sannay14</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: ignore date dimension straight table</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122308#M1292444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try without set analysis (which is only evaluated once per chart and not per calendar date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count( if( HistoCdeRembtDemande.DateDemande &amp;lt;=&amp;nbsp; Calendrier.Date, HistoCdeRembtDemande.CmdNum))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not what you want, then maybe explain with some sample line of data and your expected outcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 22:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122308#M1292444</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-30T22:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: ignore date dimension straight table</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122309#M1292447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually with the if condition i have not the expected value because what append is that the dimension is taken into account first then based on rows returned the filter is done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 774px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="25" width="106"&gt;Calendrier.Date&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="201"&gt;HistoCdeRembtDemande.CmdNum&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="238"&gt;HistoCdeRembtDemande.DateDemande&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="229"&gt;HistoCdeRembtDemande.DateDemande&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;21/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1222194007&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;23/01/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;20/02/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;22/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1222194007&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;23/01/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;20/02/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;23/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1222194007&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;23/01/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;20/02/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;24/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1222194007&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;23/01/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;20/02/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;21/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1220632471&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;14/01/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;22/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1220632471&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;14/01/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;23/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1220632471&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;14/01/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;24/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1220632471&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;14/01/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;21/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1228910667&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;02/03/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;22/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1228910667&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;02/03/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;23/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1228910667&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;02/03/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;24/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1228910667&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;02/03/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="25" style="border-top: none;"&gt;21/09/2018&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;1229429945&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;07/03/2018&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;12/03/2018&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's take&amp;nbsp; calendrier.Date = 21/09/2018 as dimension ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with the expression proposed&amp;nbsp; only 4 will be returned, but the expected value is 13 as all the histocde.datedemande are &amp;lt;=Calendrier.Date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2018 23:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122309#M1292447</guid>
      <dc:creator>sannay14</dc:creator>
      <dc:date>2018-09-30T23:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: ignore date dimension straight table</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122310#M1292449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either use a data island calendar date field (a field that is not connected to your fact table) or an AsOf approach:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INPUT:&lt;/P&gt;&lt;P&gt;LOAD Calendrier.Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HistoCdeRembtDemande.CmdNum,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HistoCdeRembtDemande.DateDemande,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HistoCdeRembtDemande.DateDemande1&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2072" data-containertype="14" data-objectid="315462" data-objecttype="1" href="https://community.qlik.com/thread/315462?sr=inbox&amp;amp;ru=241865"&gt;https://community.qlik.com/thread/315462?sr=inbox&amp;amp;ru=241865&lt;/A&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(html, codepage is 1252, embedded labels, table is @1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//this is only used to create a case to ignore a record for a single calendar date, but include for the other three&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Calendrier.Date, HistoCdeRembtDemande.DateDemande&lt;/P&gt;&lt;P&gt;21/09/2018, 22/09/2018&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AsOf:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD DISTINCT Calendrier.Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident INPUT;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JOIN &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Calendrier.Date as AsOfDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident AsOf;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="#ffffff" border="1" cellpadding="2" cellspacing="0" style="font-size: 9pt;"&gt;&lt;TBODY&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;AsOfDate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH nowrap="nowrap"&gt;&lt;SPAN style="color: #363636;"&gt;&lt;STRONG&gt;Count( If(AsOfDate &amp;gt;= HistoCdeRembtDemande.DateDemande, HistoCdeRembtDemande.DateDemande))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR bgcolor="#f5f5f5"&gt;&lt;TD bgcolor="#f5f5f5"&gt; &lt;/TD&gt;&lt;TD bgcolor="#f5f5f5"&gt;&lt;STRONG&gt;55 &lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;21/09/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;13&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;22/09/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;14&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;23/09/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;14&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR bgcolor="#ffffff"&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;24/09/2018&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD bgcolor="#ffffff"&gt;&lt;SPAN style="color: #363636;"&gt;14&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2018 18:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-date-dimension-straight-table/m-p/122310#M1292449</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-10-01T18:23:25Z</dc:date>
    </item>
  </channel>
</rss>

