Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have 4 tables of which 2 are: Ambient_VIN and Ambient_Trip. Both have almost all fields common except for a single field ' trip_count.' I want to calculate the sum(trip_count) from Ambient_Trip based on the filters from Ambient_VIN.
But Qlikview is giving wrong results while we put a filter. The filter Ambient_Vin.cvdcqa_vehicle_description888_x_3 works fine for a calculation based on Ambient_VIN but doesnt work for sum(trip_count) of Ambient_trip.
I am attaching my Data Model here for a better look into my problem. The
Please help.
Hi
Generally, we need to remove synthetic key from data model.. Please refer the below link to know about in detail.
https://data-flair.training/blogs/qlikview-synthetic-keys/
Just concatenate both tables by harmonizing the field-names and using an extra source-field to flag which data are from which source.
- Marcus
Hi,
Kindly check subset ration of cvdcqa_vehicle_description888_x_3 from both the tables. If it's not the same then extract a distinct value from maximum column and add it to the another column table.
and Always link a table with the key which has 100% subset ration.