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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -