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

I need to build this chart in QlikView

Hi Team

As per business requirement I need to build this chart in Qlikview.Can you please suggest Hoe can i make this type of chart in Qlikview

Thanks in advance

tsr.PNG

4 Replies
JonnyPoole
Former Employee
Former Employee

if all 3 measurements have the same axis you can do this with a synthetic dimension.

1. Create a radar chart

2. 1st dimension is   valuelist('Gloss','Haze','Clarity')

3. 2nd dimension is the lines you show above

4. the measure is

if( valuelist('Gloss','Haze','Clarity')  = 'Gloss',  sum(Gloss) ,

     if( valuelist('Gloss','Haze','Clarity') ='Haze',  ...

          if( valuelist('Gloss','Haze','Clarity') ='Clarity, ....

)))

Here is my example (with diff data)

Capture.PNG

MarcoWedel

maybe also possible:

Pick(Match(valuelist('Gloss','Haze','Clarity'), 'Gloss', 'Haze', 'Clarity'), sum(Gloss), sum(Haze), sum(Clarity))



hope this helps

regards

Marco

Not applicable
Author

HI Poole

Thanks for your help. When I tried to implement I'm getting graph like this...But I need the triangle inside the triangle..can you please help me out

Thanks in advance

Capture.PNG

JonnyPoole
Former Employee
Former Employee

I do not understand this requirement:  " I need the triangle inside the triangle" . Can you elaborate  ?