Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ajsjoshua
Specialist
Specialist

Alternate dimension in scatter

Hi all,

I am trying for alternate dimension in scatter chart in qliksense.I am able to add the alternate dimensions but i am unable to select in chart.

Suggest me some ideas.

Regards,

Joshua.

17 Replies
mohan_1105
Partner - Creator III
Partner - Creator III

Try This,

For instance, your alternative dimension are,

Customer

Site_name

Org_name

Create the script;

Inline Load [

Field,

Customer

Site_name

Org_name

];

Now after the successful load,

In the scatter plot, use this as the dimension:

=$(=maxstring(Field))

Then create the filter pane having the Field as the dimension, when selecting the name, scatter plot dimension changes dynamically.

Hope this helps..!!

mohan_1105
Partner - Creator III
Partner - Creator III

Was it working good?

ajsjoshua
Specialist
Specialist
Author

Hi Mohan,

Its not working.

mohan_1105
Partner - Creator III
Partner - Creator III

Could you attach your loaded .qvf?

mohan_1105
Partner - Creator III
Partner - Creator III

Does your field has spaces?

like.. "Field Name"?

If so change like "Field_Name", the function maxstring() will not give us expected name if we have white space.

ajsjoshua
Specialist
Specialist
Author

Dear mohan,

Actually the client doesn't want the filter pane,otherwise its working.

mohan_1105
Partner - Creator III
Partner - Creator III

Try listbox extensions, from which user can select only one field at the time.

Extension like this,

Qlik Branch

mohan_1105
Partner - Creator III
Partner - Creator III

And,

Close the thread by marking the correct answer so that others with similar problem find this post as useful.