<?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: Fact by month and Fact by day in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Fact-by-month-and-Fact-by-day/m-p/1798660#M64656</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You just need your daily data, then use this expression as your measure:&amp;nbsp;FirstSortedValue(Values,-[&lt;SPAN&gt;Date day]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Dimension: Month([&lt;SPAN&gt;Date day]) or [Date day] or a drill-down dimension Month-Date day is better.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Apr 2021 08:40:14 GMT</pubDate>
    <dc:creator>Quy_Nguyen</dc:creator>
    <dc:date>2021-04-12T08:40:14Z</dc:date>
    <item>
      <title>Fact by month and Fact by day</title>
      <link>https://community.qlik.com/t5/App-Development/Fact-by-month-and-Fact-by-day/m-p/1798526#M64632</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I have a table with consolidated values by months and I have another table with consolidated values by day. I need to use this information in a bar chart, so when the user clicks on the bar of the month I need to show data for the day. How can I use these two pieces of information?&lt;/P&gt;&lt;P&gt;Values consolidate by month, show that in Feb my balance until Feb is 60, and the balance change for another month until May, with a total balance = 100&lt;/P&gt;&lt;P&gt;Month:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Date Month, Values&lt;BR /&gt;01/01/2020, 50&lt;BR /&gt;01/02/2020, 60&lt;BR /&gt;01/03/2020, 30&lt;BR /&gt;01/04/2020, 10&lt;BR /&gt;01/05/2020, 100&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Values consolidate by day, it's the same logic, I have my balance by day, so &lt;STRONG&gt;I can't sum&lt;/STRONG&gt;&amp;nbsp;all days, because each day has the balance until that date.&lt;/P&gt;&lt;P&gt;Day:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Date day, Values&lt;BR /&gt;01/01/2020, 10&lt;BR /&gt;02/01/2020, 10&lt;BR /&gt;03/01/2020, 10&lt;BR /&gt;04/01/2020, 50&lt;BR /&gt;05/01/2020, 20&lt;BR /&gt;06/01/2020, 5&lt;BR /&gt;07/01/2020, 1&lt;BR /&gt;08/01/2020, 60&lt;BR /&gt;09/01/2020, 50&lt;BR /&gt;03/02/2020, 80&lt;BR /&gt;04/02/2020, 70&lt;BR /&gt;17/02/2020, 15&lt;BR /&gt;19/02/2020, 60&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fact month Fact day.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/52768i45F0B71B14DD2F70/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fact month Fact day.png" alt="Fact month Fact day.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In this case, Jan and Month view, I need to show only 50, and when I selected the day view, I need to show all values by day.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fact-by-month-and-Fact-by-day/m-p/1798526#M64632</guid>
      <dc:creator>jsobrinho</dc:creator>
      <dc:date>2024-11-16T00:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Fact by month and Fact by day</title>
      <link>https://community.qlik.com/t5/App-Development/Fact-by-month-and-Fact-by-day/m-p/1798660#M64656</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You just need your daily data, then use this expression as your measure:&amp;nbsp;FirstSortedValue(Values,-[&lt;SPAN&gt;Date day]&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Dimension: Month([&lt;SPAN&gt;Date day]) or [Date day] or a drill-down dimension Month-Date day is better.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 08:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Fact-by-month-and-Fact-by-day/m-p/1798660#M64656</guid>
      <dc:creator>Quy_Nguyen</dc:creator>
      <dc:date>2021-04-12T08:40:14Z</dc:date>
    </item>
  </channel>
</rss>

