
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bucket / Ageing Issue
Hi All,
I am not able to achieve ageing for Vendor Analysis. I want to create bucketing on Posting date basis.
Please find the attached QVW with Expected Output.
In calendar object my date format will change in number when I am selecting any date i want it in DD/MM/YYYY
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Though I am not really sure if your expected output is correct or not w.r.t the sample data, try correcting the number format for calendar display and correcting variable vMinDate to VMinDate to make it work. PFA.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After correction same values are there I want output as attached excel ...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you look below in excel you will get bucketing Total that are not matching with your attached qvw

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
try below expression
for 0 to 60 days bucket
=sum({<Posting_Num={">=$(=(vMaxDate-60))<=$(vMaxDate)"}>}Amount)
for 60 to 120 days bucket
=sum({<Posting_Num={">=$(=(vMaxDate-120))<$(=(vMaxDate-60))"}>}Amount)
for >120 days bucket
=sum({<Posting_Num={"<$(=(vMaxDate-120))"}>}Amount)
Regards,
Prashant Sangle
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you provide Excel Formulas as well
