Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hoping someone can help. I'm trying to produce a pivot table which is providing sub-total for applications based on the the final export date within a field called 'Date' which is filtered by an expression. The expression succeeds in pulling out the final export date per month for a particular session and is formatted as a date. However, the sub-totals are way higher than they should be which tells me that Qlikview doesn't recognise the filtered date as having values from the Date field. When I manually select a date within the Date field, the totals then look accurate.
Date filter expression: =date(aggr(max({<Session={'2018/19'}>}Date),Month),'DD/MM/YYYY')
Sub-Total expression: =count([Applicant ID])
Does anyone have any idea what I might be doing wrong?
Many thanks,
Matt
In your current selections, are you seeing a selection in the Month field? or are you seeing selection in both month and date field?
You don't have a month field?
But you have made a reference of your Month field here?
Make sense, does it select a single date or is it selecting all dates within the month?
In that case, you might have to use a set analysis within your expression to display the Count related to the Max Date only.
Try something like this
=Count({$<Date = {"$(=MaxString(Date))"}>} [Applicant ID])