Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Stop auto merging.

Hello,

Im trying to create a offerte report but i have a problem with qlikview automergin fields. I have 2 tables 1 with the offer and 1 with offer details.

Offer:

Offer key : 1 Offer number: 2040 : offerdate.

Offer key : 2 Offer number: 2040 : offerdate.

Offer key : 3 Offer number: 2040 : offerdate.

Now when i open the offer number table in qlikview he auto merges the results. Any trick i can use to make him just show 2040 3 times?


3 Replies
Not applicable
Author

Use

Qualify list of fields separated by commas which u don't want to merge.

e.g Quality "Offrer Key","Offer number";

Not applicable
Author

Hey Santosh thank you for your quick reply,

Could u show your solution in a short code sample

cause i don't fully understand what you mean right now.

Regards Luuk

Not applicable
Author

Qualify "Offer Key","Offer Number"; Offer: LOAD * INLINE [ Offer Key,Offer Number,Offer Date 1,2040,1/1/2010 2,2040,1/2/2010 3,2040,1/3/2010 ]; OfferDetails: LOAD * INLINE [ Offer Key,Offer Number 1,2040 2,2040 3,2040 1,2050 2,2050 3,2050 ];