Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How do I change YTD to FYTD in a measure column?

Accepted answer
25
Views
2
Comments
L G
L G Rank 1 - Community Starter

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

  • Rich Merkel
    Rich Merkel Rank 6 - Analytics Lead
    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"

Answers