Dear Experts,
We are on OBIEE 12c (Version: 12.2.1.4.19087)
Problem Statement:
I have created a report where one of the columns is having HTML link enabled and the display column is different as below:
"'<a target="__blank" name="'|| "COLUMN_TO_BE_DISPLAYED" || '" href='||"LINK_COLUMN"||'>'||"COLUMN_TO_BE_DISPLAYED"||'</a>'"
the "name" tag helps me to sort the column. However, the issue is that this sorting is done as A B C .... Z a b c...z
I want the sorting to be like A a B b C c... Z z or a A b B c C.... z Z
In short, the SORTING should be CASE-INSENSITIVE (but the user should see the original data, i.e. case sensitive)
Please suggest if this is possible in OBIEE.
Also, I want this applicable in such a way that the user can sort the report as and when required directly (instead of modifying the criteria).
Regards,
SonPat