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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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