on 2012 Feb 16 9:48 PM
Hi guys,
I see where i can have a prompt for a Query filter...
but
i think what i want is even easier.
i have a field called open which is true or false.
what i need is to prompt if the user wants to see
the open data or not.
do I need a special version of Crystal to do this?
thanks
timalaugh
Have this open column at last in the details tab....
Create a formula which returns boolean 0/1
say 0 is returned, if user sets "open" as TRUE
1 is returned 1 if user sets "open" as FALSE
Conditionally suppress the column "open" based on the Boolean value returned
Thanks,
G
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
First of all you would need to create a parameter of type 'Boolean'.
You can then create a Record Selection Formula to filter the records:
if {?Parameter_Name} = True then = "True"
Hope this helps!
-Abhilash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.