Static link to categories

We have a categorised view where we can click on the twistie to open the category (on the web). The click url, for category F say, is typically:

…/a2?OpenView&Start=1&Count=30&Expand=7#7

We have to pass the urls for some categories to people. The problem arises when we add a new category; all the numbers get pushed down. So for example the above url for category F becomes:

…/a2?OpenView&Start=1&Count=30&Expand=8#8

So when the person with the old link tries to access category F, it displays the wrong category.

Is there any way to get a static link to category which will stay the same irrespective of new categories or deletions?

Subject: Static link to categories

You could use RestrictToCategory – particularly if the user is only interested in documents belonging to the desired category.

Subject: RE: Static link to categories

StanThat worked. You saved me a ton.

Thanks a million.