Forum Discussion

cogburnml's avatar
cogburnml
New Contributor II
3 years ago

Populate Description of Prompted Member Instead of Name

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...
  • NidhiMangtani's avatar
    3 years ago

    Try using the XFMemberProperty function:

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

    Hope this helps.