I have a crosstab report and user wants to illuminate all rows with the same value for all of the columns for the salesrep.
They don’t want to see this salesrep on report. How can I do it?
So you mean only in the situation where A=1 and B=1 and C=1 etc, then the entire row should be green, lets say? What I’d probably do would be to create a new variable called Equality which will be along the lines of:
If A=B and B=C and… (etc) Then 1 Else 0
Then you create an alerter which says essentially if Equality is 1 then green format, bold text etc? Does that help?
I understand the formula, but alerter. I don’t need to see all the same values rows on report, what can I assign in alerter to delete the rows,
not display at all this page with all of the sectioning? How can I filter those same rows?