Hi-

I have created some views to display my nodes in a list which filtered by taxonomy terms. However, I have some items that are in more than one category and I want to have more control over which items in that taxonomy are shown first.

Here is more details:
I am sorting products. I have a view call "blacks" which shows all the products that have the taxonomy black. The issue is that I have some products that are more "black" than others and want to show those first. I am thinking that I should set up one CCK field called "Main Category" and one that tests if that main category is also the same as the filter for that view. Therefore I can say:

"If main category is "black" and it is equal to the filter for that view (black) it would return a value of 1. If not, it would return a value of 0. Then I sort that and all 1 would be first."

Does this make sense? I am not really a programmer, so this is a little beyond me. Thanks!