2024 Feb 22 9:09 AM
HI I am trying to pass parameter first_name and when i pass in query and create parameter then this shows error
this is the query which used
and this is the error i receive
whereas when i use this query for Customer_ID parameter this works but not works with Name.. where is the mistake? why not working with Name
2024 Feb 22 5:04 PM
Hi Amber, in the Command query WHERE clause try putting the First_Name@ prompt in single quotes. Otherwise it's assumed that the first name parameter value is a field name.
i.e. cs.First_Name = '{?First_Name@}'
2024 Feb 23 4:58 AM