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: 
pascos88
Creator II
Creator II

How to have a normal chart with 2 coordinate?

Hello everyone,

I need to have a simple chart thet show me the corrispondent point of 2 dimension.

I have data for x and Y axis.

the chart show waht I need, I already reload the data in qlikview for x and Y axis.

Thanks for any help

Pasquale

3 Replies
swuehl
MVP
MVP

Have you tried using a scatter chart?

If you don't need a dimension, leave it empty and set x and y values in expression tab.

edit:

Seems like you need a dimension.

If your x-values are unique, you can just use x field as dimension, otherwise create a unique key as suggested by Gysbert.

nagarjuna_kotha
Partner - Specialist II
Partner - Specialist II

Like this?

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

I think a scatter chart should work. You can use your x and y dimensions as expressions. If you only have x and y as dimensions the consider adding another field that identifies the x,y pairs:

LOAD

     X,

     Y,

     RecNo as Index

FROM

     ....

You can the use the Index field as dimension for the scatter chart.


talk is cheap, supply exceeds demand