Hi, Alexander!

1. How can I figure out which restricted group categories I am in?

About subscription types on DC: 

1. General subscription to all posts, answers, and its comments.

You can setup this on Subscription/Content types page:

 

2. Subscription to Groups and Tags.

You can subscribe to the Groups and Tags as you mentioned in your question.

All your subscriptions to this stuff can be managed on Subscription/Categories page:

 

 

3. Subscription to particular topics. 

If you favorited (star) the page, or answered/commented it, you are automatically subscribed to the page. 

To alter the list of this subscriptions open Subscription/Page/Threads page:

 

2. How do you actually unsubscribe from those categories.

You can do that in the settings, as listed above.

Also with the latest DC release, we improved the notifications, so once you get the notification now, there is the related unsubscribe button which leads to a right place to unsubscribe from these type of notifications.

Hi, John!

Thanks for the feedback.

Re #4, I just went through the 46 pages that the "unanswered" filter returned, looking for questions I asked in order to pick an accepted answer. Could I have done that more easily than scanning each of the 46 pages one at a time?

Very good question.

There are two ways at the moment:

1. Walk through your posts (Member's posts can bu found on member's page).

But there are questions and articles together.

2. Filter your questions on the analytics page.

Hi, Alessandro! Thanks! 

Yes, I was asking about how to show the number of rows.

I managed one approach with Expression on the Column and introducing Total like this:

 

With the MDX Expression:

SELECT NON EMPTY {[Measures].[Amount Sold],%LABEL(1,"To calculate the rows","")} ON 0,NON EMPTY [Outlet].[H1].[Region].Members ON 1 FROM [HOLEFOODS]

Along with the setting for the Pivot in Analyser to show the Grand Total.

So, do you have the way to make it via MDX only?