Solved

Tab Header

  • 5 May 2021
  • 1 reply
  • 31 views

Badge +4

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
 

 

icon

Best answer by Mark Jongeling 5 May 2021, 11:19

View original

1 reply

Userlevel 7
Badge +23

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.

Subjects Aggregation type - Count of rows visible in left bottom corner

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. 

Reply