i have report in crystal xi and sql server.
my report will have about 4 or 5 parameters
i want to give the user the option to pick all
how would i do that in my sql server query that i wrote.
is there away to do it in my query and not in crystal?
if i cant do it in my query, how would i do it in crystal
where main.user_id = '{?User_ID}'
and( main.action_date > = {?Action Date Start}
and main.action_date <= {?Action Date End})
my report will have about 4 or 5 parameters
i want to give the user the option to pick all
how would i do that in my sql server query that i wrote.
is there away to do it in my query and not in crystal?
if i cant do it in my query, how would i do it in crystal
where main.user_id = '{?User_ID}'
and( main.action_date > = {?Action Date Start}
and main.action_date <= {?Action Date End})