Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All, I have working days table for two years defined with number of working days for each month. In facts table each day sales amount is available. How to get average monthly sales? i.e total sales of a month divide with number of working days.
PFA. Thanks to advice.
Regards,
Krishna
Create a Month field in the script, like:
Month(Date) as Month
and then use this Month field as dimension in the chart and use expression like:
= Sum(Sales)/[Number of working days]
what does your source data looks like ? can you provide some sample data?
Hi Dev,
i have working days table as attached.
in Qlikview i want respective working days as below.
Month 2016WDays 2017Wdays
Jan nofodays nofodays
Feb nofodays nofodays
Mar nofodays nofodays
check this
@
Thank You Dave. It helped me and completed the task.
Hi Dave,
I am not able open the .qvw files. Could you please paste the formula here. I need this calculation. Please assist.