In tab header the number of rows are displayed.
Can we get the display of the number of rows which we call through a prefilter.
In the prefilter I make a filter on product.
In the example we should get 0 instead of 3
In tab header the number of rows are displayed.
Can we get the display of the number of rows which we call through a prefilter.
In the prefilter I make a filter on product.
In the example we should get 0 instead of 3
Hi H. Lukassen,
That is not possible currently. The Badge procedure that shows the number next to the Tab header is based on a pre-defined query and does not know which prefilter you have activated.
There are alternatives you can use, like using Aggregation type = Count in the Grid. This will show a Count of the number of rows in the Grid in the left bottom corner of the Grid.
The Badge is there to make the user aware of a number of items that meets the condition in the Badge procedure. One of the uses is showing the number of rows that are assigned to the user.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.