Using cube description rather than cube name

giutor73
New Contributor III

Hi,

is there a way to present the "Cube Root Workflow Profile" description in the workflow selection window rather than the name. So in this Example below it would say Test rather than GolfStream?

b8a1edf6-40c6-4d19-a5c3-b9505144dce3.png

Thanks

1 ACCEPTED SOLUTION

JackLacava
Community Manager
Community Manager

It's not doable, but I have a feeling that this was in the original plan and got somewhat lost in the process...

It would make for an excellent IdeaStream suggestion - simple, useful, fairly straightforward to implement (probably). Please go ahead and file it! You might also be interested in upvoting this other somewhat-related suggestion.

As an (admittedly overkill) workaround, you could have a Dashboard containing a Combobox, bound to a Parameter of type Method set to Business Rule, which executes a Dashboard DataSet retrieving that info from the database (table WorkflowProfileAttributes, the AttributeIndex is 1000), the API, or (more likely) a mix of the two.

View solution in original post

1 REPLY 1

JackLacava
Community Manager
Community Manager

It's not doable, but I have a feeling that this was in the original plan and got somewhat lost in the process...

It would make for an excellent IdeaStream suggestion - simple, useful, fairly straightforward to implement (probably). Please go ahead and file it! You might also be interested in upvoting this other somewhat-related suggestion.

As an (admittedly overkill) workaround, you could have a Dashboard containing a Combobox, bound to a Parameter of type Method set to Business Rule, which executes a Dashboard DataSet retrieving that info from the database (table WorkflowProfileAttributes, the AttributeIndex is 1000), the API, or (more likely) a mix of the two.