thethuthinnang
Technical User
I am trying to add a field to my report from one of two tables. If the record doesn't exist in the first table I want Crystal to look for it in the second. The result of this formula is a blank report:
If IsNull({arp.due_date}) Then {art.due_date} Else {arp.due_date}
Can I do this with a formula? Both tables are linked as Left Outer Join.
Thanks!
If IsNull({arp.due_date}) Then {art.due_date} Else {arp.due_date}
Can I do this with a formula? Both tables are linked as Left Outer Join.
Thanks!