Long Filtering

sabzamsabzam Member Posts: 1,149
edited 2015-05-18 in NAV Three Tier
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

Comments

  • jglathejglathe Member Posts: 639
    Hi,

    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
  • sabzamsabzam Member Posts: 1,149
    Hi,

    I've managed to solve it, as I had to set the Setfilter without the % parameter.

    Thanks
Sign In or Register to comment.