Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Please can you show an example? probably a screenshot or .qvw file!
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
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
Thanks a lot,
But I want to use combo chart with only line not the table
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
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.