MJ1705
17 days agoNew Contributor II
Parameter Issue in Cube View Formatting
Hi,
So I am using one Parameter in Cube View Formatting where I am facing some issue.
So there are 11 Forecast Scenario in my application.
Fy25Fcst1, Fy25Fcst2 through Fy25Fcst11.
My formatting rule is set in this way-
If ([|!Scenario_WaterFall_MemberList!|] Contains Fcst2) Then
***Condition***
End If
This is working perfectly for scenario 2 through 11 but even if I select 10, this shows the result of 1 as well.
To negate this I tried to replace the condition with
If ([|!Scenario_WaterFall_MemberList!|] EndsWith Fcst2) Then
But this is not working. Can anyone let me know what can be done to resolve this issue. Thanks.
JackLacavaKrishna