Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
chriys1337
Creator III
Creator III

MiniChart in Table

Hi,

I am trying to build a MiniChart in a Table. There are some good tipps how to do this, in the Community.  E.g.:

https://community.qlik.com/t5/Qlik-Sense-Enterprise-Documents/Creating-Mini-Chart-in-Qlik-Sense-tabl...

 

Basically with following code:

 

=repeat('█',

                  rangemax(rangemin( ceil(((column(1)/column(2))-1)*2.5),10),0)

                  )

But it is already in my small sample application not working properly.

 

Can anybody please support? Thx a lot

2 Replies
Lisa_P
Employee
Employee

can you explain what you are trying to achieve ?
Manoj_Prabu
Partner - Creator
Partner - Creator

Hi Community,

Please go through the link below to create a mini charts in custom table.
Enable the row level Mini charts in Qlik sense custom table 

Thanks