I have a Cross tab that has
Rows
Country
Columns
Year
Summarized fields
orderamt
Profit(Y/N)
sample data looks like
2001 2002
Austria Orderamt 4200 6000
Profit(Y/N) Y N
France Orderamt 5500 5000
Profit(Y/N) N N
Germany Orderamt 12000 10000
Profit(Y/N) N Y
Ireland Orderamt 10000 8500
Profit(Y/N) N N
USA Orderamt 25000 32000
Profit(Y/N) Y N
So, I want to highlight both orderamt and Profit(Y/N) cells in green if the Profit(Y/N) is
Y for a country and this field(Profit(Y/N)) is summarized (mode) of the Profit(Y/N) field from the database.
Hope, this is clear enough.
Rows
Country
Columns
Year
Summarized fields
orderamt
Profit(Y/N)
sample data looks like
2001 2002
Austria Orderamt 4200 6000
Profit(Y/N) Y N
France Orderamt 5500 5000
Profit(Y/N) N N
Germany Orderamt 12000 10000
Profit(Y/N) N Y
Ireland Orderamt 10000 8500
Profit(Y/N) N N
USA Orderamt 25000 32000
Profit(Y/N) Y N
So, I want to highlight both orderamt and Profit(Y/N) cells in green if the Profit(Y/N) is
Y for a country and this field(Profit(Y/N)) is summarized (mode) of the Profit(Y/N) field from the database.
Hope, this is clear enough.