View Name Plus Count

I want the total count to be shown along with the pendency name. I have also given an image below for reference. 

View tabView tab

Solved Solved
0 3 137
1 ACCEPTED SOLUTION

In view's Display name, try

" ...your desired view's name... " & TEXT(COUNT( ...the name you select in option 'For this data'... [_RowNumber]))

View solution in original post

3 REPLIES 3

In view's Display name, try

" ...your desired view's name... " & TEXT(COUNT( ...the name you select in option 'For this data'... [_RowNumber]))

" ...your desired view's name... " &" "& TEXT(COUNT( ...the name you select in option 'For this data'... [_RowNumber]))

You can have a space after the view name like,

"View Name    " & TEXT(....)

no need the extra   & " " &

Top Labels in this Space