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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Tina18
Partner - Contributor
Partner - Contributor

Char in a table

Hi everyone!

I need to solve a graph in a table column and I am not getting the desired result. Could someone please

tell me how to make the progress graph as shown in the following image?

(Progress = SUM(Real_Time)/ SUM(Theorical_Time))

Tina18_0-1666885436967.png

 

Labels (1)
3 Replies
vinieme12
Champion III
Champion III

try below

=repeat('█',ceil(SUM(Real_Time)/ SUM(Theorical_Time)))

 

text color expression = blue()

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Tina18
Partner - Contributor
Partner - Contributor
Author

It didn't work, but thanks anyway for your help. 
Do you know if it is possible to solve it with the option of column graphs?

Tina18_0-1666954347227.png

 

 
vinieme12
Champion III
Champion III

great i assumed this was for QlikSense

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.