10-19-2022 04:37 AM - last edited on 05-24-2023 04:39 AM by JackLacava
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|)
Solved! Go to Solution.
10-19-2022 08:16 AM
Hi,
You could try this syntax:
T#Year(|WFYearNext1|)Q1:S#WF:Name(S#XFMemberProperty(DimType=Scenario, Member=|WFScenario|, Property=Text1)
10-19-2022 08:16 AM
Hi,
You could try this syntax:
T#Year(|WFYearNext1|)Q1:S#WF:Name(S#XFMemberProperty(DimType=Scenario, Member=|WFScenario|, Property=Text1)
10-19-2022 08:33 AM
Hi Henry,
Spot on! Thx for this!