reporting services - SSRS Report Parameter Available Values setting -


i trying set available values on ssrs report parameter properties. wish can add images not enough reputation.

when select 'get values query', don't have problem. however, message when trying use 'specify values'

"field cannot used in report parameter expressions."

i using following expression. appreciated.

=first(fields!eventcode1.value, "history2") 

you cannot use same dataset "history2" field (column in report design) , in parameter list. create different dataset required value , use in parameter.


Comments

Popular posts from this blog

Java 8 + Maven Javadoc plugin: Error fetching URL -

android - How to delete or change the searchview icon inside the SearchView actionBar? -

c++ - Msgpack packing bools bug -