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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

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
MVP
MVP

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