I am trying to create an expression on a sales quote report for the 'hidden' property in visual studio - to hide lines of the quote according to what I specify.
I am using the 'iif(' function which is fine for some things, but also need to show/hide based on whether the sales line type is 'item' or 'resource' and it seems to need a Boolean rather than specifying 'iif(saleslinetype=resource)'.
How can I show/hide the lines I need based on sales line type?
Thank you
*This post is locked for comments
I have the same question (0)