Filter values from data grid.

0
Hi All, I have let’s say 100 data in grid and have put filter on “color” column which is only giving  “red” color products (lets say 20 in number). I want this 20 data to “save as view with a name”. So, that I can see both my default “100” data and separately this ” 20” data.How can I do it with Mendix?   Thanks for your help.
asked
1 answers
3

Hi Karuna,

This is not possible out of the box, you have to create two data grids side by side or create some comparison logic to achieve this.

The easy solution can be just to add ‘Export to Excel’ button on your data grid, once you add filter and get 20 records  then export those 20 records to excel for comparison.

 

Hope this helps!

answered