Friday, February 17, 2012

Counting items selected in MVP

Hey All,
Is there a way to find out the number of items selected in a multi-value
paramter?
I would like to know if the user has selected 1, 2,...n values for a single
parameter.
Thanks in advance,
Michael CTry:
=Parameters!MV1.Count|||Would something like this work for out:
Parameters!my_param.Value.Split(",").Length
> Hey All,
> Is there a way to find out the number of items selected in a
> multi-value
> paramter?
> I would like to know if the user has selected 1, 2,...n values for a
> single
> parameter.
> Thanks in advance,
> Michael C
>

No comments:

Post a Comment