Hi everyone,
For a report in WEBI, I received requirements to suppress a row if one of its values is the same as the row below it.
Example:
The business would like to HIDE Revenue without Use of Fund Balance IF the 2nd column's value is the same as the value below it, which is for TOTAL REVENUES.
The logic would be if row1, column2 = row2, column2, then suppress row1.
For comparison purposes, RelativeValue() does not work, I don't think, as there is no 'slicing dimension' to offset... And PREVIOUS() would only work if I wanted to suppress row2.
Any help you can provide is greatly appreciated!