Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
After correction same values are there I want output as attached excel ...
If you look below in excel you will get bucketing Total that are not matching with your attached qvw
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
Can you provide Excel Formulas as well