hi all,
I have a major problem, i have created a search form where users can select their criteria to search for a customer profile. the search form consist of a few textboxes.
eg. if User A wants to search by "name", he can just simply type the name in the textbox and all the profile of all the "name" will appear. He can also choose more than one search criteria. that is to say he can choose search by " name" and "country" just by entering the criteria he wants in the approriate textboxes.
Question:
all i did was creating the expressions in the expression builder. joining the expressions together using the
"AND" constant right?
eg. "country" AND "name" AND "company name"
but in this case all the textboxes in the "country", "name" and "company name" needs to be specify or else nothing will be displayed.
so lets say i only want to search by only "name this time. how do i mask off the "AND" constant in this case
I have a major problem, i have created a search form where users can select their criteria to search for a customer profile. the search form consist of a few textboxes.
eg. if User A wants to search by "name", he can just simply type the name in the textbox and all the profile of all the "name" will appear. He can also choose more than one search criteria. that is to say he can choose search by " name" and "country" just by entering the criteria he wants in the approriate textboxes.
Question:
all i did was creating the expressions in the expression builder. joining the expressions together using the
"AND" constant right?
eg. "country" AND "name" AND "company name"
but in this case all the textboxes in the "country", "name" and "company name" needs to be specify or else nothing will be displayed.
so lets say i only want to search by only "name this time. how do i mask off the "AND" constant in this case