Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I have faced the problem. There are two lists of employees.
First contains the employee names for all departments.
The second contains only one department employees.
The data should be filtered by the one department employee only.
When I use "as" in script, the employees are properly matched. But the data for other employees are also loaded. How can I stop loading the data for all employee in Qlikview?
Hi,
Don't load the employees field of the second table, just comment that line.
Regards
Could you please specify?
I should somehow restrict loading...
For example:
Table1:
LOAD
Field1,
Employee,
Department
FROM table1
Table2:
LOAD
Field1,
Field2,
Field3,
Department
FROM table2
In the second load there is not the Employee field
In my case, employee name is a key (link between two files).
Hi Ruslan,
Remove the field that causes the load of Employees, This will stop it from getting catch up during load times.
Could you please clarify?
Can you show your script so that I could specify what you need to work out?
Can you share an example of you have and what do you want?
Thanks
Hi Ruslan,
You mean that you are having two tables, one with several departments and respective employees and other table with only one department employees.
Now, you want to load the data belongs to the one department only.. ryt??
Straight away you can go for Inner Join..
If, my understanding is wrong, please help me in understanding or provide some sample data.
Thanks,
Prashanth.