I want the total count to be shown along with the pendency name. I have also given an image below for reference.
View tab
Solved! Go to Solution.
In view's Display name, try
" ...your desired view's name... " & TEXT(COUNT( ...the name you select in option 'For this data'... [_RowNumber]))
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 & " " &
User | Count |
---|---|
15 | |
10 | |
10 | |
8 | |
3 |