Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I created a Serch button, which will serch the values in "Input Box"
Input box will be fed by users. They usally copy paste the values from an excel file.
The attached .qvw aplication will work fine in development, but when comes to AccessPoint, it is not working.
In Serch button I used below expression
='('&replace(trim(replace(vSearchcustomer,' ',' ') ),' ','|')&')'
Can any one help?
Could you please check with both IE plugin & Ajax client?
That makes issue sometimes.
Thanks.
In both Cases, it is not working. It is problem with syntax of Search button. because when i try to give the values with once space (eg: 000005 000013 000019 etc), it is working fine in AccessPoint too.
Did you check, which separators are inserted then instead?
Knowing this you may add another REPLACE in your formula
Peter