Skip to main content
Newcomer
April 11, 2023

Synthax for parent entity of E#Root.WFProfileEntities?

  • April 11, 2023
  • 2 replies
  • 0 views

Hello, I have a cube view that is driven by the workflow. In this cubeview the user sees base level entities as columns . This is achieved by using the synthax E#Root.WFProfileEntities.

At the same time I would like to add a column that totals those base level entities to see what the totals are at the parent level. Does anyone know what the syntax is? Thank you in advance for your time.

2 replies

OneStream Employee
April 11, 2023

All the member expansions are documented in the design and reference guide (accessible from ”?” icon top right in the application) on the page "Member Expansion Functions".

This said, the main problem here is: do these entities all share one single parent? If not, you won't be able to use expansions, you will have to write your own custom Member List in code.

FM26Author
Newcomer
April 12, 2023

Thank you for taking the time to explain that.