Forum Discussion
TechTitan
12 months agoNew Contributor II
Hi MG,
Below are the screenshots of the configuration and error:
Please let me know if this helps clarify the issue.
jana_seinige
11 months agoContributor II
you need to say
if api.pov.cons.name = "OwnerPostAd" Then
api.data.calculate... (remove the cons dimension from there)
end if
- KarlT11 months ago
OneStream Employee
I would always use the member ID instead to avoid risks of spelling mistakes or other errors that the compiler can't detect:
If api.pov.Cons.MemberId = DimConstants.OwnerPostAdj Then
Related Content
- 3 years ago