Simple Groovy Part 5 – Cross-Cube Grids
So far everything has happened inside one cube. Part 3 read from it, Part 4 wrote back to it. But…
Simple Groovy Part 4 – Writeback
Reading was only part of it After collecting all the data you need, the next step is to write the…
Simple Groovy Part 3 – FlexibleDataGridDefinitionBuilder
Arguably the most important topic FlexibleDataGridDefinitionBuilder is the new DataGridDefinitionBuilder. It provides a more flexible and intuitive way to define…
Simple Groovy Part 2 – Validation
Let’s start with validation. Validation is an important part of the user experience when running a rule on save. Before…
Map Variables in Groovy
It sounds simple, but even as a Groovy practitioner I still forget how it works. Maybe this one is a…
Updating Attribute using SmartList and Groovy
Attribute dimensions are great for grouping data and reporting but updating attributes can be a cumbersome task for administrators. The…
Simple Groovy Part 1 – Collect edited cells
We are starting a five-part series on writing Groovy scripts in EPBCS. Summary Let’s start with something simple: reading what’s…
Prevent users from submitting zeros
Do you have users who love submitting zeros on forms? What if I told you there’s a way to prevent…
Get Scenario Properties using Groovy
When writing a Groovy rule, it’s important to capture the start year of the Scenario member so you can perform…
Oracle Intelligent Performance Management (IPM) – Auto Predict
Recently, I was able to test out the IPM tools in EPBCS. We utilized Auto Predict and all three of…