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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
AbhijitBansode
Specialist
Specialist

List Box Backgroung color

how do i cahnge the background color of excluded values in listbox.

Labels (1)
11 Replies
Not applicable

Hi Sparten,

I think this cannot happen in Qlikview.

If its possible I would also like to know.

mkirchhofer
Contributor III
Contributor III

Hi,

I think the only chance is in Document Properties -> General Tab -> Selection Appearance (Right lower Corner)

Mario

its_anandrjs
Champion III
Champion III

Hi,

I suggest Properties -> Selection -> Selection Style Override -> select corner tag ot LED

   

HTH

Rgds

Anand

IAMDV
Master II
Master II

Hi Sparten,

Yes, I agree with other users. I don't think you can change the background colour for excluded selections. Because that is the default QV behaviour.

Green : Current Selection

White : Possible Selection

Grey : Excluded Selection

You can change the shades of grey by changing the Document Properties > General Tab > Color Scheme

Hope this help!

Cheers - DV

AbhijitBansode
Specialist
Specialist
Author

tried all the things.. it is not possible to change the color of excluded values of list box.

can anyone tell me how to i hide excluded values in list box or is there any workaround for this?

Hide Excluded propery of list box hides only excluded values but background color still appears.

IAMDV
Master II
Master II

How about using a Table box with the specific column you wanted? This will expand and shrink based on your selections. I mean it works as Hide Excluded Property.

Cheers - DV

AbhijitBansode
Specialist
Specialist
Author

yes this is one workaround.

currntly i'm using this.

IAMDV
Master II
Master II

Okay cool. I am very curious to know the original problem. I mean why do you want to hide the excluded values and shrink the ListBox? I can understand the reason for hiding them but I am interested to know why do you want to shrink the LB?

I had similar requirement in the past and I have used the TableBox/Straight Table to behave as LB.

Cheers - DV

AbhijitBansode
Specialist
Specialist
Author

There is one list box which contains report names.

e.g. report a, report c , report b

now when enduser select these report/s, their description (which is 2-3 text lines) need to be appear on the rigth side of list box.

I tried using text object to show this description. i can concatenate the description of each report and show it in text box.

but the problem with text object is, it'll show description of these selected values in alphabetical order.

i.e. report a's description is shown 1st, report b's second and report c's third.

hence, used list box with load order sort.