All,
Using Crysal Reports 11 and pulling information from a table that looks like this:
**************************************
File Code Date
12345 L100 2/2/2004
12345 L102 2/2/2004
45678 X10 3/6/2005
45678 L101 2/2/2004
**************************************
I am trying to create formulas that returns the date for a certain Code and blank if it doesnt match
Such that the report would look like:
File LCode XCode
12345 2/2/2004
45678 2/2/2004 3/6/2005
LCode = Code L101 or L102
XCode = Code X10
I tried writing separate formulas for LCode and XCode, but cant seem to return blanks if they dont match.
Any thoughts?
Thanks
Rob
Using Crysal Reports 11 and pulling information from a table that looks like this:
**************************************
File Code Date
12345 L100 2/2/2004
12345 L102 2/2/2004
45678 X10 3/6/2005
45678 L101 2/2/2004
**************************************
I am trying to create formulas that returns the date for a certain Code and blank if it doesnt match
Such that the report would look like:
File LCode XCode
12345 2/2/2004
45678 2/2/2004 3/6/2005
LCode = Code L101 or L102
XCode = Code X10
I tried writing separate formulas for LCode and XCode, but cant seem to return blanks if they dont match.
Any thoughts?
Thanks
Rob