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

Temporary table?

Hi,

I've three tables with different information.

The sales table and staff table are mapped with "sales_per_id"

Customer and sales table are mapped with cust_name

Now i want to show the name of the account_manager (last example) where i get an overview of all the customer that they are responsible for..

Can i load the Staff table names to an temporary table and map it with the account manager id? How do i do that?

Customer Info
Cust_IDCust_nameAccount_Manager_ID
1Apple72
2Banana72
3Kiwi56
Sales
Cust_IDCust_nameSales_TotalSales_costSales_per_ID
1Apple100020056
1Apple50020072
2Banana3005056
2Banana2006072
3Kiwi20010072
3Kiwi70040056
Staff
Sales_per_IDSales_name
56Adam
72James
Account mangagerCustomerSalesCost
JamesApple1500400
JamesBanana500110
AdamKiwi900500
1 Solution

Accepted Solutions
Colin-Albert

Load the staff data again into another table naming the fields Account_Manager_ID and Manager_Name.

View solution in original post

1 Reply
Colin-Albert

Load the staff data again into another table naming the fields Account_Manager_ID and Manager_Name.