Skip to main content
shreeharshan0678
August 23, 2022
Solved

How to suppress rows in record view grid based on some condition and only show when a button is clicked.

  • August 23, 2022
  • 4 replies
  • 0 views

How to suppress rows in record view grid based on some condition, and expand the hidden rows after button is clicked.

Best answer by deepakg681722

You can set the filter variable value to null and while filtering use condition to not run the filter if the filter variable value is null

4 replies

shreeharshan0678
August 23, 2022

I know how to suppress rows(using filters) but don't know how to expand those data after click on a button.

August 23, 2022

You can set the filter variable value to null and while filtering use condition to not run the filter if the filter variable value is null

shreeharshan0678
August 23, 2022

Thank you very much