Skip to Content
0
Former Member
Nov 13, 2012 at 07:18 AM

Join Issue

41 Views

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)