I want something like this to be done. What is the best way to do?
if {?TransDate}<> Empty then {TransactionNew.Date}={?TransDate}
where ?TransDate is my parameter field,
TransactionNew.Date is my field name
Am getting an error at {?TransDate}<> Empty , obviously because it is a date that is needed there. Is there any other go? Am using crytal reports 8, and if i dont pass a value to it, the parameter field is set to today. But parameter fields' value= today and parameter field value = Nothing has two meanings to me. Both are valid. How to solve this one?
Thanks for your expert advice..
Sunil
if {?TransDate}<> Empty then {TransactionNew.Date}={?TransDate}
where ?TransDate is my parameter field,
TransactionNew.Date is my field name
Am getting an error at {?TransDate}<> Empty , obviously because it is a date that is needed there. Is there any other go? Am using crytal reports 8, and if i dont pass a value to it, the parameter field is set to today. But parameter fields' value= today and parameter field value = Nothing has two meanings to me. Both are valid. How to solve this one?
Thanks for your expert advice..
Sunil