Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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):
Tagged:
0