pivot chart legend shows "Sum of"

M

matthijs

Hello,

I have a query that I want to show in the pivot chart view. The legend shows
the field with "Sum of" in front. Even when I use an alias the "Sum of"
stays. Can I get this removed in some other way? I know the "Sum of" is
required to create a pivot, but is there a trick of not showing it in the
legend?

SELECT [overview test].date_date, [overview test].[skids company1],
[overview test].[skids company2], [overview test].[skids company4], [overview
test].[skids company4], [overview test].[skids company5], [overview
test].[skids company6]
FROM [overview test];

Regards,

Matthijs
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top