Thursday, November 21, 2013

Filters, use a conditional expression for the value using the IN operator

Yes, I'm aware that this error typicaly occurs when referencing a field not part of the dataset, however, the line below works:


= iif((Parameters!ShowAll.Value=TRUE),1, 3)


but it fails when using an list in a string like "1,2,3"


No comments:

Post a Comment