Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi Nisha,
Download Qlikview file from this link and check the Product Grouping tab
Qlik Demos: See QlikView in Action | Demo.Qlik.Com
Hope it helps you.
Regards,
Jagan.
Hi Nitin,
Thanks for your reply.
For example, If am selecting one gin 1251768, that time it will show in red color. since we are giving condition like
if(GINP=$(vGIN),red(),blue()). Then in peer selection multibox i will select some other group, that time red color is disappearing. But it should not be like that. That selected GIN 1251768 should show in red when am selecting employee group and other things in peer selection multibox which should show in blue color. Condition which we are giving if(GINP=$(vGIN),red(),blue()). is problem.
Thanks,
NIsha loganthan
Hi,
Gin 1251768 belong to HC Mobile group , But in peer selection will compare with some other group like HC Commuter.
That time selected gin should show in red color always should appear. Other things should be in blue color
in creation of variable vGIN, can you use getFieldSelection(GIN) and check for the result
Hi,
Thanks for your reply. No its not working. Same problem remains
Thanks,
NIsha loganathan
Hi Nisha,
Its showing red color for particular GIN, if you selected peer group also...
Hi,
In variable vGIN you are using, =GIN and in expression you are comparing it with GINP
if(GINP=$(vGIN),red(),blue())
Is GIN and GINP are same?
or by mistake you give GINP instead of GIN?
Check this expression
=if(GIN=$(vGIN),red(),blue())
or I think it is hiding, if you select the same in GINP (1251768) then you can see the red color.
Regards,
jagan.
HI,
Thanks for your reply.
Gin and GINP is different . (both having same field values, just we are comparing one employee with other employee) I have to select the GIN, then am going to compare that gin with GINP. For EX:1251768 belongs to HC mobile group, That time it will show it in red color, others will be in blue color. In peer selection multibox will be for GINP, In that if am selecting some other employee group like HC commuter, That time Selected GIN 1251768 should be in red color, others should be in blue color. but as you can see after selecting employee group in peer selection box red color disappears. But it should not disappear when am comparing with GINP. Please help me how to achieve this.
Thanks,
Nisha loganathan
Hi,
1251768 GIN belongs to HC mobile, When we are comparing this group with some other group, We have to select some other group except HC mobile. So in this case if am selecting employee group in peer selection multibox other than HC mobile, That time red color disappears.
Thanks,
Nisha .l
Hi,
I think the red bubble is hiding, if you select the same in GINP (1251768) then you can see the red color.
Regards,
Jagan.