Hello,
I am using Crystal Reports XI Release 2 and I have a report that's going to be exported to excel, then saved as a CSV. It's a pretty simple report - it comes from a SQL Server table, and all I have are page header titles, and all of the data is in the details section. There are two fields, Email and LicensePlate that I need to alter only if they meet certain criteria, but I'm not sure what the formula would be.
Email field: I need to remove any spaces that appear in the email. So if for example an email came across as: m smith@gmail.com, the formula would make it: msmith@gmail.com
LicencePlate field: I need to remove ANY special characters from this field (I'm thinking a long IF statement, maybe?). So if a license plate comes across as: 3847~TX or 3847*TX then it would need to be changed to: 3847TX.
Thanks in advance for any help you guys can provide! I really appreciate it.
I am using Crystal Reports XI Release 2 and I have a report that's going to be exported to excel, then saved as a CSV. It's a pretty simple report - it comes from a SQL Server table, and all I have are page header titles, and all of the data is in the details section. There are two fields, Email and LicensePlate that I need to alter only if they meet certain criteria, but I'm not sure what the formula would be.
Email field: I need to remove any spaces that appear in the email. So if for example an email came across as: m smith@gmail.com, the formula would make it: msmith@gmail.com
LicencePlate field: I need to remove ANY special characters from this field (I'm thinking a long IF statement, maybe?). So if a license plate comes across as: 3847~TX or 3847*TX then it would need to be changed to: 3847TX.
Thanks in advance for any help you guys can provide! I really appreciate it.