Crystal Report XI
If a date field Is Null on a CR, is there a formula that I could have it display the word 'Various' instead?
Thanks for your help. Change the red part to how you want your date formatted: if isnull( date ) then 'Various' else totext( date , 'MM/dd/yyyy' )Edited by DBlank - 20 Nov 2009 at 1:18pm
I used this formula based on your suggestion: if isnull(but getting this in the Null values: 12/31/-4714. All of the other dates are correct that had values. Am I missing something?
Thanks for the help When you palce theThat did the trick! Now that I see the formula, I can understand how it works. As for me trying to come up with this formula by myself, there is not enough time in the week. Thanks for your efforts.
This page was generated in 0.020 seconds.