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

Conditional scatter plot sigma

Hi.

I have to display a scatter plot from multiple production type.I must have to scatter plot chart to compare productions

Today i use If statement : =if([OP_name]='OP03',[End.of.Position.],null())

and display one production in one scatter plot.

How could i display multiple scatter plot on one screen.

And second part, i'd like to colorise  the dots wich are outside of 3 sigma :the standart deviation.

i can colorise function of a field so how can i calculate 3 sigma in conditionnal statement?

 

thx

 

1 Reply
Anil_Babu_Samineni

May be

=if(Match([OP_name], 'OP03', 'OP04'),[End.of.Position.],null())

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