Count of Rows Expression - Word Template

“<<Start: Select(Due in Today[JobID], TRUE)>><<[JobID]>><<E…nd>>”

Hi
The above will return Individual JobID’s in each row, which is fine. Bit can I count those rows instead? How would I tweak the above expression to just give me the count of rows?

Thanks

Solved Solved
0 6 236
1 ACCEPTED SOLUTION

Just put <<COUNT(Select(Due in Today[JobID], TRUE))>> in the template document

<<START: … is only really when you want pull in a set of rows of data such as into a table

View solution in original post

6 REPLIES 6
Top Labels in this Space