Options

Create field to filter Option Field

damkjerdamkjer Member Posts: 12
I'm creating a special matrix style page (build with PAG99000919 as template in NAV2015). On this i need to have a filter on an option field where I can choose one or more of the option entries.

I don't seem to be able to do that - I only get the possibility to choose one of the values - not as using a filter in Advanced Filter on an option field where I can "tick the boxes" for the relevant options.

Is there a way to achieve this? Hope it makes sense :wink:

Comments

  • Options
    RainerRainer Member Posts: 103
    Should it maybe be possible to do this by some code? If yes maybe use..

    SETFILTER("Field One",'%1|%2|%3',Option_1,Option_2,Option3)

    or

    SETFILTER("Field One",'%1..%2|%7',Option_1,Option_4,Option7)

    I dont know if this can help you.

    Cheers
    Kind Regards

    E-mail: info@rainerbay.dk
    Skype: rainerbaydk
  • Options
    damkjerdamkjer Member Posts: 12
    Thanks Rainer, but doesn't make the trick.
Sign In or Register to comment.