I have a button with a action that sets a report date to today. If the data has today's data then it will show although if there is no data for today, I was expecting qlikview to hide the data on the page but it doesn't do anything because it can't find today's data in the data set.
On Action tab
Field = Report Date
Search String = Date(Today(), 'DD/MM/YYYY')
Is there any way I can hide all data if no today's data is found.