Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am working on the November 2019 version. I use the Multi KPI extension in the Qlik Visualization bundle. I would like to display the turnover (CA) on my different companies (COC, TB2).
With 2 graphic options :
- Icon 'caret down icon' or 'caret up icon'
- Color red or green
Ih the value is down or up vs 2018
Here is the desired result
I have 3 problems:
- the extension is not responsive design
- icons do not change in function of the dimension
- the colors are not configurable
Could you help me ?
Hi,
We do have the same problem on changing the color option that is not available.
We have to make do with the different ICON and Font Style (not even font size).
But our's did change on value using below.
Measure -> Icon : If(expression=1,'lui-icon lui-icon--triangle-top','lui-icon lui-icon--triangle-bottom')
Measure -> Font Style : =If(expression=1,'underline')
Thanks and Regards