Restrict To Category

I have an action button in a form that opens a view for web users.

However, I can’t restrict the view to a single category. The URL is correct, but no matter what category I enter, all documents in the view are displayed.

The view has three columns, and only the first one is categorized.

What am i doing wrong?

Subject: How do you know the URL is correct?

What’s your formula? We are not psychic (at least I’m not).

Subject: Here it is

OK, guess I should have clarified that.

The URL generated is http://[servername]/[database name]/[view name]?OpenView&RestrictToCategory=[category name]

Subject: you haven’t added much information

I asked two questions and you didn’t answer either of them.

The problem is nearly always in the details. So for instance this URL: http://www-10.lotus.com/ldd/nd85forum.nsf/PlatformAllThreadedWeb?OpenView&RestrictToCategory=AIX

matches your pattern, and it does work. So there’s something about your specific URL or your specific view or the way you’ve embedded it in the form you’re displaying it in, that’s stopping it from working. But you’ve given few specifics.

I only respond twice to a given thread, so I’m bowing out of this one. I hope you can figure it out. If you add some details perhaps someone else can help. Try to think of some tests you can do to narrow down the source of the problem. For instance, rename your view template form(s) and see whether you have the same problem with the default view rendering.

Subject: Check for invalid characters

Check that your categories do not contain spaces or any other characters that are not valid in URLs.