Skip to main content
Newcomer
May 18, 2022
Solved

Populate Description of Prompted Member Instead of Name

  • May 18, 2022
  • 1 reply
  • 0 views

I am creating a dashboard that compares two different scenarios (one of which is the prompted scenario). I want the header of the chart to display the description of the member instead of the name (i.e., "Forecast 3+9" instead of "FORECAST_3_9." If I input the prompt name into the description field ("|!Prompt_Scenario!|") it will return the name. Is there any way to update this to populate the description instead?

Best answer by NidhiMangtani

Try using the XFMemberProperty function:

XFMemberProperty(DimType=Scenario, Member=|!Prompt_Scenario!|, Property=Description)

Hope this helps.

1 reply

Veteran
May 19, 2022

Try using the XFMemberProperty function:

XFMemberProperty(DimType=Scenario, Member=|!Prompt_Scenario!|, Property=Description)

Hope this helps.

cogburnmlAuthor
Newcomer
May 19, 2022

That worked! Thanks so much for your help!