That's simply a null filter. If product line is null do you want to see it.
On that report make one entry of product line null, for example:
case
when [C].[C_Great_outdoors_data_module].[page_3].[Product_line] not starts with 'M'
then [C].[C_Great_outdoors_data_module].[page_3].[Product_line]
end
and then run the report, you will see a null entry instead of Mountaineering Equipment. The use of toggle will be easy to see then.
------------------------------
Marc Reed
------------------------------