Skip to main content
Newcomer
October 19, 2022
Solved

Scenario Text1 as column header CV

  • October 19, 2022
  • 2 replies
  • 0 views

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

Best answer by HenriR

Hi,

You could try this syntax:

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

 

2 replies

HenriROneStream EmployeeAnswer
OneStream Employee
October 19, 2022

Hi,

You could try this syntax:

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

 

BK6Author
Newcomer
October 19, 2022

Hi Henry,

Spot on! Thx for this!