是否可以根据某些条件为交叉表摘要字段着色。我尝试了Highlighting Expert
但无法执行OR
。也在Format Field/Font
上尝试但无法查看汇总字段。
关于如何解决这个问题的任何想法?
由于
更新
if (CurrentFieldValue <= 8 and instr({ROperationalData.RTDESC},"HOBE") > 0) then crRed else
if (CurrentFieldValue <= 11.6 and instr({ROperationalData.RTDESC},"DAVIE") > 0) then crRed else
if (CurrentFieldValue <= 11 and instr({ROperationalData.RTDESC},"MIAMI") > 0) then crRed else
if (CurrentFieldValue <= 11.7 and instr({ROperationalData.RTDESC},"LANTANA") > 0) then crRed
现在它只是评估第一个条件CurrentFieldValue <= 8
,但它没有考虑{ROperationalData.RTDESC}
的值,所以它标记为红色所有&lt; = 8