Skip to main content
February 8, 2024
Solved

Using cube description rather than cube name

  • February 8, 2024
  • 1 reply
  • 0 views

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

Best answer by JackLacava

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.

1 reply

February 9, 2024

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.