Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Guys,
I can't seem to find a good answer to the below. Here is the result that I'm looking for in a Pivot Chart:
The dimensions I've added to my pivot chart are
In my head here is how the calculation looks (which isn't working of course ad that's why I am here):
= count([PO Receipt Date] - [PO Promise Date] < 0) / count([PO Number])
What I'm looking to calculate right now is basically the following (# of lines received on time / total # of lines received).
Here's the breakdown
I hope this makes sense. Looking at this to build a supplier scorecard in one of our apps.
Thanks for the help
Thanks Lisa.
I thought about doing the same but the app is built by our BI team on a qlikview server and I don’t have access to the load(runs in batch every 12 hours) . I had thought about doing that way as well.
Any other thoughts?
Thanks
brad
Brad, you may want to consider attaching your QVW or an example one, as I think folks may need more details related to the data model etc. in order to potentially come up with other ideas here.
Regards,
Brett
Whats the issue you are getting with the below expression ? Do attach a sample file
= count( {< [PO Number]= { "=[PO Receipt Date] - [PO Promise Date] < 0" } >} [PO Number] ) / count([PO Number])