Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Prabhu1204
Creator
Creator

Count of Frequency

Hello

I am using two or more input files and consolidating the file as in the attached excel,  I want to bring the Count of frequency as  like Column L and M. How to achieve this in Qliksense Chart.

 

 

-Prabhu
12 Replies
Prabhu1204
Creator
Creator
Author

@Kushal_Chawda , In front end. if it is not possible than in script

-Prabhu
Kushal_Chawda

@Prabhu1204  try below expressions

// for numbering duplicate

=mod(RowNo(TOTAL), Count(total <Supplier>Supplier))+1

// for counting duplicate
Count(total <Supplier>Supplier)
Prabhu1204
Creator
Creator
Author

@Kushal_Chawda  Thanks a lot .. It works Great... You always rock

-Prabhu