Expression not working

So I have my project page and once the status goes to completed I want it to not show on the page. I made a slice and put in the row filter condition ([STATUS] <> “Completed”) but the job is still there. What am I doing wrong?

0 4 104
4 REPLIES 4

Aurelien
Google Developer Expert
Google Developer Expert

Hi @annamarielhfr

Some basics to check:

  1. is your view based on your slice ?
  2. Column [STATUS] ==> is type “Enum” ?
  3. if so, is “Completed” part of available values ? (purpose is to avoid some mistyping)

Idk understand 1 or 2. I’m super new to this but yes “Completed” an available value. I even copy and pasted it.

For point 1:

This is the problem.

Top Labels in this Space