CalgaryCR9
Technical User
I'm using Crystal Reports Version 9.
My crosstab looks like this:
Column 1 Name Total
Column 2 Name (total suppressed)
Column 3 Name (total suppressed)
Row 1 Name {serv_call.serv_call_id}
I don't want to highlight a particular value, but want the columns to be a particular color based on the Priority.
I want columns background colours to be based on a similar formula (note: {SERVICE_CALL.SVC_CALL_PRIORITY}=Column 1 name:
if {SERVICE_CALL.SVC_CALL_PRIORITY}="URGENT"
then color (255,0,0 )
else
if {SERVICE_CALL.SVC_CALL_PRIORITY}="HIGH"
then color (72,118,255 )
else
if {SERVICE_CALL.SVC_CALL_PRIORITY}="MEDIUM"
then color (0,205,0)
else if {SERVICE_CALL.SVC_CALL_PRIORITY}="LOW"
then color (156,156,156)
What do I need to do? I can find tons of info on highlighting a particular value but not highlighting a column based on it's header.
My crosstab looks like this:
Column 1 Name Total
Column 2 Name (total suppressed)
Column 3 Name (total suppressed)
Row 1 Name {serv_call.serv_call_id}
I don't want to highlight a particular value, but want the columns to be a particular color based on the Priority.
I want columns background colours to be based on a similar formula (note: {SERVICE_CALL.SVC_CALL_PRIORITY}=Column 1 name:
if {SERVICE_CALL.SVC_CALL_PRIORITY}="URGENT"
then color (255,0,0 )
else
if {SERVICE_CALL.SVC_CALL_PRIORITY}="HIGH"
then color (72,118,255 )
else
if {SERVICE_CALL.SVC_CALL_PRIORITY}="MEDIUM"
then color (0,205,0)
else if {SERVICE_CALL.SVC_CALL_PRIORITY}="LOW"
then color (156,156,156)
What do I need to do? I can find tons of info on highlighting a particular value but not highlighting a column based on it's header.