Forum Discussion

Yani's avatar
Yani
Regular Visitor
7 years ago
Solved

How to make specific filter?

Hi,  in one of my report, i have data table with some filters and i try to make another filter based on a type date field. I try to show in this filter two "checkbox" where we can chose beteween "em...
  • Anonymous's avatar
    Anonymous
    7 years ago

    Hello Yani,

     

    Make a column

     

    Date_Filled = IF([date] <> Blank(), "not empty", "empty")

     

    Now put a slicer on this column

     

    Adarsh

    Mark my post as a solution if it solves your problem.