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: 
Anonymous
Not applicable

Get selected count( does not equal)

Hi,

Could be a very simple question. I am doing a conditional layout for a sheet object and would like to show a text object when the GetSelectedCount does not equal 1.

Any suggestions as to how to express that?

Thanks

1 Solution

Accepted Solutions
sunny_talwar

In your text obects conditional show condition just put GetSelectedCount(FieldName) <> 1


I think that should do the job for you.

Best,

Sunny

View solution in original post

3 Replies
arulsettu
Master III
Master III

hi try like this

if(getselectedcount(fieldname)>=1,0,1)

sunny_talwar

In your text obects conditional show condition just put GetSelectedCount(FieldName) <> 1


I think that should do the job for you.

Best,

Sunny

awhitfield
Partner - Champion
Partner - Champion

Hi Brian,

see the attached example with 2 text boxes, on appears with no selection and the other appears when a selection is made.

Hope this helps.

Andy