trying to get ssysdate from Global Value Functions by the following syntax but return null value, how can get the sysdate from Global Value Functions in OTBI( Fusion Cloud)
CURRENT_DATE
FORMAT_DATE(SYSDATE,'yyyymmdd')
FORMAT_DATE(CURRENT_DATE ,'yyyymmdd')
to_char(sysdate,'yyyymmdd')
how can achieve the sysdate in formate yyyymmdd from Global Values Function.