I have a grid with ACTIVE and CLOSED record.
It’s possible with the SQL statement to select only the ACTIVE record but my request is select all and show only ACTIVE record by default
If the user want to show CLOSED record it will be possible through the SEARCH/FILTER of the grid
How Can I do that :
1/ I create the grid without WHERE condition and I have all record
2/ …
Remark : I don’t want to show a start filter form before the grid, because by default we want always ACTIVE