cancel
Showing results for 
Search instead for 
Did you mean: 

How do you show only some rows in a table and not the entire result?

Former Member
0 Kudos

Hi!

I'm currently creating an application where I show some fetched data in a DB on a Table. My problem is that I need a checker if the data should be shown or not in the table, but at the same time, it will not be removed from the elements in the context node. It's something like just "hiding" that row in the table, but the data is still present in the context.

Is there a way to do this?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

p_2_5_6_9_6_0
Active Participant
0 Kudos

Hi,

A Table Filter allows you to do filtering based on some criteria.

Here is an excellent Tutorial: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f024364b-3086-2b10-b2be-c0ed7d33...

Another approach is to create a dynamic select query that will only show the results you need.

Hope that helps.

Thanks.

p256960.

Former Member
0 Kudos

Hi!

Thanks for the link! It's definitely helpful. Will try that approach and see if it works.