Hi
I have below code in TableRelaiton but not working
"Dimension Value".Code WHERE ("Dimension Value"."Dimension Code" :: "EMPLOYEE")
Thanks
*This post is locked for comments
This will not work because "Dimension Value"."Dimension Code" is not an option field.
You should write:
"Dimension Value".Code WHERE (Dimension Code=CONST(EMPLOYEE))
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156