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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Kushal_Chawda

GetNotSelectedCount function not working in QV12 SR1?

Hi All,

I have noticed that GetNotSelectedCount() fucntion in QV 12 SR1 not working properly. Anybody experienced the same?  may be I am doing something wrong, but can anyone test the same?

sunindiaswuehlAvinashelitejagan

1 Solution

Accepted Solutions
sunny_talwar

I have never used this function before, but the below image is from help section. Did you notice this:

GetNotSelectedCount ‒ QlikView

Capture.PNG

View solution in original post

13 Replies
Chanty4u
MVP
MVP

did u try with?

GetNotselectedCount(Field,True())

or u can use   by using " And "  in parameters

Kushal_Chawda
Author

sureshqv‌ right now I am in office so I will not be able to test it, I will try it out later. Thanks for the response

avinashelite

Hi Kush141087‌ I have tested it with QV12 it was working fine I didn't check with SR1 , will check and let you know

Chanty4u
MVP
MVP

Hi kush,

here there is some example  and try this too.

GetNotSelectedCount with example

sunny_talwar

I am using QV12 because of the join related bug that we have came across in QV12 SR1. But is there a specific example you have where it isn't working?

Kushal_Chawda
Author

I was simply using getnotselectedcount(Fieldname). I selected the value from Field and function shows 0 instead of not selected values count.

Chanty4u
MVP
MVP

did u chk dis qvw?

sunny_talwar

I have never used this function before, but the below image is from help section. Did you notice this:

GetNotSelectedCount ‒ QlikView

Capture.PNG

swuehl
MVP
MVP

GetNotSelectedCount() is only useful with AND mode list boxes.

See also the referenced thread above in my answer in

GetNotSelectedCount with example