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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Line chart with image

Hi

I want make a chart having lines and points of the line contain image, that means, if business is grow that line with different image and if losing then different image,

How to do this?

6 Replies
IAMDV
Master II
Master II

Please can you show an example? probably a screenshot or .qvw file!

Not applicable
Author

for Example suppose there is a chart of 2 year difference sale

if the current year is going to sale more product that line representing the graph having an standing image at that point

if the current year is going to sale less product then line representing the graph having an slanding image at that point and so on

prieper
Master II
Master II

You may wish to create a condition, and subject to the condition choose one of the QV-pictures in the IF-clause.
In properties you also need to set Display Options -> Representation to "Image".

See the attached.

HTH
Peter

Not applicable
Author

Thanks a lot,

But I want to use combo chart with only line not the table

prieper
Master II
Master II

You may use different colours, subj to conditions.
You may also construct some expression and then show symbols only, which become visible, subj to condition.
But am not aware, how to bring in a picture (and why?)

HTH
Peter

Not applicable
Author

Hi,

We can convert the table into "Combo Chart" and can give in "Expression Background" like if(sum(Val)>6,Green(),RED()).So that the lines will be coloured but can't be include a symbol in combo chart.But can use the symbols mentioned like "Circle,Cross" etc.