Hi,
I try to format the detail fields of a cross tab via formula.
I try to say that - if the value of each field is below avalue it should turn red - if it is above a certain value the field shall turn green.
To test is I used the following furmula:
if {ZMR.val1 - Ist-Wert pro Monat} > 15 then
formula = crFuchsia
elseif {ZMR.val1 - Ist-Wert pro Monat} < 10 then
formula = crSilver
else
formula = crGreen
end if
But everything what happens is that ALL the fields turn the same color! I dont have a clue where the mistake is..
Thank you for your help.
Martin
I try to format the detail fields of a cross tab via formula.
I try to say that - if the value of each field is below avalue it should turn red - if it is above a certain value the field shall turn green.
To test is I used the following furmula:
if {ZMR.val1 - Ist-Wert pro Monat} > 15 then
formula = crFuchsia
elseif {ZMR.val1 - Ist-Wert pro Monat} < 10 then
formula = crSilver
else
formula = crGreen
end if
But everything what happens is that ALL the fields turn the same color! I dont have a clue where the mistake is..
Thank you for your help.
Martin