I want to create an OTBI analysis that gives data between last 7 days. I tried creating a filter using SQL expression but it doesnt work. Can someone pls help with the right syntax to be used?
SQL1:(select sysdate-7 from dual)
SQL2:(select sysdate
from dual)