I have a table like this:
[Name] [Position]
a 0
b 1
c 2
d 3
e 4
f 5
I create a chart with [Name] as rows and [Position] as columns and count of position as value.
Like this:
0 1 2 3 4 5
a 1
b 1
c 1
d 1
e 1
f 1
I would like to make all of the column where [Position] = 2 to be blue, and all others to be white. I cannot figure out how I can do this because the rows do not have a value at that position e.g. Position(e) = 4, and has no value at 2.
Is there a way I can do this?
For anyone that has this same issue, you can actually get the value of a specific box like this:
ReportItems("Textbox600").ValueJust replace 600 with the cell name. The name is displayed right above the toolbar for the properties box when a cell is selected.
In this case, Textbox600 is the [Position], so the expression for this cells background color looks like this: