I am currently creating a dashboard for internal use and using it to further my training in SharePoint 2007.
I am using MOSS2007 and the querystring filter to create a single page to show various information based on the querystring passed back to the page.
I have a list of contacts that has a custom column added to it which can contain multiple values. It's this column that is getting filtered by the QueryString Filter webpart. The main issue I am experiencing is that I need to have the column being filtered on the page, but this is making the list unusable due to the amount of information in that column. What would be nice is to be able to hide that column from being displayed, any ideas on how to do this?
Adam
I gave up on that idea and used SPD to create the page, much easier.