It appears that my 'OR' statements never really work in Crystal XI. Am I doing something wrong, or does a better way exist?
For example I am using this and it is droping items where the episode.refer_date IsNull.
//**************************************
(({episode.refer_date}= CurrentDate)
or
(IsNull({episode.refer_date})))
//**************************************
For example I am using this and it is droping items where the episode.refer_date IsNull.
//**************************************
(({episode.refer_date}= CurrentDate)
or
(IsNull({episode.refer_date})))
//**************************************