Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
before calculating the fiscal month, I the following formula to get the month :-
=Count({<%DateEmpFormAdded = {"$(='>=' & Date(AddMonths(Max(%DateEmpFormAdded), - 1)) & '<=' & Date(AddMonths(Max(%DateEmpFormAdded), 0)))"}>}EngagementType)
Now that I have a fiscal month in my table against each transaction , can I use "Fiscal.Month" instead?
Fiscal calendar shows correctly the table:-
I've tried below and similar with no luck:-
Count({<Fiscal.Month}>}EngagementType)
Cheers
Count({<Fiscal.Month}>}EngagementType)
This merely makes the expression disregard selections in the Fiscal.Month field. Can you post a small qlikview document that demonstrates what you're trying to do?
Hi GD. sample attached.
Your document does not contain a field names Fiscal.Month. You can't use non-existing fields in Qlikview documents.
apologies , I loaded the sample I was playing around with:-
Count({<DateEmpMonth}>}EngagementType)
I'm afraid you've lost me. What are you trying to calculate?