cancel
Showing results for 
Search instead for 
Did you mean: 

Change Displayed Table entries with Button action

Former Member
0 Kudos

Folks,

need help.

I need to change displayed entries in a table view depends on button action. Like, table has both Positive and Negative values of amount (along with lot many fields). Now we have two buttons on view "Positive" and "Negative". All i want to do is just change the display of entries. If positive button clicked, show only Positive entries and show Negative entries when you press "Negative". I do not want to delete any entries at database level.

any idea How can i do that. any reference to standard component will also be good.

Thanks in Advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

found alternative solution.

created a "Personalization Filter".

Thanks.

Former Member
0 Kudos

any help folks.

Pls.

former_member188098
Active Contributor
0 Kudos

Hi Jhon,

if you have to buttons , then in their event write code to fetch value from table and display it accordingly.

In event of positive button fetch positive values and display on UI and same in event of negative button fetch negative values and display . You don't need to delete any values

Regards,

Harish