Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OTBI Global Level Function sysdate issue

Received Response
32
Views
6
Comments
user12879396
user12879396 Rank 1 - Community Starter

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.

Answers