cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering Node-Elements

Former Member
0 Kudos

Hi,

I want to filter the elements of a node. What is the best way to do it?

Greetings

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I get from a webservices 1000 records. I want integrate an ovs. The webservice delivers every all 1000 records. He has no filter methods. Therefore I must integrated an filter for the value node elements

Former Member
0 Kudos

Hi Thomas,

I assume you are adding items to your context programmatically, at runtime. If this is the case, you can select which of the records to add to your context, and which to ignore in your code.

However, I guess you have already thought of this. Perhaps you can post your section of code where you add data items to your context so that we can understand what you are attempting.

Walter

Former Member
0 Kudos

I adding items not at runtime. I have bound an webservice-model to the value node. after this binding i want to filter the node "rows".

sample - "node employee":

carinality 0:n

- id (int)

- firstname (String)

- lastname (String)

... some fields

I want integrated an ovs so that I can filter for field "lastname". My webservice has no filtermethod so that I must filter on the node.

Former Member
0 Kudos

Please can you be specific and explain exactly what you are trying to achieve.

Walter