OBIEE adding an integer to date -
i looking add number of days (column 1- integer) date (column 2- date) create date in future (column 3- date).
what code required?
try using formula column3
timestampadd(sql_tsi_day,cast("table"."column1_int" integer), "table"."column2_date")
Comments
Post a Comment