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
Post a Comment