Is there any way to create in repository measure with function like this one?
MAX(RSUM(1) BY 1)
It works great in answers but produces an error when we create measure with it.
OBIEE Error[14041] Nested Aggregation measure are currently not supported
Probably there are any functions we can use for this purpose in Repo?