Categories
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Need to ad INITCAP function to available functions

Martin_Gibbs_Mayo
Rank 1 - Community Starter
We have several database columns that are saved in UPPERCASE. End users would prefer to see the data in proper case on reports and dashboards. Please add the INITCAP function to the String functions available in OAC.
Tagged:
3
Comments
-
@MGibbs_2023 — if this were an option in the dataset editor — is that sufficient?
@Luis E. Rivas -Oracle This seems useful.0 -
@MGibbs_2023 I agree adding Initcap would be a useful addition for case handling. In the meantime, Sentence case may be a good workaround for now, it will uppercase the first word in the text and lowercase all others.
0 -
If your data is in Oracle DB you can do:
evaluate('Initcap(%1)',Employee."First Name")2 -
@Martin_Gibbs_Mayo Please could you comment if the above solution is helping. I will close this request.
0