<?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: Age Bracket (Delay) not arrayed in an ascending order in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83804#M785349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant see you script and how you calculated delay_flag. I will suggest you use dual()function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like instead of 0-30 it should be dual('0-30',1) then instead of &lt;SPAN style="font-size: 13.3333px;"&gt;30-60 it should be dual('30-60',2) and so on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;let me know if this works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Feb 2018 09:46:50 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2018-02-25T09:46:50Z</dc:date>
    <item>
      <title>Age Bracket (Delay) not arrayed in an ascending order</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83803#M785348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the data loaded, Delay age brackets are not arranged in an ascending order. I have don the sorting in ascending order including expression arranged through Min function but ages are not in an order. Please look in to this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194479_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/194480_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83803#M785348</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bracket (Delay) not arrayed in an ascending order</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83804#M785349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant see you script and how you calculated delay_flag. I will suggest you use dual()function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like instead of 0-30 it should be dual('0-30',1) then instead of &lt;SPAN style="font-size: 13.3333px;"&gt;30-60 it should be dual('30-60',2) and so on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;let me know if this works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 09:46:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83804#M785349</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-02-25T09:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bracket (Delay) not arrayed in an ascending order</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83805#M785350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pradosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I add the given sequence as you suggested an error comes. Could you see how this is done, Below is my script age. This of course did work for other cases when I applied. Please re write it if ossible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MONTH(LOSS_DATE)AS LOSS_MONTH, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(( REPORTED_DATE-LOSS_DATE)&amp;gt;150,'&amp;gt;150',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(( REPORTED_DATE-LOSS_DATE)&amp;gt;120,'&amp;gt;120',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((REPORTED_DATE-LOSS_DATE)&amp;gt;90,'&amp;gt;90',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((REPORTED_DATE-LOSS_DATE)&amp;gt;60,'60-90',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((REPORTED_DATE-LOSS_DATE)&amp;gt;30,'30-60','0-30'))))) AS DELAY_FLAG,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 10:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83805#M785350</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2018-02-25T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bracket (Delay) not arrayed in an ascending order</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83806#M785351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MONTH(LOSS_DATE)AS LOSS_MONTH,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(( REPORTED_DATE-LOSS_DATE)&amp;gt;150,dual('&amp;gt;150',6),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF(( REPORTED_DATE-LOSS_DATE)&amp;gt;120,dual('&amp;gt;120',5),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((REPORTED_DATE-LOSS_DATE)&amp;gt;90,dual('&amp;gt;90',4),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((REPORTED_DATE-LOSS_DATE)&amp;gt;60,dual('60-90',3),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF((REPORTED_DATE-LOSS_DATE)&amp;gt;30,dual('30-60',2),dual('0-30',1)))))) AS DELAY_FLAG,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 11:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83806#M785351</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-02-25T11:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Age Bracket (Delay) not arrayed in an ascending order</title>
      <link>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83807#M785352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check for syntax error once as i have typed it in the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;MONTH(LOSS_DATE)AS LOSS_MONTH,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;pick(match(1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;( REPORTED_DATE-LOSS_DATE)&amp;gt;150,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;( REPORTED_DATE-LOSS_DATE)&amp;gt;120,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;( REPORTED_DATE-LOSS_DATE)&amp;gt;90,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;( REPORTED_DATE-LOSS_DATE)&amp;gt;60,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;( REPORTED_DATE-LOSS_DATE)&amp;gt;30)+1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual('0-30',1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual('&amp;gt;150',6),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual('&amp;gt;120',5),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual('&amp;gt;90',4),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dual('60-90',3)&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,dual('30-60',2)) AS DELAY_FLAG&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 11:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-Bracket-Delay-not-arrayed-in-an-ascending-order/m-p/83807#M785352</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-02-25T11:21:12Z</dc:date>
    </item>
  </channel>
</rss>

