Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP 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

Go like this way

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



Hope this helps

View solution in original post

4 Replies
its_anandrjs

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

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

Thanks & Regards