Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
stekol61
Creator
Creator

Counting objects in a pivot table

Hi!

In the encosed document I want to count number of Node Id's for each Object and Tech and for the last week available.

I've tried to use this expresion but If I select several weeks the result will be aggregated

*=Count ({<Tech= {'3'} >}[Node Id])*

How can this be done?

13 Replies
stekol61
Creator
Creator
Author

OK.

Here it is

sunny_talwar

Where is Tech in this qvw?

stekol61
Creator
Creator
Author

It's incuded in the expressions. e.g. "4 Availability" is showing data for G4

stekol61
Creator
Creator
Author

e.g "MCDR (4)" looks like this:

=num(100-((sum({<Tech= {'G4'} >} [Call Fails])+sum({<Tech= {'G4'} >}[Call Drops]))/sum({<Tech= {'G4'} >}[Call Attempts]))*100,'# ##0,00')