Jul 11, 2008 #1 ashleybyrdnc MIS Joined Oct 23, 2007 Messages 36 Location US Is there a way to create a parameter that if set to true then the visiability property of a group is shown?
Is there a way to create a parameter that if set to true then the visiability property of a group is shown?
Jul 11, 2008 #2 lbass Technical User Joined Feb 9, 2002 Messages 32,818 Location US Create a string parameter {?ShowGroup} with options "yes" and "no". Then use a group suppression formula like this: {?ShowGroup} = "no" -LB Upvote 0 Downvote
Create a string parameter {?ShowGroup} with options "yes" and "no". Then use a group suppression formula like this: {?ShowGroup} = "no" -LB