Dear All,
I am creating a small customisation, and I need to filter the G/L Account table. My only issue is that the user may insert a long filtering sting, which exceeds the 20 characters. How should i go about it. Please note that I couldn't tell exactly what filtering string the user would insert, therefore inserting multiple OR through the Setfilter is not an option.
Regards,
Sabzam
0
Comments
sounds like you want to filter on account no. With setfilter() you can set a filter with up to ~250 characters. What is the issue?
with best regards
Jens
I've managed to solve it, as I had to set the Setfilter without the % parameter.
Thanks