Reports (BIP) – Tips/ Shortcuts
To display the date in DD-Mon-RRRR format, please use below in your SQL query: to_char(date_of_birth,’DD-Mon-RRRR’, ‘nls_date_language=American’) Use below condition to get current user id: fnd_global.USER_GUID — Use below function to convert the amount in Arabic: <?xdoxslt:toCheckNumber(‘ar-SA’, TOTAL, ‘AED’,’CASE_UPPER’)?> — Using LISTAGG to show multiple rows into a single cell: — Getting Person Id of logged…
