G
Guest
I have a label that I would like to have visible/invisible depending on the
value of a field in the group header. I can't seem to get it to work. My
macro looks like this:
CONDITION: [gsaflag]="OM"
SetValue
ITEM: [Reports]![r_SeparateQuote]![OpenMkt].[Visible]
EXPRESSION: Yes
followed by
CONDITION: [gsaflag]<="OM"
Set Value
ITEM: [Reports]![r_SeparateQuote]![OpenMkt].[Visible]
EXPRESSION: No
where OpenMkt is the name of the label (which is a line of text). I have
tried calling the macro from the ON FORMAT of the group header's property,
and have also tried it on the ON PRINT. It doesn't work in either case. Any
ideas what I'm missing. Thanks so much in advance.
value of a field in the group header. I can't seem to get it to work. My
macro looks like this:
CONDITION: [gsaflag]="OM"
SetValue
ITEM: [Reports]![r_SeparateQuote]![OpenMkt].[Visible]
EXPRESSION: Yes
followed by
CONDITION: [gsaflag]<="OM"
Set Value
ITEM: [Reports]![r_SeparateQuote]![OpenMkt].[Visible]
EXPRESSION: No
where OpenMkt is the name of the label (which is a line of text). I have
tried calling the macro from the ON FORMAT of the group header's property,
and have also tried it on the ON PRINT. It doesn't work in either case. Any
ideas what I'm missing. Thanks so much in advance.