Analytics Catalog/Oracle EPM/FCCS/View dimension
Explore the catalogFCCSSmart View performanceMovement dimensionKnown issues
Oracle EPM Cloud · FCCS · Dimension

The View dimension, periodic to year to date

The same account, the same month, gives two honest answers: what happened this period, and where the year stands so far. This dimension holds both, and one storage decision behind it decides whether your grids open in seconds or minutes.

Every cell in a consolidation cube answers several questions at once, and each dimension carries one of them. This page is the question of over what span a number is read, this month alone or the year so far. What happened inside the period lives on Movement, and the whole reference is mapped on the FCCS index.

RuleDecide view storage deliberately. Stored views pay once at consolidation, computed views pay at every retrieve, and the design decision is choosing who pays.
Neverread a flow from year to date or a balance from periodic without meaning to. Half the mystery variances in review meetings are a view mismatch wearing a business explanation.
The three readings— periodic, quarter to date, year to date, and which numbers live naturally in each.
MemberWhat it reads, and what belongs there
FCCS_PeriodicThe period alone, this month's activity with the prior months stripped away. Flows read naturally here: revenue, expenses, the month's movements. The income statement's home view.
FCCS_QTDThe quarter so far, the periods of the quarter accumulated. The reading an earnings release is written in, and the one quarter-end review meetings argue about.
FCCS_YTDThe year so far, an as-of reading. Balances are inherently as-of, so the balance sheet reads naturally here, and a year-to-date income statement is the year's story in one column.

The pairing is the insight: flows are periodic creatures, balances are as-of creatures, and the dimension lets each be read either way on purpose. Read the wrong way by accident and the number is still correct, just not the answer to the question that was asked, which is the most expensive kind of correct.

The storage decision— who pays for the to-date views, the symptom of each choice, and the middle path.
ChoiceThe tradeoff
Store the viewsQuarter and year to date written at consolidation time. Consolidation runs longer and the application grows, and every retrieve afterwards is a read, not a computation. Heavy reporting months earn this.
Compute at retrieveRule members assemble the to-date reading every time someone opens a grid. The application stays lean, consolidation stays fast, and the cost lands on the person waiting for the spreadsheet. The tell: grids that are quick on periodic and crawl on year to date.
The middle pathRecalculate stored views only for the entities that changed, so a late adjustment to one country does not reprice the whole application. The practical setting for most groups once the entity count grows.

The slow-grid diagnosis method, the Activity Report and the five causes, lives on Smart View performance, and computed to-date views are cause five. In the owned warehouse, the star schema we recommend building beside FCCS on your own cloud, mapped here, land periodic at level zero and derive the to-date readings in the query, one stored view of the truth, the accumulations computed where computation is cheap, and never sum across views, they contain each other by design. Member behavior verified against Oracle's documentation, July 2026.

Grids quick on periodic, crawling on year to date?
That is a storage decision showing its bill. We size the tradeoff for your close calendar and set it once, deliberately.
Talk to us
Terms on this page
view
The span a number is read over. Same cell, three readings.
as-of reading
Where things stand, not what just happened. The balance sheet's nature.
stored views
To-date readings written at consolidation. Size and time for speed.
rule members
The computed alternative, assembled at retrieve. Lean, and slower to open.