Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a set of data as below :
32.29090909
I am using a grid chart extention in qlik sense desktop.
I have few requirements as below:
- few X and Y are combined to get groups,
if(&, 'X1Y1',X2Y2','X1Y1', ) then 'first'
if(&, 'X4Y1',) then 'second'
if(&, 'X2Y2',X2Y3','X2Y4','X3Y0') then 'third'
if(&, 'X4Y2',X4Y3','X4Y4','X4Y0') then 'fourth'
And these will be in X-axis
- Y side s will be my products.
- The will be a filter for device. When I select a device I should see all relative values to the selected device.
For the graph, i used 2 dimensions as below:
1)
If(Match(&,'X1Y1',X2Y2','X1Y1''),'first',
If(Match(&, 'X4Y1',),'second',
If(Match(&,X2Y2',X2Y3','X2Y4','X3Y0' ),'third',
If(Match(&', 'X4Y2',X4Y3','X4Y4','X4Y0 ),'fourth','fourth')
)))
2) Product
And my dimension is
Sum({<Product,X,Y>Value}) / Sum({<Product={'$(=only(Product))'}>} TOTAL <X,Y> Value)
But I chart is only showing values for third and fourth when selecting a product(I think, showing me overall relative value).
One wired thing is when I am selecting a group('first'/'second'/'third'/'fourth') then I can see the proper value
Please help me out to solve the problem.
Thanks & Regards,
Juthika