Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ignore Selection In a Text Object

I have a very simple text object:

=num(Count(FanID),'#,###')

I'd like to duplicate this and have it ignore selections, so that you can see how many fans you have selected out of the total amount.

For example, as you drill down in the application, I'd like to see that 10/100 people meet the current selection criteria while showing both numbers.

any suggestions would be very helpful!

thank you!

1 Solution

Accepted Solutions
stigchel
Partner - Master
Partner - Master

To disregard selections use

=num(Count({1} FanID),'#,###')

View solution in original post

3 Replies
stigchel
Partner - Master
Partner - Master

To disregard selections use

=num(Count({1} FanID),'#,###')

Frank_Hartmann
Master II
Master II

what about this?

num(Count({1}FanID),'#,###')

stigchel
Partner - Master
Partner - Master

The technique used is called Set Analysis, the 1 stands for

IdentifierDescription
1Represents the full set of all the records in the application, irrespective of any selections made.

More on this topic

Set analysis and set expressions ‒ QlikView