cancel
Showing results for 
Search instead for 
Did you mean: 

Table Filter on model node

Former Member
0 Kudos

Hello experts!

How to have table filter on model nodes? (that is I have binded the model node to the table)

I could create table filter on value nodes but filter on model nodes doesn't work.

Please Help.

Regards,

Sam

Accepted Solutions (1)

Accepted Solutions (1)

ravindra_bollapalli2
Active Contributor
0 Kudos

hi

chekc this thread [link|]

bvr

Former Member
0 Kudos

Hi,

Directly filtering of a model node coming from backend,its not possible beacause the data is related to directly backend.

So now you have 2 diff approach to do this.

1)Either sort the output value by doing its in backend coding sorting

2) Create a separate Value node bind it to the table.

copy the data from the Model node to value node using WDCopyService and do filtering on value nodes instead of Model node.

Hope this will resolve ur problem.

Thanks

Kanai

Answers (2)

Answers (2)

former_member185086
Active Contributor
0 Kudos

Hi

If it is not working in model node then it a problem of the code or properties of Model node.

As jackson said: but SAP is trying to enforced Best Practice by limiting the use of filter only on value nodes? if correct because filter is heavy operation (for object like model node ) so should avoid these kind operation.

Best Regards

Satish Kumar

Former Member
0 Kudos

Hi there,

I am not very sure.. but it could be SAP is trying to enforced Best Practice by limiting the use of filter only on value nodes?