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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart Selection for better Visualization.

Hi QV Team,

I've attached the qvd which has three fields 'Component', 'Amount', 'Standard Price'.

I need a chart that shows better analysis when 'Amount' is lower than 'Standard Price' for a component.

Please suggest a better Chart !!!!

1 Solution

Accepted Solutions
amit_saini
Master III
Master III

Hi,

Better to go with straight table , see the attachment.

Thanks,
AS

View solution in original post

5 Replies
sagarkharpude
Creator III
Creator III

I would suggest Radar or Combo chart

amit_saini
Master III
Master III

Hi,

Better to go with straight table , see the attachment.

Thanks,
AS

Anonymous
Not applicable
Author

Maybe calculate and show the difference.

awhitfield
Partner - Champion
Partner - Champion

You could do something simple, like using a straight table and using colour to highlight the values you want to show.

Andy

amit_saini
Master III
Master III

Like this:

if(Amount<Standard_Price,LightRed())

Thanks,

AS