Filter for Load Collection event

Hi,

in Mongoose I am trying to use Filter on my Load Collection Event. But I don't know how is proper syntax when I need to use two parameters in Filter.

I try to use space, comma, semicolon between Filter parameters, but all the time I am receiving syntax error.

Please what is a proper syntax for this?

Thanks.

  • Now I found "solution" using Filter phrase like this:

    username=FV(varCurrUser) AND bu=FV(varBU)

    But it is still not working. No syntax error now, but completely ignoring second parameter, and returns records which corresponding on condition with username, but not with bu parameter.

    EDIT:

    Sorry my bad, this is working just fine.