Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

scatter graph for the provided excel sheet

Hi

    Can any one please help me in creating scatter graph for the below attached excel data. the should have x-axiz as A1,A2,A3,........ and so on...y-axis will should have mob,wate.... so on.. same data as in the excel sheet should be on the graph. no need of any aggregation functions. like example A1 to mob has value " ? ". this has to be displayed on the graph. corresponding to x and y axis.

1 Solution

Accepted Solutions
MarcoWedel

Hi,

here are some screenshots of the chart properties tabs:

QlikCommunity_Thread_218055_Pic6.JPG

QlikCommunity_Thread_218055_Pic7.JPG

QlikCommunity_Thread_218055_Pic8.JPG

QlikCommunity_Thread_218055_Pic9.JPG

QlikCommunity_Thread_218055_Pic10.JPG

QlikCommunity_Thread_218055_Pic11.JPG

please evaluate the pivot table solution Stefan suggested as well because it can deliver the same colour results including the actual values in each cell.

hope this helps

regards

Marco

View solution in original post

25 Replies
swuehl
MVP
MVP

A scatter chart is for using numeric values as axes and plotting a numeric value.

If you want to just show your crosstable, use a pivot table chart.

In the script:

CrossTable(As, Value)

LOAD UTILITIES,

    A1,

    A2,

    A3,

    A4,

    A5,

    A6,

    A7,

    A8,

    A9,

    A10,

    A11,

    A12,

    A13,

    A14,

    A15,

    A16,

    A17,

    A18,

    A19,

    A20,

    A21,

    A22,

    A23,

    A24

FROM

[Book1 (4).xlsx]

(ooxml, embedded labels, table is Sheet1);

Then in the UI, create a pivot table chart with dimensions UTILITIES and As, and =Only(Value) as expression

UTILITIES As A1A2A3A4A5A6A7A8A9A10A11A12A13A14A15A16A17A18A19A20A21A22A23A24
CCCC++++??-------??++-------
ELE?--+?--+?-+---?--++-?-+-
MOB?-+--+??---+?-+--++++---
SSSS--??+++-----?+++++---+++
WATE-?-----+++????++++------
Not applicable
Author

Hi swuel,

     Thanks for your reply. there is no chance to plot graph for this? there is no solution for this in nook and corner of qlikView?

Regards

Ranjani.H.Gowda

swuehl
MVP
MVP

Maybe if you create underlying numeric values for all your values. But what's wrong with the pivot table chart?

Not applicable
Author

you mean the table data should be numeric or x and y axis values to be numeric?. our clients needs it in the graph.

swuehl
MVP
MVP

Could you upload a sketch of what your client expects and where it differs from a pivot table chart?

Not applicable
Author

i have put up my requirements in this link [link to not existing topic removed; please just attach the document to your reply]

oknotsen
Master III
Master III

Please just post it as an attachment to your reply. The other topic does not exist.

May you live in interesting times!
Not applicable
Author

i am able to attach file in reply. just guide me if you can.

oknotsen
Master III
Master III

Click on reply, click on "use advanced editor" in the top-right corner, click on "attach" in the bottom-right corner.

May you live in interesting times!