cancel
Showing results for 
Search instead for 
Did you mean: 

NULL Values

Former Member
0 Kudos

I have a date field that includes null values. If I want to set parameters based on this, will it work?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes it will, but what type of parameter that you want to create dynamic or static? If it is dynamic then it shows all the distinct dates except null values. If you want the records where the dates are null then write the record selection condition like

isnull(datefield) =true

Hope this helps!

Raghavendra

Answers (0)