reporting services - SSRS Multi Value Parameter. Check whether "Select All" is selected -



reporting services - SSRS Multi Value Parameter. Check whether "Select All" is selected -

i have multi value parameter in ssrs report. want find out whether (select all) checked in parameter.

in other words, whether values in parameter checked or values checked.

is possible?

i able find out number of selected values through parameters!parameter.count. there way find out total of items in parameter?

in case still having issues doing this, coded easy fix.

=iif(countrows("dataset").equals(parameters!parameter.count),"it equal","this not equal")

reporting-services parameters multivalue

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -