<?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: Question about age analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-about-age-analysis/m-p/83168#M782294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I attach the qvw file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORES:&lt;BR /&gt;LOAD [Bookin Store], [Store Number], [Store Name], [Store Type]&lt;BR /&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Stores);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;CLOSED_JOBS:&lt;BR /&gt;LOAD [Job Number], [Current Status], DIS, Brand, Model, [Model Code], [Product Code], [Applicable Month], [Cust Job Number], Technician, Customer, [Customer Email], [Customer Tel], [Customer Type], [Bookin Store], [Bookin Date], DSB, [Dispatch Store], [Dispatch Date], [Repair Date], [Collected Date], [Closed Date], [Awaiting Parts Date], [In QC Date], [QC Passed Date], [Fault Code], [Fault Description], IMEI, [IMEI Out], [Serial Number], [Serial Number Out], Swap, BER, [Is Warranty], [Is Rework], RNR, [Is Transferred], [Is Insurance Claim], [Quote Accepted], [Manuf Date], [Quote Amount], [Quote Response], [Sent To ERC], [First Quote Date], [Last Quote Response Date], [ERT Type], [ERT SubType], [Total TAT (hrs)], [Total TAT Excl Quote (hrs)], [In Warranty Repair], [In Warranty Amount], [Out Warranty Repair], [Out Warranty Amount], [Workshop Warranty Repair], [Workshop Warranty Amount], [Invoice Number 1], [Invoice Date 1], [Invoice Amount 1], [Invoice Number 2], [Invoice Date 2], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Amount 2], [Invoice Number 3], [Invoice Date 3], [Invoice Amount 3], [Device Repaired Fin Month]&lt;BR /&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is [Job Closed]);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;JOBS_AGEING:&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(DIS&amp;gt;=0 and DIS&amp;lt;3,Dual('0-2 Days',10),&lt;BR /&gt;if(DIS&amp;gt;=3 and DIS&amp;lt;8,Dual('3-7 Days',20),&lt;BR /&gt;if(DIS&amp;gt;=8 and DIS&amp;lt;15,Dual('8-14 Days',30),&lt;BR /&gt;if(DIS&amp;gt;=15 and DIS&amp;lt;31,Dual('15-30 Days',40),&lt;BR /&gt;if(DIS&amp;gt;=31 and DIS&amp;lt;46,Dual('31-45 Days',50),&lt;BR /&gt;Dual('&amp;gt;=46 Days',60)))))) as Ageing; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD [Job Number], [Current Status], [In-store], DIS, Brand, Model, [Model Code], [Product Code], [Applicable Month], [Cust Job Number], Technician, Customer, [Customer Email], [Customer Tel], [Customer Type], [Bookin Store], [Bookin Date], DSB, [Dispatch Store], [Dispatch Date], [Repair Date], [Collected Date], [Closed Date], [Awaiting Parts Date], [In QC Date], [QC Passed Date], [Fault Code], [Fault Description], IMEI, [IMEI Out], [Serial Number], [Serial Number Out], Swap, BER, [Is Warranty], [Is Rework], RNR, [Is Transferred], [Is Insurance Claim], [Quote Accepted], [Manuf Date], [Quote Amount], [Quote Response], [Sent To ERC], [First Quote Date], [Last Quote Response Date], [ERT Type], [ERT SubType], [Total TAT (hrs)], [Total TAT Excl Quote (hrs)], [In Warranty Repair], [In Warranty Amount], [Out Warranty Repair], [Out Warranty Amount], [Workshop Warranty Repair], [Workshop Warranty Amount], [Invoice Number 1], [Invoice Date 1], [Invoice Amount 1], [Invoice Number 2], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Date 2], [Invoice Amount 2], [Invoice Number 3], [Invoice Date 3], [Invoice Amount 3]&lt;BR /&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is [Dispatched Jobs]);&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2018 08:57:00 GMT</pubDate>
    <dc:creator>zaahier_dollie</dc:creator>
    <dc:date>2018-03-27T08:57:00Z</dc:date>
    <item>
      <title>Question about age analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-age-analysis/m-p/83165#M782291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the following to do age analysis:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;OPEN_JOBS_AGEING:&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(DIS&amp;gt;=0 and DIS&amp;lt;3,Dual('0-2 Days',10),&lt;BR /&gt;if(DIS&amp;gt;=3 and DIS&amp;lt;8,Dual('3-7 Days',20),&lt;BR /&gt;if(DIS&amp;gt;=8 and DIS&amp;lt;15,Dual('8-14 Days',30),&lt;BR /&gt;if(DIS&amp;gt;=15 and DIS&amp;lt;31,Dual('15-30 Days',40),&lt;BR /&gt;if(DIS&amp;gt;=31 and DIS&amp;lt;46,Dual('31-45 Days',50),&lt;BR /&gt;Dual('&amp;gt;46 Days',60)))))) as Ageing; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN_JOBS:&lt;/P&gt;&lt;P&gt;LOAD [Job Number], [Current Status], [In-store], DIS&lt;BR /&gt;FROM [Flat Job Report.xlsx] (ooxml, embedded labels, table is [Dispatched Jobs]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOSED_JOBS:&lt;/P&gt;&lt;P&gt;LOAD [Job Number], [Current Status], DIS, [Device Repaired Fin Month]&lt;/P&gt;&lt;P&gt;FROM [Jobs Closed.xlsx] (ooxml, embedded labels, table is [Job Closed]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem I have though is... it only applies the ageing to OPEN JOBS and not CLOSED JOBS.&lt;/P&gt;&lt;P&gt;Any idea why this occurs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&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/Question-about-age-analysis/m-p/83165#M782291</guid>
      <dc:creator>zaahier_dollie</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Question about age analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-age-analysis/m-p/83166#M782292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your data model image, looks like something wrong in associating your tables. Also I suspect you have some synthetic keys in your data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2018 23:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-age-analysis/m-p/83166#M782292</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-24T23:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question about age analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-age-analysis/m-p/83167#M782293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your Data model and app? How these fields are associated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Mar 2018 02:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-age-analysis/m-p/83167#M782293</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-25T02:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question about age analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Question-about-age-analysis/m-p/83168#M782294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I attach the qvw file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basically it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORES:&lt;BR /&gt;LOAD [Bookin Store], [Store Number], [Store Name], [Store Type]&lt;BR /&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is Stores);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;CLOSED_JOBS:&lt;BR /&gt;LOAD [Job Number], [Current Status], DIS, Brand, Model, [Model Code], [Product Code], [Applicable Month], [Cust Job Number], Technician, Customer, [Customer Email], [Customer Tel], [Customer Type], [Bookin Store], [Bookin Date], DSB, [Dispatch Store], [Dispatch Date], [Repair Date], [Collected Date], [Closed Date], [Awaiting Parts Date], [In QC Date], [QC Passed Date], [Fault Code], [Fault Description], IMEI, [IMEI Out], [Serial Number], [Serial Number Out], Swap, BER, [Is Warranty], [Is Rework], RNR, [Is Transferred], [Is Insurance Claim], [Quote Accepted], [Manuf Date], [Quote Amount], [Quote Response], [Sent To ERC], [First Quote Date], [Last Quote Response Date], [ERT Type], [ERT SubType], [Total TAT (hrs)], [Total TAT Excl Quote (hrs)], [In Warranty Repair], [In Warranty Amount], [Out Warranty Repair], [Out Warranty Amount], [Workshop Warranty Repair], [Workshop Warranty Amount], [Invoice Number 1], [Invoice Date 1], [Invoice Amount 1], [Invoice Number 2], [Invoice Date 2], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Amount 2], [Invoice Number 3], [Invoice Date 3], [Invoice Amount 3], [Device Repaired Fin Month]&lt;BR /&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is [Job Closed]);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;JOBS_AGEING:&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(DIS&amp;gt;=0 and DIS&amp;lt;3,Dual('0-2 Days',10),&lt;BR /&gt;if(DIS&amp;gt;=3 and DIS&amp;lt;8,Dual('3-7 Days',20),&lt;BR /&gt;if(DIS&amp;gt;=8 and DIS&amp;lt;15,Dual('8-14 Days',30),&lt;BR /&gt;if(DIS&amp;gt;=15 and DIS&amp;lt;31,Dual('15-30 Days',40),&lt;BR /&gt;if(DIS&amp;gt;=31 and DIS&amp;lt;46,Dual('31-45 Days',50),&lt;BR /&gt;Dual('&amp;gt;=46 Days',60)))))) as Ageing; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD [Job Number], [Current Status], [In-store], DIS, Brand, Model, [Model Code], [Product Code], [Applicable Month], [Cust Job Number], Technician, Customer, [Customer Email], [Customer Tel], [Customer Type], [Bookin Store], [Bookin Date], DSB, [Dispatch Store], [Dispatch Date], [Repair Date], [Collected Date], [Closed Date], [Awaiting Parts Date], [In QC Date], [QC Passed Date], [Fault Code], [Fault Description], IMEI, [IMEI Out], [Serial Number], [Serial Number Out], Swap, BER, [Is Warranty], [Is Rework], RNR, [Is Transferred], [Is Insurance Claim], [Quote Accepted], [Manuf Date], [Quote Amount], [Quote Response], [Sent To ERC], [First Quote Date], [Last Quote Response Date], [ERT Type], [ERT SubType], [Total TAT (hrs)], [Total TAT Excl Quote (hrs)], [In Warranty Repair], [In Warranty Amount], [Out Warranty Repair], [Out Warranty Amount], [Workshop Warranty Repair], [Workshop Warranty Amount], [Invoice Number 1], [Invoice Date 1], [Invoice Amount 1], [Invoice Number 2], &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Date 2], [Invoice Amount 2], [Invoice Number 3], [Invoice Date 3], [Invoice Amount 3]&lt;BR /&gt;FROM &lt;C&gt; (ooxml, embedded labels, table is [Dispatched Jobs]);&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 08:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-about-age-analysis/m-p/83168#M782294</guid>
      <dc:creator>zaahier_dollie</dc:creator>
      <dc:date>2018-03-27T08:57:00Z</dc:date>
    </item>
  </channel>
</rss>

