Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I need your help to changes list box parameter selection custom color change (the default color is Green).
kindly help me on that.
@ester_pr Can you attach a screenshot of the part you want to edit?
@EliGohar Hi,
I used your code and I have no idea what the code is for "not selected" color 😞
@ester_pr I think I understood your request, If you mean this part (value 2020):
Then try this CSS:
.qv-listbox li.serverExcluded, .qv-listbox li.serverExcludedLock, .qv-listbox li.serverSelectedExcluded {
background-color: navy!important;
color: white!important;
}
Result:
Hi again @EliGohar
Can you please guide me on how to do the same (changing the selection color from green to custom color) but on a pivot table ?
Thank you very much, I will try it
@EliGohar - this is really useful CSS code, can I have similar blue colour instead of Green at below places as well?
Thanks a lot.
@Onkar_Kulkarni Hi, what's the version you are using?
Create a text object and use conditional formating
if(GetFieldSelections(YourField) = 'YourSelection', RGB(255, 0, 0), RGB(0, 128, 0))
@EliGohar - Thanks for your reply. I am using it on the Qlik cloud tenant.