
Not applicable
2014-03-31
04:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

MVP
2014-03-31
04:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Go like this way
='Number of records :' &Count([field])
Hope this helps
4 Replies

MVP
2014-03-31
04:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Go like this way
='Number of records :' &Count([field])
Hope this helps

MVP
2014-03-31
04:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
='Number of records : ' & num(count(field), '#,##0')

Not applicable
2014-03-31
04:32 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I Thank everyone for the reply.
LT
5,952 Views

MVP
2014-03-31
04:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you got correct answer from thread so mark it correct so other can refer this.
Thanks & Regards
5,952 Views
