Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello together,
I’m working with saved bookmarks or macros for data selection in qlikview.
The problem that I have, if the selection not matched all data are visible in tables or diagrams.
For example an advanced search on a field with the day names.
=(DayName=‘Monday‘)
It works, all data are shown in the tables and diagrams where DayName is Monday. But on a dataset
where no data with DayName like Monday the advanced search will select nothing because no data
with DayName = Monday in the dataset. And that means all data are visible in tables and diagrams.
What I want is an „empty result“ for not matching searches. How I can do this?
Regards,Henry