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

How to get values from different tables

Hi All,

I have two tables as it shown on the attachment (Plan Time.xls). One is Actual time table that shows hours for different employees who spent their time on different clients. The second one is the Plan time table.

I was trying to show on QlikView exactly what it has shown as Plan vs. Actual table.

I use the expression 'Aggr(Sum(Hours), Client ='A' , Employee) for Actual time and 'Aggr(Sum(A), Employee' for Plan time and this works well for some of employee, but not for all. For example , employee Peter I get 90 hours under the 'Actual A' column which is correct, but for the rest of employee it gives me the total value of 642 instead of zero. And the result is the same under 'Plan A' column as well. I get 100 hours for Peter and instead of zero for the rest of employees, it gives me the total value of 690.

I used Employee for Dimensions.

Can anybody please advice me what I missed here?

Thanks,

Wossen

2 Replies
avinashelite

Hi Wossen,

Can you please post your app??? because it depends on how your writing the script.

use expression like Aggr(Sum({<Client ={'A'} >}Hours), Employee)

Regards,

@vi

Anonymous
Not applicable

see attached.