Forum Discussion

BK's avatar
BK
New Contributor II
3 years ago

Scenario Text1 as column header CV

Hi, 

In a forecast scenario I have placed some text in the "Custom settings" Text 1

What it the syntax to get this text1 into my header of the CV?

T#Year(|WFYearNext1|)Q1:S#WF:name(|Text1|)

  • Hi,

    You could try this syntax:

    T#Year(|WFYearNext1|)Q1:S#WF:Name(S#XFMemberProperty(DimType=Scenario, Member=|WFScenario|, Property=Text1)

     

  • HenriR's avatar
    HenriR
    New Contributor

    Hi,

    You could try this syntax:

    T#Year(|WFYearNext1|)Q1:S#WF:Name(S#XFMemberProperty(DimType=Scenario, Member=|WFScenario|, Property=Text1)

     

  • BK's avatar
    BK
    New Contributor II

    Hi Henry,

    Spot on! Thx for this!