Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

field in rows count values total

I need for one field given different rows available repeated rows please show below

   S.NO           NAMES

           1.       1.John

           2.       2.Raju

           3.       1.John

           4.       3.Muni

           5.       1.John

           6.       2.Raju

Result: 1.Jhon=3,2.Raju=2,3.Muni=1

please write  set analysis

6 Replies
Kushal_Chawda

Create the Straight table

Dimension: Name

Expression: Count(Name)

Chanty4u
MVP
MVP

hi,

PFA

ecolomer
Master II
Master II

Is this you need?

p-01.png

sunny_talwar

Where exactly are you trying to show this information? in a straight table or text box??

Not applicable
Author

i tryed to text object

result is ok

=count({<NAMES={'3. Muni'}>}NAMES)

ecolomer
Master II
Master II

could you check my proposal