I want to creat a single parameter value that selects a number of different values from a particular field.
e.g. I want to select "team", but I only have staff names and not team in my database.
Crystal Version
Database and connection
Sample input data
expected output
Based on what you stated, are you wanting to select staff names to be part of a "Team" or do the staff names already belong to a "Team"?
If you want to assign staff names to a "team", then
//@TEAM
Select {table.staffname)
Case "JOE NAMATH" : "JETS"
Case "MATT SNELL" : "JETS"
Case "JOHN UNITAS" : "COLTS"
Case "PAUL WARFIELD" : "COLTS"
Case "DARYL LAMONICA" : "RAIDERS"
Case "FRED BELITNOKOFF"" : "RAIDERS"
DEFAULT: "UNKNOWN"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.