I am new at crystal reports and need some help. I am using CR 8.5 and retrieving data from Access. I have a field of a TransDescription that I need to do 2 things to. Any suggestions on how to do this will be helpful. I need to first replace anything that reads "Clock Time" or "Clock Time or Clock-In" with "Regular" just for the report, I cannot change the database. Then I need to split "Regular" to show in one field and all others to show in another. Am sending out a CSV file and they need to be in separate fields. For example the result would be as follows:
sick, (blank)
(blank), regular
I have accomplished writing this in to separate reports and would have to send out 2 separate CSV files. I would rather create one report and send just one file. I was trying to do the "replace" starts with to change the name and then do 2 formulas to do "if thens else" however, I do not know how to get the replace to work prior to the if then or how to write in one formula.
Any suggestions would be helpful.
sick, (blank)
(blank), regular
I have accomplished writing this in to separate reports and would have to send out 2 separate CSV files. I would rather create one report and send just one file. I was trying to do the "replace" starts with to change the name and then do 2 formulas to do "if thens else" however, I do not know how to get the replace to work prior to the if then or how to write in one formula.
Any suggestions would be helpful.