PDA

View Full Version : Filtering options


ericl384787
08-21-2009, 11:09 AM
Hello,

I am working on a chart where I am passing parameters to the Dynamic Web Chart to filter responses. However, what I have found is that it appears that I can only have one filter in the chart.

I have found a situation for one of our clients where I actually need to be able to have two parameters that I am filtering on. Is this possible? If so how would I do this?

Eric Lommatsch

Jimmy Wu
08-21-2009, 02:58 PM
There is no way to add a filter on two parameters using the wizard, but if you are familiar with coding SQL you can change the query directly in [filename]_data[num].[serverLang] file to filter on more than one parameter.