<?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: Subscription-based Dashboard in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896616#M73993</link>
    <description>&lt;P&gt;You only need the length of subscription in weeks. Either you already have this field, or you can calculate it with Enddate - Startdate.&lt;BR /&gt;then you make a straight table with Week and Customer as dimension and as measure:&lt;BR /&gt;=Sum(Acres) / SubscriptionWeekCount&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 14:51:45 GMT</pubDate>
    <dc:creator>chris_djih</dc:creator>
    <dc:date>2022-02-23T14:51:45Z</dc:date>
    <item>
      <title>Subscription-based Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896517#M73974</link>
      <description>&lt;P&gt;Hi Guys. We are a agri services company with various services that clients can choose from.&lt;/P&gt;
&lt;P&gt;However. We have 1 service which is subscription-based.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;Client has 1000 acres. He subscribes to this service of ours for 1 full year. Let's say he subscribed on the 2021/05 he then will be active until 2022/05.&lt;/P&gt;
&lt;P&gt;A normal bar graph will show a big spike in Acres in May because that is when the Client signed-up for the service but this is not correct. I have to go split these Acres into weeks because our technicians service this 1000 Acres per week.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Outcome needed&lt;/P&gt;
&lt;P&gt;Our Financial Year : Mar - Feb&lt;/P&gt;
&lt;P&gt;I want to go look at all the Acres that are 'Active/Clients subscribed' with the dates I select.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My Dates selector: sum({&amp;lt;dateEntry_det={"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"},[serviceCode_det]={50}&amp;gt;} qtyAcres_det)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this makes sense.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks guys&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 12:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896517#M73974</guid>
      <dc:creator>Werner95</dc:creator>
      <dc:date>2022-02-23T12:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Subscription-based Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896543#M73978</link>
      <description>&lt;P&gt;So, if I understand you correctly you want to go from table1 to table 2:&lt;BR /&gt;table1:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Week&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Client&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Acre&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;1000&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;ABC&lt;/TD&gt;
&lt;TD&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;table2:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;Week&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;Client&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;Acre&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;ABC&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;250&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;ABC&lt;/TD&gt;
&lt;TD width="33.333333333333336%"&gt;250&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;TD&gt;ABC&lt;/TD&gt;
&lt;TD&gt;250&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;ABC&lt;/TD&gt;
&lt;TD&gt;250&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;In this example i simplified that the subscription would only be 4 months, since i didn't want to wirte 12 rows.&lt;BR /&gt;So you want to distribute the initial value equally over the weeks.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 12:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896543#M73978</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-23T12:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Subscription-based Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896550#M73981</link>
      <description>&lt;P&gt;Correct.&lt;BR /&gt;&lt;BR /&gt;I think to simplify for now. We can distribute into Months for a start.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 12:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896550#M73981</guid>
      <dc:creator>Werner95</dc:creator>
      <dc:date>2022-02-23T12:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Subscription-based Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896616#M73993</link>
      <description>&lt;P&gt;You only need the length of subscription in weeks. Either you already have this field, or you can calculate it with Enddate - Startdate.&lt;BR /&gt;then you make a straight table with Week and Customer as dimension and as measure:&lt;BR /&gt;=Sum(Acres) / SubscriptionWeekCount&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 14:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896616#M73993</guid>
      <dc:creator>chris_djih</dc:creator>
      <dc:date>2022-02-23T14:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Subscription-based Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896889#M74016</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;See here a table of the data after i've done what you said, I think:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Werner95_0-1645684533780.png" style="width: 676px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72960iB8FC8A52918542CC/image-dimensions/676x83?v=v2" width="676" height="83" role="button" title="Werner95_0-1645684533780.png" alt="Werner95_0-1645684533780.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;HC: Client&lt;/P&gt;
&lt;P&gt;Week: Week&lt;BR /&gt;Weeks: Week(Date Completed - Date Entry)&lt;/P&gt;
&lt;P&gt;Total #ha: Total Acres for this Client&lt;/P&gt;
&lt;P&gt;#ha / Week: Total Acres /&amp;nbsp;Week(Date Completed - Date Entry)&lt;/P&gt;
&lt;P&gt;Date Entry: Start Date&lt;/P&gt;
&lt;P&gt;Date Completed: Date End&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 06:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1896889#M74016</guid>
      <dc:creator>Werner95</dc:creator>
      <dc:date>2022-02-24T06:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Subscription-based Dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1902262#M74432</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/151946"&gt;@chris_djih&lt;/a&gt;&amp;nbsp;is this what you meant?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 07:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Subscription-based-Dashboard/m-p/1902262#M74432</guid>
      <dc:creator>Werner95</dc:creator>
      <dc:date>2022-03-08T07:41:29Z</dc:date>
    </item>
  </channel>
</rss>

