|
-
Nov 20th, 2003, 10:47 AM
#1
Thread Starter
Fanatic Member
Parameter Field
I included a parameter field in my crystal report so that
I can report on a specific organization or ALL...
I would like to allow the user to pick "ALL" and report on all the
organizations...
How can I do that.. If the user picks "ALL"...?
Thanks in advance..
-
Nov 21st, 2003, 10:51 AM
#2
Lively Member
easiest way to do this is using selection formula
If selection formula is empty, it will show everything, if it has a value, it will compare it to the value of the chosen parameter
-
Nov 21st, 2003, 10:59 AM
#3
Thread Starter
Fanatic Member
...
Hi! I came up with the answer.. Thought it might come handy for others searching later on..
In select expert..
Use a formula (just like the one below) for this parameter field
if {?DisplayDataPerOrg} = "All" then
true
else
{MyTestRpt.OrgName} = {?DisplayDataPerOrg}
-
Nov 21st, 2003, 11:01 AM
#4
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|