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: 
Anonymous
Not applicable

Show some fields in scatter chart

Hi guys,

I have 4 different variables. I'd like to show them together in 1 chart.

Is it possible?

Please find my attached file.

Thanks,

7 Replies
Not applicable
Author

You don't have any stored variables, are you talking about putting 4 different dimensions into the same chart?

SunilChauhan
Champion II
Champion II

set a variable on each button click  with different name

and use in chart label expression

=vShow  &'  '&'Effectiveness'

see the attched file

hope this make sense

Sunil Chauhan
Anonymous
Not applicable
Author

By default the chart should show all tags for these 4 variables

I need to show all tags for each variable, but code them by colors. (in chart)

Like Channel should be green, Campaign -red, Organic search - yellow, Paid Search - blue.

Legend should be only Channel, Campaign, ... (legend)

Please find my sample file.

I combined only 2 variable

Anonymous
Not applicable
Author

Maybe crosstable helps???

Anonymous
Not applicable
Author

I'd like to have a chart, which shows all tags. The legend can be an imageMarketing Effectiveness Reporting_v10.jpg

Anonymous
Not applicable
Author

I resolved the issue.

I used  crosstable command.

[Acquisition Landscape]:

CrossTable (Acquisition_Landscape,BBB)

LOAD  respondentID,

    [Channel] as "Channel ",

    [Campaign] as "Campaign ",

          [Keyword] as "Keyword "

//    [Paid Keyword] as "Paid Search ",

//    [Organic Keyword] as "Organic Search "

Resident File;

How to add dynamically legend in pop labels?Capture.JPG.jpg

Thanks,

Anonymous
Not applicable
Author

I was asked to add Search box for my chart.

I'd like to hide all bubbles, except of my wild search.

What should I change in my expressions?

Thanks,