Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Question

I want to filter SKUs that are less then 11 characters long. I need to do it in

...

the UI.

...

hiddentrue

...

Answer

The key is to use 'does not contain' filter with underscores. One underscore _ is a placeholder for a single character. To exclude values that have 11 or more characters you need:

does not contain __________ (11 underscores)