Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
bhavvibudagam
Creator II
Creator II

Count() in Qlikview

Hi Everyone,

I have only one field called column contains A to M.I need to calculate the Count(Column) other than A,B,C in UI.

Please help me to calculate

 

Column
A
B
C
D
E
F
G
H
I
J
L
M

Thanks

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Why not this?

Count({<Column -= {"A","B","C"}>} Column)

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

1 Reply
Anil_Babu_Samineni

Why not this?

Count({<Column -= {"A","B","C"}>} Column)

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