Forum Discussion
TechTitan
New Contributor
Hi MG,
Below are the screenshots of the configuration and error:
Please let me know if this helps clarify the issue.
jana_seinige
3 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
- KarlT3 months agoContributor III
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