Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
udaya_kumar
Specialist
Specialist

Listbox issue

Hi,

I have a listbox, user has to select it to see the tables and charts.

I have restricted the user in selecting only one value from the listbox.

I have selected one value in the QlikView Client, I published it to the server.

When i see the same file in the AccessPoint, multiple selection has happened for that listbox.

I dont know why it is happening like that.

can somebody help me?

16 Replies
alexpanjhc
Specialist
Specialist

if you have a chart associated with the listbox that you want to calculate, you want to add the restriction in the  calculation condition under general tab.

something like  count(distinct ([your fieldname])=1

I think that may solve your problem.

then in your help, you can say, only one selection is allowed.

HTH

udaya_kumar
Specialist
Specialist
Author

Hi Alex,

Where i need to add this expression?

count(distinct ([your fieldname])=1

In the Listbox or Chart?

I want it for the listbox.

jagan
Luminary Alumni
Luminary Alumni

Hi Udaya,

PFA file.

Regards,

Jagan.

alexpanjhc
Specialist
Specialist

no sorry. it is only available in charts.

Anonymous
Not applicable

Jagan,

How you arrived this?

Rgds,

Nandha

Anonymous
Not applicable

I got the solution Jagan. We want to write a trigger right?

Not applicable

This worked perfectly!  Thanks!