<?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 How to bring a fixed value from a date based data source to a line based on a different date in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-bring-a-fixed-value-from-a-date-based-data-source-to-a/m-p/1707421#M54261</link>
    <description>&lt;P&gt;I guess my formar question was not clear so I will&amp;nbsp;&lt;SPAN&gt;elaborate:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have a data source that is loaded to the BI:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Workingdaystable.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34807i016644A42EBFED17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Workingdaystable.jpg" alt="Workingdaystable.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want the value that matched to todays date to appear in the following column, regardless the date appear in the line, meaning that I would like the value of today (2) to appear even if the date on the line is yesterday (and tomorrow I would like the value 3 to apear in all lines)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="reportneeded.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34811iEB690FEEDAA50CFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="reportneeded.jpg" alt="reportneeded.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried the following:&amp;nbsp; avg({1&amp;lt;[Date Diff] = {0}&amp;gt;} [MonthlyAccomulatingWorkingDays]) , but as you can see it shows me the correct value only in the total line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your assistance&lt;/P&gt;&lt;P&gt;Amir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
    <dc:creator>Ishragil</dc:creator>
    <dc:date>2021-12-20T21:08:46Z</dc:date>
    <item>
      <title>How to bring a fixed value from a date based data source to a line based on a different date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-bring-a-fixed-value-from-a-date-based-data-source-to-a/m-p/1707421#M54261</link>
      <description>&lt;P&gt;I guess my formar question was not clear so I will&amp;nbsp;&lt;SPAN&gt;elaborate:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have a data source that is loaded to the BI:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Workingdaystable.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34807i016644A42EBFED17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Workingdaystable.jpg" alt="Workingdaystable.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want the value that matched to todays date to appear in the following column, regardless the date appear in the line, meaning that I would like the value of today (2) to appear even if the date on the line is yesterday (and tomorrow I would like the value 3 to apear in all lines)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="reportneeded.jpg" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34811iEB690FEEDAA50CFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="reportneeded.jpg" alt="reportneeded.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried the following:&amp;nbsp; avg({1&amp;lt;[Date Diff] = {0}&amp;gt;} [MonthlyAccomulatingWorkingDays]) , but as you can see it shows me the correct value only in the total line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your assistance&lt;/P&gt;&lt;P&gt;Amir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-bring-a-fixed-value-from-a-date-based-data-source-to-a/m-p/1707421#M54261</guid>
      <dc:creator>Ishragil</dc:creator>
      <dc:date>2021-12-20T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to bring a fixed value from a date based data source to a line based on a different date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-bring-a-fixed-value-from-a-date-based-data-source-to-a/m-p/1707432#M54265</link>
      <description>&lt;P&gt;avg({1&amp;lt;[Date Diff] = {0}&amp;gt;} &lt;STRONG&gt;total &lt;/STRONG&gt;[MonthlyAccomulatingWorkingDays])&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jun 2020 11:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-bring-a-fixed-value-from-a-date-based-data-source-to-a/m-p/1707432#M54265</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2020-06-02T11:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to bring a fixed value from a date based data source to a line based on a different date</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-bring-a-fixed-value-from-a-date-based-data-source-to-a/m-p/1707693#M54300</link>
      <description>&lt;P&gt;Great&lt;BR /&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2020 06:16:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-bring-a-fixed-value-from-a-date-based-data-source-to-a/m-p/1707693#M54300</guid>
      <dc:creator>Ishragil</dc:creator>
      <dc:date>2020-06-03T06:16:30Z</dc:date>
    </item>
  </channel>
</rss>

