A
Ant
I'm trying to filter a repeating table, the data source of which is a Web
Service. The Web Service being invoked returns many rows, but I'm only
interested in about 15 that are returned. I know the exact values returned in
one of the table columns, so I am filtering on these values. Unfortunately,
InfoPath only allows up to 5 such tests on 'equal to' being 'or'd together. I
can't just add a second or third filter, as the first filter restricts the
records available. I've tried to use XPath (my knowledge of which is sadly
lacking), but it keeps complaining that my query is not a node set, so I
figured I can only perform one conditional test.
For one reason or another, I'm only interested in the style sheet that
InfoPath produces. This will be run from another program to display the data
as designed in InfoPath. So I can't use any InfoPath scripting (which is just
as well, as I'm not familiar with that either).
Any ideas/suggestions as to how I can filter the data I need?
Service. The Web Service being invoked returns many rows, but I'm only
interested in about 15 that are returned. I know the exact values returned in
one of the table columns, so I am filtering on these values. Unfortunately,
InfoPath only allows up to 5 such tests on 'equal to' being 'or'd together. I
can't just add a second or third filter, as the first filter restricts the
records available. I've tried to use XPath (my knowledge of which is sadly
lacking), but it keeps complaining that my query is not a node set, so I
figured I can only perform one conditional test.
For one reason or another, I'm only interested in the style sheet that
InfoPath produces. This will be run from another program to display the data
as designed in InfoPath. So I can't use any InfoPath scripting (which is just
as well, as I'm not familiar with that either).
Any ideas/suggestions as to how I can filter the data I need?