I need give my users the choice of selecting ALL values of a field {@Offset} vs. selecting SOME of the values in that field.
I have a Parameter set up that asks for ALL or SELECT {?SelectOffset}. I also have another parameter field {?Offset} where users can then indicate what values they want to include. Finally, I have a formula field @allorselect with the following:
if {?SelectOffset} = "All" then {@Offset} else {?Offset}
When I call for the prompts both {?SelectOffset} and {?Offset} are listed. How do I have just {?SelectOffset} in the initial list and then based upon my choice (All or SELECT) the secondary parameter pops up.
FINALLY: What in the heck do I put into selection criteria???
Thank you sooo much! I'm under a tight deadline!
Heidi
I have a Parameter set up that asks for ALL or SELECT {?SelectOffset}. I also have another parameter field {?Offset} where users can then indicate what values they want to include. Finally, I have a formula field @allorselect with the following:
if {?SelectOffset} = "All" then {@Offset} else {?Offset}
When I call for the prompts both {?SelectOffset} and {?Offset} are listed. How do I have just {?SelectOffset} in the initial list and then based upon my choice (All or SELECT) the secondary parameter pops up.
FINALLY: What in the heck do I put into selection criteria???
Thank you sooo much! I'm under a tight deadline!
Heidi