ssrs 2008 - expression for if condition where i used both parameter and field values in with in if condition -


i have written expression below ,but showing error ,can 1 me this....

=iif(parameters!plan.value=="all",iif(fields!plan.value=="freedom",count(fields!no_of_admissions.value),0), 0)

thanks in advance.

take @ this.

without detail i'm thinking want this.

=iif(parameters!plan.value="all" , fields!plan.value="freedom", count(fields!no_of_admissions.value),0) 

Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -