<?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 Find the change in a data set, in a selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Find-the-change-in-a-data-set-in-a-selection/m-p/1761941#M58913</link>
    <description>&lt;P&gt;I have a data field that is constantly increasing with time. In my app I want the user to be able to see the total difference over the time period she has selected.&lt;/P&gt;&lt;P&gt;I can easily achieve this by substracting the minimum value from the maximum value if the selected time period is compact, however, if the user selects lets say: Monday and Wednesday, this method will break.&lt;/P&gt;&lt;P&gt;In this case, I would want to calculate the difference that occurred only on Monday and Wednesday.&lt;BR /&gt;Currently I created a workaround by calculating the difference for each day, and I store them in a separate table, however, this slows down the app because numerous synthetic keys are created.&lt;BR /&gt;How could I achieve this *without* creating a separate table?&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:06:43 GMT</pubDate>
    <dc:creator>qlik_sense_user</dc:creator>
    <dc:date>2024-11-16T01:06:43Z</dc:date>
    <item>
      <title>Find the change in a data set, in a selection</title>
      <link>https://community.qlik.com/t5/App-Development/Find-the-change-in-a-data-set-in-a-selection/m-p/1761941#M58913</link>
      <description>&lt;P&gt;I have a data field that is constantly increasing with time. In my app I want the user to be able to see the total difference over the time period she has selected.&lt;/P&gt;&lt;P&gt;I can easily achieve this by substracting the minimum value from the maximum value if the selected time period is compact, however, if the user selects lets say: Monday and Wednesday, this method will break.&lt;/P&gt;&lt;P&gt;In this case, I would want to calculate the difference that occurred only on Monday and Wednesday.&lt;BR /&gt;Currently I created a workaround by calculating the difference for each day, and I store them in a separate table, however, this slows down the app because numerous synthetic keys are created.&lt;BR /&gt;How could I achieve this *without* creating a separate table?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-the-change-in-a-data-set-in-a-selection/m-p/1761941#M58913</guid>
      <dc:creator>qlik_sense_user</dc:creator>
      <dc:date>2024-11-16T01:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Find the change in a data set, in a selection</title>
      <link>https://community.qlik.com/t5/App-Development/Find-the-change-in-a-data-set-in-a-selection/m-p/1762047#M58927</link>
      <description>&lt;P&gt;HI &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/129777"&gt;@qlik_sense_user&lt;/a&gt;&amp;nbsp;,&amp;nbsp; is you hace a date field, you can use it as a filter, then, if you select one or more values from this field, the expressions 'min(Date)' and 'max(Date)' , re still working, even if you select in another field like 'Weekday', is that what you said?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 19:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-the-change-in-a-data-set-in-a-selection/m-p/1762047#M58927</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2020-11-16T19:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Find the change in a data set, in a selection</title>
      <link>https://community.qlik.com/t5/App-Development/Find-the-change-in-a-data-set-in-a-selection/m-p/1762147#M58948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121051"&gt;@QFabian&lt;/a&gt;&amp;nbsp;, thank you for your reply!&lt;/P&gt;&lt;P&gt;Expressions are working properly, my problem is that they don't yield the result I need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So let's say I have a total income field that stores the total income of a shop in a fiscal year, and I have a new data every hour. However, the user needs to select periods of time, and see the income in that period. For example, if they select Monday and Wednesday, I need to show the sum of the incomes on Monday and Wednesday.&lt;/P&gt;&lt;P&gt;If I would do this this with MAX([Total income])-MIN([Total income]) this would include Tuesday as well, which is undesired.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 07:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Find-the-change-in-a-data-set-in-a-selection/m-p/1762147#M58948</guid>
      <dc:creator>qlik_sense_user</dc:creator>
      <dc:date>2020-11-17T07:29:12Z</dc:date>
    </item>
  </channel>
</rss>

