ROB BLOG
Various Technical Snippets and Findings.
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.
On the action tab select the parameter to fill.
Hit the Fx button
=Split("ParameterValueX,ParameterValueY,ParameterValueZ",",")
example:
=Split(
"SYSTEM DRIVE,CONTAINS DATA/LOG File(s),NO DATA/LOG File(s)"
,
","
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment