Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I stuck on one bucketing issue that I am not able to tallying last column of report that is Pending SO.
I have created bucket on Shipment date.
Please check
For Past 6 Month
Expression is-
Sum({<SHIP_DT_NUM={">$(=floor(monthstart(vToday),-6)) <=$(=today())"} ,SalesLine_DT={1},Order_Flag={'P'}>}[Pending Order Qty])/100000
Replace today() by vToday variable.
sum({<SHIP_DT_NUM={">$(=floor(monthstart(vToday),-6)) <=$(vToday)"} ,SalesLine_DT={1},Order_Flag={'P'}>}[Pending Order Qty])/100000
(1 / (IF(LEN( [Currency Factor])>0,[Currency Factor],0 ) )) as [Pending Order Qty]
For [Pending Order Qty] , If you have LEN([Currency Factor])=0 than IF expression will return 0,
it will make 1/0 = - (null value)
Because of this null value your PendingSO is giving false result.
Regards
Shaila
How can I solve this???
Because the above formula is right for pending so.
Please share sample data with required output.
Is there issue with [Pending Order Qty] or with [Pending SO]?
both are same
but I have issue with [Pending SO] that Pending So value should sum of all first 8 column I mean first 8 column is break up of Pending SO(Pending Order Qty)
Please check ....
Hi All / gwassenaar,
Any solution on this???
I found Pending SO is correct but [Pending Order Quantity] Before Dec2016 is not giving correct value
and Pending SO/Total Pending Order Quantity should be the sum of
Before Dec2016, Dec2016, Jan 2017, Feb 2016, Mar 2017, After Mar2017
Check it
Am not getting exact output....
I want bucketing of Pending SO figure ....
Let me know how are you creating bucket list?
How can you add Before Dec2016 data with past 6 month data... by this data will add twice.
it is not clear to me...
According to me.. bucket must be
Before Dec2016
Dec2016
Jan2017
Feb2017
Mar2017
After Mar2017.