Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
dberkesacn
Partner - Creator III
Partner - Creator III

QlikSense Custom Coloured Bar Chart

Hi All,

I have a line chart in QlikSense.

its has

     one dimension MonthYear, and

     two expression

          sum({<Product={'PRODUCT1'}>}Amount) and

          sum({<Product={'PRODUCT2'}>}Amount)


I would like to assign two different custom colour for each of them and used color by expression with the following formula: IF(match(Product,'PRODUCT1'),colour_2,colour_2).


it hasnt worked.


any suggestion?

Thanks,

Daniel

1 Solution
6 Replies
dberkesacn
Partner - Creator III
Partner - Creator III
Author

hi this wont solve my problem since what i would like to achive is not coloring by DIMENSION VALUE but would like to assigne a color for one expression and another color for the other expression.

Daniel

Patrik_Lundblad
Employee
Employee

Hi Daniel,

If you are using Qlik Sense 3.2 or later you can just add the expressions as measure to your library and then you can assign one color per measure. These colors are then used in the visualizations.

Measure color.PNG

Combo chart.PNG

Best regards,

Patrik.

dberkesacn
Partner - Creator III
Partner - Creator III
Author

unfortunately using 3.1 I know 3.2 and Jun release but i have to solve the issue in 3.1.

going to try Bruno suggestion which could work as I checked it.

dberkesacn
Partner - Creator III
Partner - Creator III
Author

This is working, tried out, thanks Bruno.