How to ignore specific rows when sorting
How to ignore specific rows when sorting

I have a table of users on my system whith a column of profile id ranging from 1 to 5.
What I need is for sorting is to ignore the number '5' ids and not display these records
Does anyone know if this is even possible?
This discussion has been closed.