Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Try this
=GetSelectedCount(Ticketnummer) =1
Hope this helps you.
Regards,
Jagan.
Hi,
Try this
=GetSelectedCount(Ticketnummer) =1
Hope this helps you.
Regards,
Jagan.
Check this out. Check our the tab Layout of the table.
Hi,
For that use expression as
=GetSelectedCount(Ticketnummer)=1
Hope it helps
Celambarasan
Thanks.
=GetSelectedCount(Ticketnummer) =1
helped
Regards,
Michael