0

Hi I have a multivalued parameter 'location' in which i am specifying values in parameter like 'Dallas','Chicago','Seattle'.how can i set the default value to 'Select ALL' I know how to make if values are from query,but how can i make all of them default when values are specified. thanks in advance

SqlLearner
  • 763
  • 8
  • 23
  • 37

2 Answers2

0

below link might be helpful for your approach.

http://blog.hoegaerden.be/2013/12/18/the-select-all-parameter-option-ssrs/

0537
  • 993
  • 8
  • 15
  • 32
0

Right click Parameter > Properties > Default values and Use the same method you used to provide 'Available values' for that same parameter, so either specify values or use query. Hope this helps.

Wojtek

wiciuo
  • 95
  • 1
  • 9