how do I write the formula to pull the last 7 days of data from the day the report runs? I used timestampdiff(sql_tsi_day,-7,CURRENT_DATE) but that doesnt seem to work
If you read the error OBIEE return you when using your formula you see that TIMESTAMPDIFF is used to get the difference (in your case in days) between 2 dates, so your "-7" isn't really a date ...
Maybe you wanted to use TIMESTAMPADD ?
With your current parameters it will work, so if you set a filter like "date" >= timestampadd(...) you get data for the past 7 days.
Hi,
Follow below link. you may resoled your issue.
TIMESTAMPS and Presentation Variables - Rittman Mead Consulting
Thanks,
Satya Ranki Reddy
Please provide the command for details of data manipulation on “XYZ” table after 17-july-2023
@user9176407
Post a new question instead of commenting on a 7 years old thread.
Also make sure to provide the minimum information for people not seeing your screen or knowing your environment: product name and version, and what means for you "command", "data manipulation", "XYZ" etc.
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?
Does Oracle Analytics Server 2026 include AI features such as a built-in chatbot or AI Assistant? If not, are there any plans or indications that these AI capabilities will be introduced in a future OAS release?
Here is my calculation CAST(COUNT(SAAR_ID) AS VARCHAR(50)) || ' SAARs pending as of: ' || CAST(CURRENT_TIMESTAMP(5) AS VARCHAR(50))
In OAC when I am creating a dataset, How can I pass a Filter from the "Dashboard filters to the SQL? I attached a image like it was don in BIP Publisher
How can you put a total number of records in your oracle OAC table footer