Scenario Text1 as column header CV

BK
New Contributor II

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|)

1 ACCEPTED SOLUTION

HenriR
New Contributor

Hi,

You could try this syntax:

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

 

View solution in original post

2 REPLIES 2

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
New Contributor II

Hi Henry,

Spot on! Thx for this!