How to make only specific data rows visible in data grid 2

0
helloI want to hide certain data in data grid 2. How do I implement this?
asked
2 answers
1

There are multiple ways to do that using xpath or microflow.

 

answered
1

Hi Bosung,

There are multiple ways to hide the data 

1) Using XPath constraints your data

2) Using microflow filter your data & return them

 

Or Please elaborate more what you exactly want.

answered