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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

javascript - Blogger related post gadget image Resize s72-c [ Need Expert Help ] -