Good Day, is there a way to suppress the value of my custom aggregated column?
I tried to set the property to 'Suppress' instead of 'Repeat' but it still return repeating values.
The custom aggregate column I want to suppress have this formula:
MAX(Completion_Date by Person_ID)
Thank you.