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: 
miro_kopecky
Contributor III
Contributor III

Table of similar words and counting them

Hi, I would be gratefull if you could hepl me with my task in Qlik Sense.
I have table words_frequency_1.Word which contains some similar words or symbols.
I need to write all similar words in another table only once.
Then I need to count how many times was every Word from table repeated in table.

I dont have big experience with script writing in Qlik Sense so I am asking for help.
Thanks in advanceSmiley Happy

Labels (5)
1 Solution

Accepted Solutions
Anil_Babu_Samineni

Is that Matched is a Field calculating from Script? If so, Try this
Count(TOTAL <Matched> Formula)
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

3 Replies
Anil_Babu_Samineni

Can you provide sample
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
miro_kopecky
Contributor III
Contributor III
Author

Hi, I will specify my my request. 
I have table, which contains 3 columns. (as you can see in the Picture)
First column means from which file Word in the third column comes from.
Second column means how many times is Word located in that file from where it comes from.

I need to create 4th column where will be counted how many times is one Word located in whole 3rd column.
For Word 'Zuzana' it should be 2 because there are 2 words zuzana in 3rd column.
For Word 'Zruč-Senec' it should be 1 because there is only 1 Word zruč-senes in 3rd column.
For Word 'Znojmo' it should be again 2 and so on...

Bez názvu.png

Anil_Babu_Samineni

Is that Matched is a Field calculating from Script? If so, Try this
Count(TOTAL <Matched> Formula)
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful