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

Partial data shown in Table object

Dear all,

Recently I started tutorials in Qlikview. In order to test I created a Qlikview file for managing footballplayers in their teams. Our clubs are merging and the youth is where the first real cooperation is visible.

So I have three Excelfiles as data sources:

Club A and Club B, both containing all members of the club, junior and senior,

Team table, containing teams, players and coaches

Shared fields are:

Relationnr - unique,

Sexe,

Name,

Day of Birth,

E-mail,

Phone,

Mobile Phone,

Club.

When I select a team, the table on my desktop shows only partial data. Fields 'Geboren' (Year of birth) and 'Woonplaats' (Place) are not complete. However, the data shown for both fields is always a combination of these fields.

Looking forward to every suggestion!!!

Gilbert Linsen

1 Solution

Accepted Solutions
RadovanOresky
Partner Ambassador
Partner Ambassador

Hi Gilbert,

Trouble is probably caused by the Synthetic key (Syn1), because you probably don't get data association you need by combining all these fields.

When creating table associations, it's always the best to associate by just a singe field (which can also be a composite key = combination of multiple fields).

It really depends on what you want to achieve, but I would first suggest you use Concatenate statement to put all 3 tables into one and see how that will work for you.

Second option is to use Qualify statement, to differentiate fields with the same name in different tables and only use the "Relatienr" to associate them.

Hope this helps,

Radovan

View solution in original post

2 Replies
RadovanOresky
Partner Ambassador
Partner Ambassador

Hi Gilbert,

Trouble is probably caused by the Synthetic key (Syn1), because you probably don't get data association you need by combining all these fields.

When creating table associations, it's always the best to associate by just a singe field (which can also be a composite key = combination of multiple fields).

It really depends on what you want to achieve, but I would first suggest you use Concatenate statement to put all 3 tables into one and see how that will work for you.

Second option is to use Qualify statement, to differentiate fields with the same name in different tables and only use the "Relatienr" to associate them.

Hope this helps,

Radovan

Anonymous
Not applicable
Author

Hi Radovan,

Yesterday not able to hobby around in Qlikview but today I succeeded!

Solution for my problem:

1) Concatenate the two tables with members into ONE general Member table,

2) Qualify all fields from 3rd table with team allocation, with unqualify on Relatienr.

Thanks!

Gilbert