Skip to main content
Answer

Tab Header

  • May 5, 2021
  • 1 reply
  • 37 views

Forum|alt.badge.img+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
 

 

Best answer by Mark Jongeling

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. 

This topic has been closed for replies.

1 reply

Mark Jongeling
Administrator
Forum|alt.badge.img+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.