Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How do I change YTD to FYTD in a measure column?

In the General Ledger Transactional Balances Real Time, there are measures for "Entered YTD CR" and "Entered YTD DR". This gives totals for the calendar year. How do I update this to return sums for the FY (Jul 01 - Jun 30)?
Best Answer
-
These are the formulas…assuming you are filtering on accounting period name, and filter on balance type (ie: A for Actual). Attached is XML for a simple version with prompts for concatenated segment and accounting period name. (Just copy/paste this into new analysis in advanced section, copy the entire file, replace what is in Analysis XML with the data in .txt file and click apply xml, then you can go back to criteria tab/etc to see the design)
Beginning Balance
"- Balance"."Beginning Balance"
Period Net Activity
"- Balance"."Period Net Activity"
Ending (YTD) Balance
"- Balance"."Ending Balance"
1
Answers
-
Thank you!
1