Categories
- All Categories
- 82 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.1K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 44 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Display only the most recent records in pre-built analysis "Inventory - Onhand Balance"
Is there a way to modify the pre-built analysis "Inventory - Onhand Balance" so it only outputs the most recent values for each SKU on both "Costed Onhand Amount" and "Costed Onhand Quantity" attributes instead of values aggregated since day 1?
I have tried the following methods but they resulted either in showing aggregated values or error:
1) Aggregated values shown instead:
• "Start Date" dimension formula:
MAX("- Inventory Valuation Details - Onhand"."As of Date")
• "Aggregate Rule (Total Row)" set to "None" for both "Costed Onhand Amount" dimension and "Costed Onhand Quantity" dimension, per enclosed screenshot.
2) Error:
• "Costed Onhand Amount" dimension formula:
FILTER("- Inventory Valuation - Onhand"."Costed Onhand Amount" USING (MAX("- Inventory Valuation Details - Onhand"."As of Date")))
• Error code:
Formula syntax is invalid.
[nQSError: 10058] A general error has occurred. Please have your System Administrator look at the log for more details on this error. (HY000)
[nQSError: 43113] Message returned from OBIS. Please have your System Administrator look at the log for more details on this error. (HY000)
[nQSError: 27002] Near <)>: Syntax error Please have your System Administrator look at the log for more details on this error. (HY000)
[nQSError: 26012] . Please have your System Administrator look at the log for more details on this error. (HY000)
SQL Issued: SELECT FILTER("- Inventory Valuation - Onhand"."Costed Onhand Amount" USING (MAX("- Inventory Valuation Details - Onhand"."As of Date") )) FROM "Costing - Inventory Valuation Real Time"
Thank you.