I know I should be able to figure this out but I can't
I need to place a formula that is based on 1 of the "group fields" in the page header. It's a simple formula:
If table.field1 is valueA then "Yes"
else "No"
The problem is, that by placing it in the Page header the "last" table.field1 value is evaluated in the formula which almost always results in the ELSE condtion being met.
What I need is to basically say, in layman's terms:
If table.field1 EVER = valueA then "Yes"
else "No"
What am I missing?
-- Jason
"It's Just Ones and Zeros
I need to place a formula that is based on 1 of the "group fields" in the page header. It's a simple formula:
If table.field1 is valueA then "Yes"
else "No"
The problem is, that by placing it in the Page header the "last" table.field1 value is evaluated in the formula which almost always results in the ELSE condtion being met.
What I need is to basically say, in layman's terms:
If table.field1 EVER = valueA then "Yes"
else "No"
What am I missing?
-- Jason
"It's Just Ones and Zeros