CRITERE not filtering user input

SOLVED

Hi there,

When I filter a left list in a specific with CRITERE, the filters imputed by the user are ignored.

I'm trying to filter left list in a specific.

This is my code:

$CLE_GAUCHE
Default File [YCRG]
  If currbox = "GAU_CHE1"
    CRITERE = 'YESTADOP<3 & CREUSR='+"'"+GUSER+"'"
  Elsif currbox = "GAU_CHE2"
    CRITERE = 'YESTADOP=3 & CREUSR='+"'"+GUSER+"'"
  Else
    CRITERE = 'CREUSR='+"'"+GUSER+"'"
  Endif
Return

My filter is working just fine, but whenever the user inputs something, SAGE X3 ignores it completely as you can see in the picture below:

I also tried using FILTSUP instead of CRITERE, but with FILTSUP, SAGE doesn't event filter left list with my code.

Can someone please help me out?

Best Regards