expression in conditions
Posted: Wed Apr 26, 2017 6:32 pm
Hi,
I have a report that summarizes activities on a monthly basis (sample is attached). I'd like to add a condition to columns 2 to 12 that
give an indication that its value is greater or less than the previous. I'd be happy if I could get the font color change to red if the value
is lower, or green if the value is higher.
I know I can't get at the value of the text component, but thought I might be able to use something like the expressions I have in
GroupHeader text boxes.
In the Expression for a Highlight Condition, I've tried the following...
{CountIf(GroupHeaderBand1,Month(WorkOrders.BeginDate)==2) < CountIf(GroupHeaderBand1,Month(WorkOrders.BeginDate)==1)}
and also...
CountIf(GroupHeaderBand1,Month(WorkOrders.BeginDate)==2) < CountIf(GroupHeaderBand1,Month(WorkOrders.BeginDate)==1)
Is there an expression you could suggest that would work in this case?
Thanks,
Carl
I have a report that summarizes activities on a monthly basis (sample is attached). I'd like to add a condition to columns 2 to 12 that
give an indication that its value is greater or less than the previous. I'd be happy if I could get the font color change to red if the value
is lower, or green if the value is higher.
I know I can't get at the value of the text component, but thought I might be able to use something like the expressions I have in
GroupHeader text boxes.
In the Expression for a Highlight Condition, I've tried the following...
{CountIf(GroupHeaderBand1,Month(WorkOrders.BeginDate)==2) < CountIf(GroupHeaderBand1,Month(WorkOrders.BeginDate)==1)}
and also...
CountIf(GroupHeaderBand1,Month(WorkOrders.BeginDate)==2) < CountIf(GroupHeaderBand1,Month(WorkOrders.BeginDate)==1)
Is there an expression you could suggest that would work in this case?
Thanks,
Carl