By galactus on
I am building a simple business directory. Each business can have more than 1 business category (example: category 1 = apparel, category 2 = shoes). I am using a view type = list view. I would like to be able to show a list of all categories (both 1 and 2) for users to click and find businesses. Problem is I can only sort using category 1 OR category 2, not both. In theory some businesses would appear twice, once under each category. I am new to Views, perhaps I am missing something? Any help would be great.