Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
immkhan2
Contributor II
Contributor II

Horizontal Bar Chart with multiple dimension values

Dear Gurus

I have to create a bar chart like the attachment. I want to know how to create the bar chart with multiple straight dimensions on the left.

 

Regards

Imran

 

Labels (2)
2 Replies
Gysbert_Wassenaar

You can't create a bar chart like that. I think the best you can do is create a table with one dimension and dimension and three measures. The third measure is an elaboration of the first measure. Suppose the first measure is count(Items) then the third measure would be repeat('█', count(Items)).
You'll can use color expressions to change the text and background colors of the different columns. Perhaps something like color(FieldIndex('MyCategoryDimension', [MyCategoryDimension])) where MyCategoryDimension is whatever field you're using as dimension in your table.

talk is cheap, supply exceeds demand
immkhan2
Contributor II
Contributor II
Author

Thanks for letting me know that it won't be possible through standard bar chart. So now I have to think about the alternate way. Do you mean to say I have to create a table box or straight table? what about the graph and colors changing based on rows not column? Any idea...

Regards