<?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: Subject: Assistance Needed with Data Load Issues for KPI Dashboard in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Subject-Assistance-Needed-with-Data-Load-Issues-for-KPI/m-p/2498755#M102921</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You need to add NoConcatenante here :&lt;/P&gt;
&lt;P&gt;let vDateEnd = floor(makedate($(vYearEnd), 12, 31));&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;[Tmp_Calendar]:&lt;/P&gt;</description>
    <pubDate>Thu, 19 Dec 2024 09:40:36 GMT</pubDate>
    <dc:creator>Clement15</dc:creator>
    <dc:date>2024-12-19T09:40:36Z</dc:date>
    <item>
      <title>Subject: Assistance Needed with Data Load Issues for KPI Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subject-Assistance-Needed-with-Data-Load-Issues-for-KPI/m-p/2498670#M102911</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hello Guys,&lt;/STRONG&gt;&lt;BR /&gt;I am working on creating a KPI dashboard, but loading all my data in the data load editor isn’t going smoothly. Could someone help me achieve the desired &lt;A id="link_8" class="lia-link-navigation lia-js-predefined-label" href="https://community.qlik.com/t5/forums/postpage/choose-node/true/interaction-style/forum/board-id/qlik-sense-app-development#" target="_blank" rel="noopener" name="Data Model" aria-label="Choose Label: Data Model"&gt;Data Model&lt;/A&gt;?&lt;/P&gt;
&lt;P&gt;The dataset can be found in the Excel file,&lt;BR /&gt;and my current script is available in TXT file&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 20:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subject-Assistance-Needed-with-Data-Load-Issues-for-KPI/m-p/2498670#M102911</guid>
      <dc:creator>Yasuit</dc:creator>
      <dc:date>2024-12-18T20:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Subject: Assistance Needed with Data Load Issues for KPI Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subject-Assistance-Needed-with-Data-Load-Issues-for-KPI/m-p/2498755#M102921</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You need to add NoConcatenante here :&lt;/P&gt;
&lt;P&gt;let vDateEnd = floor(makedate($(vYearEnd), 12, 31));&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;[Tmp_Calendar]:&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 09:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subject-Assistance-Needed-with-Data-Load-Issues-for-KPI/m-p/2498755#M102921</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-12-19T09:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Subject: Assistance Needed with Data Load Issues for KPI Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subject-Assistance-Needed-with-Data-Load-Issues-for-KPI/m-p/2498757#M102922</link>
      <description>&lt;P&gt;However, your calendar seems to have a Cartesian product problem. I recommend this code instead.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NoConcatenate&lt;/P&gt;
&lt;P&gt;[Tmp_Calendar]:&lt;BR /&gt;LOAD&lt;BR /&gt;date($(vDateStart) + rowno() - 1) as Date&lt;BR /&gt;AUTOGENERATE ($(vDateEnd) - $(vDateStart) + 1);&lt;/P&gt;
&lt;P&gt;[Calendar]:&lt;BR /&gt;LOAD&lt;BR /&gt;floor(Date) as %InvoiceDate,&lt;BR /&gt;Date(Date) as Date&lt;BR /&gt;1 as _cnt,&lt;BR /&gt;if(floor(Date) = $(vToday), 1, 0) as _indToday,&lt;BR /&gt;if(year(Date) = year($(vToday)), 1, 0) as _indCY,&lt;BR /&gt;if(month(Date) = month($(vToday)), 1, 0) as _indCM,&lt;BR /&gt;week(Date) as Week,&lt;BR /&gt;month(Date) as Month,&lt;BR /&gt;year(Date) as Year,&lt;BR /&gt;'Q' &amp;amp; ceil(num(month(Date))/3) as Quarter&lt;BR /&gt;RESIDENT [Tmp_Calendar]&lt;BR /&gt;ORDER BY Date;&lt;BR /&gt;DROP TABLE [Tmp_Calendar];&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 09:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subject-Assistance-Needed-with-Data-Load-Issues-for-KPI/m-p/2498757#M102922</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-12-19T09:53:37Z</dc:date>
    </item>
  </channel>
</rss>

