In ORACLE BI (ver. 12c) :
how Can I format che date in this mode? (example):
12-JAN-2021
if I set the format as DD-MMM-YYYY
the result is
12-jan-2021 (with the month in lowercase, but I want the month in uppercase).
Regards.