Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Skip the ticket, Chat with Qlik Support instead for instant assistance.
cancel
Showing results for 
Search instead for 
Did you mean: 
eiconsulting
Partner - Creator
Partner - Creator

X records of a total Y

I saw this TextBox (?) under a graph in some examples... cannot remember where...

Anybody can give me the expression to do that?

Flavio

1 Solution

Accepted Solutions
Not applicable

Hi Flavio;

= 'Records select (' & Count (DISTINCT [Key]) & '/' & Count (DISTINCT ALL [Key]) ')'

Tomas

View solution in original post

2 Replies
Not applicable

Hi Flavio;

= 'Records select (' & Count (DISTINCT [Key]) & '/' & Count (DISTINCT ALL [Key]) ')'

Tomas

prieper
Master II
Master II

Hi,

the above to be entered then under Properties -> Presentation -> Text in Chart.

Usually this will then be shown in a small box in the upper left of the chart. You need to press Cntr+Shift and mouseclick to move and resize the object.

HTH

Peter