Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Counting items in a Straight Table

Hi,

My Qlikview Document has a straight table, in which an expression exists that only shows data if the field level3desc_probcode = 'Maximo' or 'Syclo'.  I then have 2 List Box, one which allows me to view Open or Closed Calls and the other which allows me to view just Maximo or just Syclo Calls.

However I need to do a count of the items in the Straight table and put it in a text object.  However say there are 100 items in the field, 90 of them are Maximo 10 are Syclo.  I need it so if I click the Maximo List Box, then the text objects shows as 90, and if I select the Syclo then the text object shows as 10.

Is this possible to do.

Regards,

Jon Ditchfield

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

=Count(aggr(1, Dim1, Dim2, ..., DimN)). Replace Dim1 etc with the dimensions used in your straight table.


talk is cheap, supply exceeds demand