Home Authors Posts by Ahmet Daylan

Ahmet Daylan

Ahmet Daylan
28 POSTS 0 COMMENTS

Groovy – Manage Approvals

0
Using approvals basically allows you to monitor and manage your workflow within the specified process. Approvals help you manage the corporate planning process and gives you chance to formalise approval authorities with using validation...

Groovy – Excel.NPV – Net Present Value

0
Starting from September 2020 release (20.09), you can now call Excel financial functions in Groovy. This is great news, this means Groovy scripts will be more powerful. Excel functions are very rich and can...

Groovy – ASO Version Copy

0
Array of possibilities in Groovy is endless. In Today's world, you can build advanced business logic in ASO cubes while you are taking advantage of ASO capabilities. Classical way of building business logic in...

Groovy – Check Status of Multiple Jobs

0
Referring to my earlier post on Parallel Data Export. One of the follow up questions was about extending the logic to check all running export jobs. If you are triggering more than one job...

Groovy – Parallel Data Export

0
Have you ever needed to do a large export from your epm cloud instance ? You might be familiar with defining an export job. In this post, I will talk about splitting an existing...

Groovy – Read from Virtual Grids

0
With groovy you can create virtual grids in your business rules that can read directly from your application’s cubes. Please refer to my earlier blog Rest API - Export Data Slices where we explored...

Rest API – Cube Refresh

0
Moving on Rest API series, please visit Rest API – Export Data Slices to see details on how to setup user to connect to Rest API service. To do Cube refresh or call any jobs,...

Rest API – Export Data Slices

0
Have you ever needed to retrieve data point from your epm cloud application? Well sure you can have a smart view query to see the data with the right intersection. For instance, let’s say...