<?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: Open orders, by year-month and by time range in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Open-orders-by-year-month-and-by-time-range/m-p/2107347#M90429</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/188863"&gt;@Charles80&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Qlik you can't link to a date dimension using set analysis. So, 'IF' must be used&lt;/P&gt;
&lt;P&gt;This measure worked for debtors. I wanted the age of debtors going back in time, My dimension was AsofMthYear. The measure was (for aging 30 to 60 days)&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;CanonType = {TransDate} ,GLTransType = {ARDetail,ARAllocate} //enter as required&lt;/P&gt;
&lt;P&gt;,MonthYear = , WeekEnding=&amp;nbsp; &amp;nbsp;// to ignore selections as appropriate&lt;/P&gt;
&lt;P&gt;&amp;gt;}&lt;/P&gt;
&lt;P&gt;if( ARInvDate +60 &amp;gt;= monthend(AsOfMthYr)&amp;nbsp;&amp;nbsp; and ARInvDate +30 &amp;lt; monthend(AsOfMthYr)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;,ARValue))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You would need something like&lt;/P&gt;
&lt;P&gt;If (orderDate +90 &amp;gt; MonthEnd (AsofMthYear), //in one column&lt;/P&gt;
&lt;P&gt;If (orderDate +90 &amp;lt;= MonthEnd (AsofMthYear), //in another column&lt;/P&gt;
&lt;P&gt;Or something like the above.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is helpful&lt;/P&gt;
&lt;P&gt;Robert&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 19 Aug 2023 12:15:30 GMT</pubDate>
    <dc:creator>robert99</dc:creator>
    <dc:date>2023-08-19T12:15:30Z</dc:date>
    <item>
      <title>Open orders, by year-month and by time range</title>
      <link>https://community.qlik.com/t5/App-Development/Open-orders-by-year-month-and-by-time-range/m-p/2107324#M90427</link>
      <description>&lt;P&gt;Hello friends. I'm facing a challenge here at qlik sense. I have the following situation: a chart shows the historical count of open orders by year and month, in a hierarchy dimension. So far everything working.&lt;/P&gt;
&lt;P&gt;Now it has been requested that the chart also show the separation of these orders by 2 time bands. Orders open for up to 3 months and open for more than 3 months.&lt;/P&gt;
&lt;P&gt;Can anyone help with a way to make this second dimension?&lt;/P&gt;
&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 02:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Open-orders-by-year-month-and-by-time-range/m-p/2107324#M90427</guid>
      <dc:creator>Charles80</dc:creator>
      <dc:date>2023-08-19T02:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Open orders, by year-month and by time range</title>
      <link>https://community.qlik.com/t5/App-Development/Open-orders-by-year-month-and-by-time-range/m-p/2107347#M90429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/188863"&gt;@Charles80&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With Qlik you can't link to a date dimension using set analysis. So, 'IF' must be used&lt;/P&gt;
&lt;P&gt;This measure worked for debtors. I wanted the age of debtors going back in time, My dimension was AsofMthYear. The measure was (for aging 30 to 60 days)&lt;/P&gt;
&lt;P&gt;sum({&amp;lt;CanonType = {TransDate} ,GLTransType = {ARDetail,ARAllocate} //enter as required&lt;/P&gt;
&lt;P&gt;,MonthYear = , WeekEnding=&amp;nbsp; &amp;nbsp;// to ignore selections as appropriate&lt;/P&gt;
&lt;P&gt;&amp;gt;}&lt;/P&gt;
&lt;P&gt;if( ARInvDate +60 &amp;gt;= monthend(AsOfMthYr)&amp;nbsp;&amp;nbsp; and ARInvDate +30 &amp;lt; monthend(AsOfMthYr)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;,ARValue))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;You would need something like&lt;/P&gt;
&lt;P&gt;If (orderDate +90 &amp;gt; MonthEnd (AsofMthYear), //in one column&lt;/P&gt;
&lt;P&gt;If (orderDate +90 &amp;lt;= MonthEnd (AsofMthYear), //in another column&lt;/P&gt;
&lt;P&gt;Or something like the above.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is helpful&lt;/P&gt;
&lt;P&gt;Robert&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Aug 2023 12:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Open-orders-by-year-month-and-by-time-range/m-p/2107347#M90429</guid>
      <dc:creator>robert99</dc:creator>
      <dc:date>2023-08-19T12:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Open orders, by year-month and by time range</title>
      <link>https://community.qlik.com/t5/App-Development/Open-orders-by-year-month-and-by-time-range/m-p/2109175#M90581</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14696"&gt;@robert99&lt;/a&gt;&amp;nbsp;, thank you for your return friend. In fact, I managed to solve it in another way, using temporary tables and IntervalMacth. Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2023 20:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Open-orders-by-year-month-and-by-time-range/m-p/2109175#M90581</guid>
      <dc:creator>Charles80</dc:creator>
      <dc:date>2023-08-23T20:41:36Z</dc:date>
    </item>
  </channel>
</rss>

