crystal reports - coloring a crosstab summary field based on some conditions -


is there way color crosstab summary field based on conditions. tried on highlighting expert cannot perform or. tried on format field/font not able see summary field.

any idea on how solve this?

thanks

update

if (currentfieldvalue <= 8 , instr({roperationaldata.rtdesc},"hobe") > 0) crred else  if (currentfieldvalue <= 11.6 , instr({roperationaldata.rtdesc},"davie") > 0) crred else if (currentfieldvalue <= 11 , instr({roperationaldata.rtdesc},"miami") > 0) crred else if (currentfieldvalue <= 11.7 , instr({roperationaldata.rtdesc},"lantana") > 0) crred 

right evaluating first condition currentfieldvalue <= 8 not taking in consideration value of {roperationaldata.rtdesc} marking red <= 8

enter image description here


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -