cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in displaying a node in a table ui element.

Former Member
0 Kudos

Hi Experts,

I have a node which is bound to a table ui element.

ParentNode

-


item

-


flag

But I want only those elements to be displayed which have flag true.

Right now all the elements in the node are displayed.

How do I achieve this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member187990
Participant
0 Kudos

Hi,

If you are adding the rows to the table which are retrieved from the bapi,then in that check the value of flag.if it is true then add it to the table else leave it.

Explain your scenario clearly inorder to give a clear solution

Answers (1)

Answers (1)

Former Member
0 Kudos

You might want to create another value node with only values whose flag is true. Then bind this new value node to the table. There might be other ways to accomplish this but this is easiest.

hope this helps.