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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
felcar2013
Partner - Creator III
Partner - Creator III

Bar in table chart

hi

is it possible to get exactly the box below in qlikview? i think with the mini-chart option

the KPI can be any number or indicator, the +/-% a change from this point to a previous period. I think that should be possible, but as pivot table? not as table diagram, right?

what i do not how to do, is how to place the bar chart there? It shall be green if it is positive and red if it is negative (the +/-% field)

Is it possible to put the bar in the first row? and then the title? any help will be very welcome

felipe

Object.png

Labels (1)
12 Replies
felcar2013
Partner - Creator III
Partner - Creator III
Author

many thanks

nice solution, but i would need two boxes for the same KPI? we tried to put text boxes over a bar chart and got what is in the figure. the difficulty is when moving the KPI boxes, but visually it contains what we wanted

i think it is not sustainable in the long term

thanks for your help again

kpi.jpg

Anonymous
Not applicable

Hi Gysbert,

How you can add a dimension with the ValueList.

Example Negative/Positive bar by Country.

Thank you

felcar2013
Partner - Creator III
Partner - Creator III
Author

Hi,

go please in your Chart to dimensions, then click on "Add Calculated Dimensions" and type in the function ..

ValueList('value1,'value2') and thats it

in your Expression you can refer to the value list Dimension, say, if(ValueList('value1','value2')=value1, 'do something','else')