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: 
Not applicable

Current Selection box


Hi All,

I have a requirement.

There is a chart and in which one column has just a background notthe value, If we are selecting this column, the current selection box should show the color instead of RGB values or blank.

Thanks in advance

Labels (1)
2 Replies
christian77
Partner - Specialist
Partner - Specialist

Hi:

Unfortunately current selections boxes show fields and selected values. You can do the next: In your current selections box, open the title tab and set the color to calculated. Place your expression there like, =only(rcolor,gcolor,bcolor).

Remember that rgb() function has 3 parameters.

This might help you.

Not applicable
Author

Hi Christian,

this can happen only if there is one such column. what if there are multiple columns which has only colors as background.

Can we write any macro on this?

Thanks