Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Wild Card problem for select option

Former Member
0 Likes
557

Hello Gurus,

Could you please help me for the below problem.

In my program, I have select option, for that if give * then it executes fine but if i give * something, to retrieve the data starting with c for ex: c * then its doesn't retrieve the data.

Thank u...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
534

Hi,

If you are using wild card search, in your select statement you use as below :

where fieldname = 'C%'.

Thanks,

Sriram Ponna.

Hello Gurus,

Could you please help me for the below problem.

In my program, I have select option, for that if give * then it executes fine but if i give * something, to retrieve the data starting with c for ex: c * then its doesn't retrieve the data.

Thank u...

3 REPLIES 3
Read only

vinod_vemuru2
Active Contributor
0 Likes
534

Hi,

Please check ur table with the same conditions of the where clause.If u are including data then check so_xxx-option value.

It should be 'CA'.

Thanks,

Vinod.

Read only

Former Member
0 Likes
534

Check if your table has the entries for c* (starting with c) ..

Read only

Former Member
0 Likes
535

Hi,

If you are using wild card search, in your select statement you use as below :

where fieldname = 'C%'.

Thanks,

Sriram Ponna.