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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Showing Tablebox only under condition

Hi Everyone,

i want to show the data of a tablebox only, if specific filters are set.

If not, i want the Message "Please select only ONE ticket"

See the following screenshot:

I want to show the tablebox, if the Field "Ticketnummer" is selected with only ONE data, as you see in "Auswahlstatus" on the Screen.

I thought, maybe it would help to make a condition in the red marked Field.

But i do not know the right formula for that.

Can you help me?

Dears

Michael

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this

=GetSelectedCount(Ticketnummer) =1

Hope this helps you.

Regards,

Jagan.

View solution in original post

4 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

Try this

=GetSelectedCount(Ticketnummer) =1

Hope this helps you.

Regards,

Jagan.

jvitantonio
Specialist III
Specialist III

Check this out. Check our the tab Layout of the table.

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

     For that use expression as

     =GetSelectedCount(Ticketnummer)=1

Hope it helps

Celambarasan

Not applicable
Author

Thanks.

=GetSelectedCount(Ticketnummer) =1

helped

Regards,

Michael