How to suppress aggregated column in order not to repeat its values for every rows
Summary: Suppress aggregated column value
Content (please ensure you mask any confidential information): Is it possible to suppress the value of aggregated column in order not to repeat the value for every row? I tried to set the property to Suppress but it still returns repeating values.
I am using this formula in my column: MAX(Completion_Date by Person_ID)
Tried also to cast as char: CAST(MAX(Completion_Date by Person_ID) AS CHAR(40))
Version (include the version you are using, if applicable): Oracle Fusion Cloud Applications
23D (11.13.23.10.0)
Code Snippet (add any code snippets that support your topic, if applicable):