Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Everyone,
In my Qlikview Application we have data for returns and we are using Autonumber() to generate keys, we have a huge data and created number of keys.
In addition we have Text data for some fields with two languages, here also i have used Autonumber() to generate keys.
Now i have requirement where i have to join the main table with these Text tables.
Example:
FinalTable:
Filed1,
Field 2,
Abc_key_field,
Def_key_field,
........
resident table;
Text_MaterialnumTable:
Abc_key_field,
Text_Materialnum;
Resident Table:
Text_OrderNumTable:
Def_key_field,
Text_OrderNum
resident Table;
Like we have nearly 15 tables to join. Now the problem is if we join these many table to the FinalTable we are facing some performance issues, the reload time is increased and some times the task in QMC is getting failed after loading for hours.
Please Suggest the best way.
Hello Friends,
Any ideas on this ?
Have you checked the log files? Where exactly is it failing? If it failing to Join or is to failing when you create the AutoNumber key?
Hi Sunny,
In log file i can see the error "Execution cancelled by user" but nobody cancalled the task, It is failing at the time of joining tables with FinalTable.
So, the join can fail because of lack of resources to join which could be because of
1) Joining a big table
2) Many to many join
Hi Sunny, So, is there any other way to join, or any other approach that you can suggest.
Ramesh, have a look at the following Design Blog post, may be what you need in this case:
https://community.qlik.com/t5/Qlik-Design-Blog/Autonumber-function/ba-p/1464970
Regards,
Brett