Monday, September 5, 2011

Passing Multiple Value Parameter To Report Using Action

Once a in a while there is a need to hard code the action link with a multiple values.  This can be done as follows. 
  1. On the action tab select the parameter to fill.
  2. Hit the Fx button
  3. =Split("ParameterValueX,ParameterValueY,ParameterValueZ",",")
    example: 
    =Split("SYSTEM DRIVE,CONTAINS DATA/LOG File(s),NO DATA/LOG File(s)", ",")

No comments:

Post a Comment