I am new to Report Builder 6.0. I have a qrp file I'd like to modify a DueDate field on that report so if that DueDate field value is null it would insert today's date instead. DueDate is a date/time field.
I'm confused between adding a condition on that field and just creating a new formula field. I can't seem to get the syntax correct. I've tried something like this
DateIFF( StrLength( StrTrim(DateToStr( DUEDATE )) ) , DATE_NULL , TODAY() , DUEDATE )
Any help you can provide would be much appreciated!
Thank you
I'm confused between adding a condition on that field and just creating a new formula field. I can't seem to get the syntax correct. I've tried something like this
DateIFF( StrLength( StrTrim(DateToStr( DUEDATE )) ) , DATE_NULL , TODAY() , DUEDATE )
Any help you can provide would be much appreciated!
Thank you