Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a straight table with a count expression and it's showing only rows which are meeting criteria and suppressing others.
Expression is - =count({<ReportedMonth={$(vCurrentActMonth)},ReportedYear= {$(vCurrentActYear)}>} distinct floor(CreatedOn))
Now I want all Employee Name, irrespective of when it was created. if it doesn't match the criteria, show 0.
I have tried unchecking suppress null values in both dimension and expression, but nothing worked.
Regards,
Navdeep
can u try this way,
=If(isnull(count({<ReportedMonth={$(vCurrentActMonth)},ReportedYear= {$(vCurrentActYear)}>} distinct floor(CreatedOn))),null(),count({<ReportedMonth={$(vCurrentActMonth)},ReportedYear= {$(vCurrentActYear)}>} distinct floor(CreatedOn)))
else if possible share ur qvw?
Can you post a qlikview document that demonstrates the problem?
Hi,
PFA the app. ! I want to show all rows in table irrsepective of year DOJ
Hi,
What is your expected Count??
Regards
try this
Hi,
I tried but no success.
Then nulls are coming in other columns.
u have to uncheck the check box by selecting the other dimensions.
No problem with count, just that need to show all values and those who don't meet the criteria should be shown as 0