cancel
Showing results for 
Search instead for 
Did you mean: 

User-defined functions in universe

Former Member
0 Kudos

Hi!

Is it possible to create something like user-defined function in the universe?

In my universe I have a lot of objects with 3 measures from database tables (base measures) and 3 calculated measures (calculations are made on base measures). Calculation formula is the same for all objects, so I think that I should have something like a function with a signature:

userFunction(baseMeasure1, baseMeasure2, baseMeasure3)

And I hould use this function in all objects.

Any way to implement this approach?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182521
Active Contributor
0 Kudos

Can we try creating the required function in database level and utilize the same in universe.

I feel this is the right way to proceed.

Former Member
0 Kudos

Hi!

There is no database, just excel-file via ODBC.