Add filters to pivotchart Filter dropzone

E

Effie

Hi!
How can i add more then 1 filter to the chart filter dropzone?
i'm tring the following:
Chartspace1.SetData c.chDimFilter, c.chDataBound,"Item_A"
Chartspace1.SetData c.chDimFilter, c.chDataBound,"Item_B"

but only the last one exist on the filter dropzone.

TIA, Effie
 
E

Effie

Solved my issue

for the sake of all developers who struggle with the OWC;

Chartspace1.SetData c.chDimFilter, c.chDataBound,Array("Item_A","Item_B")
 

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