The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
michaelkeung
2 years agoNew Contributor III
Book if statement
Hi, My company has entities 2,5,8,N,U,O,X,Z. When I prepare the loop and if statement in the books; not sure why I could only use the if statement for N/U/O/X/Z but not 2/5/8. I have tried differ...
- 2 years ago
Finally I fixed it by not reading the entity name but its member property of its currency:
(XFMemberProperty(DimType=Entity, Member=|Loop1Variable| , Property=Currency) = [USD])
Thomas_Bennett
2 years agoNew Contributor III
I think you need to wrap the parameters in square brackets. Image is of a working if statement in our app. Good luck!
Related Content
- 3 years ago
- 2 years ago