Compile Error: Invalid Use Of Property When Assigning a Filter ToPivot Chart

  • Thread starter Thread starter nouveauricheinvestments
  • Start date Start date
N

nouveauricheinvestments

Hi,

I'm getting an error when trying to assign a filter to a pivot chart.
It tells me 'Invalid Use Of Property'. Any ideas why? I have been
working on this for a few days now.


Form_AggregatedDataChart1.Filter = "Employee = 'ken trionfo'"
Form_AggregatedDataChart1.FilterOn
 
Try:

Forms!AggregatedDataChart1.Filter = "Employee = 'ken trionfo'"
Forms!AggregatedDataChart1.FilterOn
 
Try:

Forms!AggregatedDataChart1.Filter = "Employee = 'ken trionfo'"
Forms!AggregatedDataChart1.FilterOn

It is giving me the same error message.
 

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

Back
Top