I have a cross-tab report that contains the month, team name, and counts of issues for each month:
Jan Feb Mar etc.
team1 3 35 0
team2 10 7 19
If the current month is February, I want to change the background of those cells to be "highlighted". I tried using the highlight expert, but can't figure out how to tell it to highlight if Month(CurrentDate) is equal to the Month(data)
Jan Feb Mar etc.
team1 3 35 0
team2 10 7 19
If the current month is February, I want to change the background of those cells to be "highlighted". I tried using the highlight expert, but can't figure out how to tell it to highlight if Month(CurrentDate) is equal to the Month(data)