I have a grid for product management and we are wanting to add the RouteId to the grid. I added it as a view since there are some calculations done to make sure it's the Active Route. I also did the view because you can't sort/filter by display methods.
Now I can sort and filter. However, I can only filter on items that exist. We're wanting to basically see all the "blank" fields(ie, still need a Route). This would be anything that 1) doesn't have an active route and 2) has no route period. This is becoming an issue because filtering for nothing gives you nothing.
I've created a manual filter that combines a a NotExist join with a Not Approved query. However, I'd prefer something more fluid and works better with the built in filtering system. Does anyone have any suggestions for me?
Thanks!
*This post is locked for comments
I have the same question (0)