needmoremoney
Technical User
Hello all,
I'm trying to pull records for only one type of record but crystal reports is pulling more then one.
whileprintingrecords;
If {ETax.tcode}="FITW" Then
{ETax.filingStatus}
...
Crystal will pull other codes also. This report has all my formula in one line. One line per employee. But the formula above creates more then one line per record.
I could not use the select expert since my next record is to pull from ETax.tcode = "NY".
Any help thanks.
Crystal Reports 8.
I'm trying to pull records for only one type of record but crystal reports is pulling more then one.
whileprintingrecords;
If {ETax.tcode}="FITW" Then
{ETax.filingStatus}
...
Crystal will pull other codes also. This report has all my formula in one line. One line per employee. But the formula above creates more then one line per record.
I could not use the select expert since my next record is to pull from ETax.tcode = "NY".
Any help thanks.
Crystal Reports 8.