I have a crosstab that has a date field in the row. In the column it is based on a code that has been typed in the database. Is it possible to rename the column headings to read a name associated with the code that has been typed in. I have had some sucess and can get it to rename based on one of the codes using the "display string" under common under format field. This is what I have so far but all the columns come back "OUT OF COUNTY". Any help would be greatly appreciated. Thanks in adance. I'am using CRXI.
If {sys_trac.actioncode} = "ICX" THEN "IN COUNTY"
ELSE "OUT OF COUNTY"
// NEED TO CONVERT THE FOLLOWING CODES TO FULL NAMES
// ICX TO "IN COUNTY"
// OCX TO "OUT OF COUNTY"
// SS TO "SALES"
If {sys_trac.actioncode} = "ICX" THEN "IN COUNTY"
ELSE "OUT OF COUNTY"
// NEED TO CONVERT THE FOLLOWING CODES TO FULL NAMES
// ICX TO "IN COUNTY"
// OCX TO "OUT OF COUNTY"
// SS TO "SALES"