<?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 Master Calendar Question in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Master-Calendar-Question/m-p/1687796#M52427</link>
    <description>&lt;P&gt;My app has 6 key dates in it.&amp;nbsp; My initial approach was to create a DateLink table with entries for each date type and then build the master calendar based on all of them.&amp;nbsp; This process worked.&amp;nbsp; But I am concerned that the app may not function correctly when dates are filtered.&lt;/P&gt;&lt;P&gt;Many of my expressions are calculating the interval between two of these dates.&amp;nbsp; If the two dates in the expression say fall in two different months and you filter by month what happens?&amp;nbsp; Which month does the filter base on?&lt;/P&gt;&lt;P&gt;If this approach is not good what is the best way to handle so many key dates in the same app?&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2020 18:04:25 GMT</pubDate>
    <dc:creator>MRitter</dc:creator>
    <dc:date>2020-03-25T18:04:25Z</dc:date>
    <item>
      <title>Master Calendar Question</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Calendar-Question/m-p/1687796#M52427</link>
      <description>&lt;P&gt;My app has 6 key dates in it.&amp;nbsp; My initial approach was to create a DateLink table with entries for each date type and then build the master calendar based on all of them.&amp;nbsp; This process worked.&amp;nbsp; But I am concerned that the app may not function correctly when dates are filtered.&lt;/P&gt;&lt;P&gt;Many of my expressions are calculating the interval between two of these dates.&amp;nbsp; If the two dates in the expression say fall in two different months and you filter by month what happens?&amp;nbsp; Which month does the filter base on?&lt;/P&gt;&lt;P&gt;If this approach is not good what is the best way to handle so many key dates in the same app?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 18:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Calendar-Question/m-p/1687796#M52427</guid>
      <dc:creator>MRitter</dc:creator>
      <dc:date>2020-03-25T18:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Question</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Calendar-Question/m-p/1687809#M52433</link>
      <description>&lt;P&gt;canonical dates is usually the way to go in such cases&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 18:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Calendar-Question/m-p/1687809#M52433</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2020-03-25T18:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar Question</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Calendar-Question/m-p/1687822#M52436</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; I reviewed this and am still not sure how to proceed.&lt;/P&gt;&lt;P&gt;I have the DateLink table created which consists of the SRId, date, date type just like in the example.&amp;nbsp; I created a master calendar based on this DateLink table.&lt;/P&gt;&lt;P&gt;In my app I have an expression like this in a single chart. As you can see there are many dates in this expression.&amp;nbsp; In my master calendar I have a field called FiscalYear.&amp;nbsp; If I choose a fiscal year from a filter how does it react to this expression?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this will not work I am really not sure what I need to change at this point.&amp;nbsp; I literally have 8 or 9 date fields that could be used throughout this app.&amp;nbsp; I don't think a separate master calendar for each date is going to work well.&lt;/P&gt;&lt;P&gt;If (ValueList('Withdrawn','Rejected','Approved','Discarded') = 'Withdrawn',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg(Interval(WithdrawnTimeStamp - SubmittedTimeStamp,'hh')),&lt;/P&gt;&lt;P&gt;&amp;nbsp; If (ValueList('Withdrawn','Rejected','Approved','Discarded') = 'Approved',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg(Interval(ApprovedTimeStamp - SubmittedTimeStamp,'hh')),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (ValueList('Withdrawn','Rejected','Approved','Discarded') = 'Discarded',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg(Interval(DiscardTimeStamp - SubmittedTimeStamp,'hh')),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If (ValueList('Withdrawn','Rejected','Approved','Discarded') = 'Rejected',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Avg(Interval(RejectedTimeStamp - SubmittedTimeStamp,'hh'))))))&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 19:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Calendar-Question/m-p/1687822#M52436</guid>
      <dc:creator>MRitter</dc:creator>
      <dc:date>2020-03-25T19:29:16Z</dc:date>
    </item>
  </channel>
</rss>

