on 2017 Nov 29 7:24 AM
I have a crosstab that looks like the picture below
I have been unsuccessfully trying to color weekend days (which have suppressed data) for a while now, i am facing two problems:
1- if i color from the Crosstab format tab (Background color) i am unable to pass values such as if day = saturday/sunady then crcolor, the condition always goes to the else directly.
2- if i color each cell separately i am unable to color suppressed cells, they stay white because they are suppressed anyway.
Kindly assist.
Ashraf,
Hi Ashraf,
Changing the font color to match the background color should do the trick.
The Background and Font formulas would be:
IF GridLabelAt("Day",CurrentRowIndex) IN ['Saturday', 'Sunday'] Then crSilver else crNoColor
In the formula above, replace "Day" with the field being used as the Row. Also, the field needs to be enclosed in double quotes just like in the formula above.
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.