Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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))
try below
=repeat('█',ceil(SUM(Real_Time)/ SUM(Theorical_Time)))
text color expression = blue()
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?
great i assumed this was for QlikSense