Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 !!!!
I would suggest Radar or Combo chart
Hi,
Better to go with straight table , see the attachment.
Thanks,
AS
Maybe calculate and show the difference.
You could do something simple, like using a straight table and using colour to highlight the values you want to show.
Andy
Like this:
if(Amount<Standard_Price,LightRed())
Thanks,
AS