I have a column in a grid called URL, what I want to do is to group this column by a regex value, I want to group for ex: http://www.amazon.com/some_link and http://www.amazon.com/another_link, and another group for http://www.ebay.com/some_link with http://www.ebay.com/another_one.
I have a column in a grid called URL , what I want to
Share
Not the most elegant solution, but I guess you could extract the domain (“amazon.com”, “ebay.com”) to a hidden column and group by that.