Using Crystal Reports Professional XI
In Excel I have a column of employee numbers. To use these numbers in Excel, I need to convert to a string (the table field is a string value). The only way I can get this to work is to take each employee number, add a " before and after the number, then add a , to seperate the numbers.
EXCEL
A1: 484458
A2: 12345
A3: 5589
In Cyrstal, the numbers need the " and comma seperator:
{EMPLOYEE.EMPLOYEE_NUMBER} in ["484458","12345","5589"]
Is there a formula for Crystal that will take the Excel data and convert to a string?
Thanks
In Excel I have a column of employee numbers. To use these numbers in Excel, I need to convert to a string (the table field is a string value). The only way I can get this to work is to take each employee number, add a " before and after the number, then add a , to seperate the numbers.
EXCEL
A1: 484458
A2: 12345
A3: 5589
In Cyrstal, the numbers need the " and comma seperator:
{EMPLOYEE.EMPLOYEE_NUMBER} in ["484458","12345","5589"]
Is there a formula for Crystal that will take the Excel data and convert to a string?
Thanks