Hi i am migrating reports from BIRT to crystal reports.
In their report they make some joins and after that using that joins they wrote a formula like this.
I gave same joins in crystal link tab
How to write this formula in crystal using formula editor.
Please find the attachment containing join details of BIRT report and crystal report.
Formula wrote in BIRT:
if (row["NetStatus::net"]==null)
tempvar.toFixed(digits)
else row["NetStatus::net"].toFixed(digits)