PDA

View Full Version : Data Filters


viraf
02-01-2005, 06:40 AM
Hi,

I have an application that displays a set of data. I want to be able to filter this data based on selected criteria.

Is there a way that I could achieve this without having to modify each of the xpath with the new constrains.

viraf
02-01-2005, 07:23 AM
Hi, I wanted to extend this to filter on multiple criteria. For example, lets say I have a dataset with a category attribute, where the category can take on values from 1 through 9, and I want a filter that only matches on values 2, 3, 5, 7 or 9. Nodes matching 1, 4, 6, 8 will not be displayed.

How do I do this ?

Thanks.