Highlight Duplicate String Values
Summary:
Content (please ensure you mask any confidential information): In an OTBI analysis, I would like to highlight duplicate string values. Is this possible?
We're using the Subject Area Fixed Assets - Asset Transactions Real Time and we want to highlight duplicates on the "Fixed Assets - Asset Transactions Real Time"."Descriptive Details"."Serial Number" column
Neither SUM(1 BY or SUM(COUNT GROUP BY has worked for the column formula to highlight duplicates
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT "Fixed Assets - Asset Transactions Real Time"."- General Information"."Book Code" s_1, "Fixed Assets - Asset Transactions Real Time"."Asset Category"."Segment1" s_2, "Fixed Assets - Asset Transactions Real Time"."Asset Category"."Segment2" s_3, "Fixed Assets - Asset Transactions Real Time"."Descriptive Details"."Serial Number" s_4, "Fixed Assets - Asset Transactions Real Time"."General Information"."Asset Number" s_5FROM "Fixed Assets - Asset Transactions Real Time"