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: 
francis_gr
Creator
Creator

conditional change symbol scatter chart

Hi!!

Is it possible to change the symbol type in scatter chart?

I have a field that shows the position of a worker. In another field i show if the position is real or not, so i would like to change the symbol type depending on that field value.

Regards

9 Replies
ogautier62
Specialist II
Specialist II

Hi,

make two fields :

one for position real, the other not

so each field can have its own symbol

regards

Anil_Babu_Samineni

Can you brief about it with sample?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
francis_gr
Creator
Creator
Author

Hi!

Please, see my attached file. I want to show in the chart, Val and ValF expressions, but with different simbology.

Thanks for help

francis_gr
Creator
Creator
Author

Hi Oliver!

Thanks for your solution, but if you can see my attached file, following your indications, i've added a new expression (VarF) but, please, see what happens if i enable it.

regards

Anil_Babu_Samineni

I Don't think so. Cause, We have default with circles only

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
francis_gr
Creator
Creator
Author

Thanks Anil!!

So.. How can i do it?

Regards

Anil_Babu_Samineni

No Idea Mate !!!

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
balabhaskarqlik

if(getfieldselection(FieldName)='ABC', info(imageFieldName),

     if(getfieldselection(FieldName)='BCD',info(ImageFieldName))

balabhaskarqlik