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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Concat text in expression

Hello, I'd like to have the title of a table with a text and an expression like that :

"Number of records :" + Count([field])

How can I do that?

Thanks

1 Solution

Accepted Solutions
its_anandrjs
Champion III
Champion III

Go like this way

='Number of records :' &Count([field])



Hope this helps

View solution in original post

4 Replies
its_anandrjs
Champion III
Champion III

Go like this way

='Number of records :' &Count([field])



Hope this helps

maxgro
MVP
MVP

='Number of records : ' & num(count(field), '#,##0')

Not applicable
Author

I Thank everyone for the reply.

LT

its_anandrjs
Champion III
Champion III

If you got correct answer from thread so mark it correct so other can refer this.

Thanks & Regards