Has anyone ever done crystal reporting off of a Perseus database? Perseus is a survey software that we are using to do file audits dumping the data into a SQL database.
The problem is I can't get the choices the auditor selects to show the labels rather than the code.
When a survey is built it produces a data dictionary but no way to join it to the actual data. I believe its using some XML to do it in their enterprise software.
So far the only way I can get it to work in Crystal is to write a formula for each one using the SWITCH function. It's truly a pain in the ass.
I'm using Crystal 8.5
(Switch({db.person}=1,"Suzie Smith",
{db.person}=2,"Tom Cat",) you get the idea
Any suggestions? I don't know XML.
Thanks,
L
-LLL
The problem is I can't get the choices the auditor selects to show the labels rather than the code.
When a survey is built it produces a data dictionary but no way to join it to the actual data. I believe its using some XML to do it in their enterprise software.
So far the only way I can get it to work in Crystal is to write a formula for each one using the SWITCH function. It's truly a pain in the ass.
I'm using Crystal 8.5
(Switch({db.person}=1,"Suzie Smith",
{db.person}=2,"Tom Cat",) you get the idea
Any suggestions? I don't know XML.
Thanks,
L
-LLL