Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sibin_jacob
Creator III
Creator III

Always one selected value

Hi,

I need to set always one selection for Team. I used one listbox for Team with always one selected option.

But at that time I am not able to change the District selection,

Is there any way to set default selection for Team ?

I need every time one Team get selected.Here I am attaching my application.

Thanks,

Sibin Jacob.C

6 Replies
Not applicable

Hi Sibin,

I attached a solution

Trigger.JPG

Hope this helps

Regards!

Vegar
MVP
MVP

A solution to your problem is to use a trigger on the Team field using a concat-funtion. See picture and attached file.

always1selectedvalue.GIF

Best regards

Vegar Lie Arntsen

QlikView consultant at egbs consulting ab

Blog (in Swedish): bi-effekten.se

sibin_jacob
Creator III
Creator III
Author

Thanks for your Reply, But in this attached file I am not able to select District2.

I need always one team selected based on district selection.

Regards,

Sibin Jacob.C

sibin_jacob
Creator III
Creator III
Author

Hi Gabriela Morales thanks for your replay, But in this attached file I am not able to select District2.

Regards,

Sibin Jacob.C

Not applicable

hum...thats weird, I am able to select it

Captura.JPG

Vegar
MVP
MVP

The reason you're not able to select District2 is because you have turned on the limitation "Always one selected value". By choosing District2 you also try to cancel the current Team selection hence you only got one district per team. I've provided a sample where I added a single row on team3 to show what I'm trying to explain.

LOAD * inline [

Nation, District, Team, Vol

Nation, District2, Team3, 1

];

Best regards

Vegar Lie Arntsen

QlikView consultant at egbs consulting ab

Blog (in Swedish): bi-effekten.se