pwilson
July 24th, 2007, 04:34 PM
Does any one how to set it up so that a user can select all as opposed to indiviual or mulitple results when using a parameter field?
|
Click to See Complete Forum and Search --> : Select All pwilson July 24th, 2007, 04:34 PM Does any one how to set it up so that a user can select all as opposed to indiviual or mulitple results when using a parameter field? tgarner444 July 25th, 2007, 12:02 PM First, in setting up the parameter, one of the options is "All". Then, in setting up the "select" use something like: If {?parameter} = "All" then true Else {field} = {?parameter} codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |