Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Comparing self with Others

Hi all,

I want to compare the employee with some other employee in same chart. In that case, both should show in same time which can be in different color.

Always main should appear when we are comparing with some other group. Please help me the same how to achieve this.

Thanks

Nisha loganathan

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi all,

Thanks for your reply. I found the solution.

Thanks,

Nisha loganathan

View solution in original post

23 Replies
anbu1984
Master III
Master III

Can you provide sample input and expected output

vardhancse
Specialist III
Specialist III

in the chart expressions, we can create one expression like condition is if(expression_1=expression_2,'True',False')

So the in created expression, we can see the status

Anonymous
Not applicable
Author

I think you should use Alternate states for this.

Provide a sample , so that we can help out in better way

vikasmahajan

Hii Nisha,

I think you need to implement comprehensive Analysis PFA documentation and how to implement the same.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Anonymous
Not applicable
Author

Hi all,

Thanks for your reply.

Hereby i attached the sample one. Please help me out how to achieve the same. I have tried a lot but couldnt find the solution.

Thanks,

Nisha loganathan

Anonymous
Not applicable
Author

HI anbu chaliyan,

Thanks for your rpely.

I attached the sample. Please check the same

Anonymous
Not applicable
Author

Hi Nitin,

I attached the sample. Please look at the same

Anonymous
Not applicable
Author

Hi Vikas,

Thanks for your reply.

Anonymous
Not applicable
Author

I saw your App,

What I understood,

You have givencondition,

if(GINP=$(vGIN),red(),blue())

its working fine.

As you can see, when you selected GIN as 1251768,

and if you are going to select any group then the selected group should be having GINP similar to GIN, then only it will show a red color dot else only blue ones will be shown..........

Do you want to fix red color, ?????

as if you selected GIN=1251768, it should always remain there comparing others also

?????????????