Hello,
I've got a web form that accepts user input. One of the options for the user is "All Salespeople", which amounts to all salespeople in that person's sales division. I've already found a way to gather the salespeople from the person's sales division into a comma delimited list, and place it on the form. My question will be how to get Crystal to display only the information for those salespeople. I'm sure I can do this with a stored procedure, but that would require writing a lot of extra code.
What I'm trying to do is something like this in the select expert:
{FIN_AccountManagerMatrix.account_manager_sales_person_id_int} in ({?AcctMgrID})
where {?AcctMgrID} is a comma delimited list. Is this possible?
Thanks,
Peter
I've got a web form that accepts user input. One of the options for the user is "All Salespeople", which amounts to all salespeople in that person's sales division. I've already found a way to gather the salespeople from the person's sales division into a comma delimited list, and place it on the form. My question will be how to get Crystal to display only the information for those salespeople. I'm sure I can do this with a stored procedure, but that would require writing a lot of extra code.
What I'm trying to do is something like this in the select expert:
{FIN_AccountManagerMatrix.account_manager_sales_person_id_int} in ({?AcctMgrID})
where {?AcctMgrID} is a comma delimited list. Is this possible?
Thanks,
Peter
![[smile] [smile] [smile]](/data/assets/smilies/smile.gif)