Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List box selection - not affected by "Clear all"

Dear Community,

I have a special condition where I need select "Client Name" by default in list box,

even user clicks "Clear all selection", Client Name will still be selected.

I have my default selection done with Sheet trigger --> add action --> on activate sheet --> select field.

But once I click "Clear all selection", everything will be clear, what can i do to select "Client Name" always be selected?

Thanks,

Chanel

15 Replies
tresesco
MVP
MVP

You hace selected in _metrics field, while you have to select in other %_dimension for which you want the behavior, right?

er_mohit
Master II
Master II

Firstly select one value in the List Box .

After that in General Tab of List Box check the "Always one Selected Value"

Hope this will help you.

Not applicable
Author

Hi,

Two things need to be checked :

1. It should not be calculated value just a direct dimension, which in your case seems fine.

2. If you have disabled 'SystemFields' , then need to enable it.

This might help.

sunilkumarqv
Specialist II
Specialist II

Go to Docment Properties -

//Select Which field you want to

Triggers-Field Event Triggers _

OnSelect Edit  Actions Addin acation type -Selcection,in Action -Select in field

Then field your filedname example =%_dimension

Seach string as =ClientName

sunilkumarqv
Specialist II
Specialist II

Try this and follow previous post

use of  Clear Other Fields and select  in Field

Not applicable
Author

First try disabling your trigger that clears all selections upon selecting the client name.

Clear all selections.

Then select just one client name.

The option of "Always one selected value" should be enabled.