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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Data model issue

Hi All,

PFA.

I am not able to associate the table AR_VarianceSummary and BU_HIER_D_Movement.

Can you please suggest how should i handle it Moreover plz suggest how should i avoid synthetic keys

7 Replies
vishsaggi
Champion III
Champion III

It says access denied when trying to open your document. Do you have section access in this?

enriquem
Creator
Creator

We can't open your file, reupload it!!

Kind Regards,
Enrique Mora.
deepakqlikview_123
Specialist
Specialist
Author

Hi All,

PFA.

I have removed section access.

thanks

deepakqlikview_123
Specialist
Specialist
Author

Experts,

Can you please suggest on this

Thanks

enriquem
Creator
Creator

Hi,

I will suggest you to use the "Qualify" and "Unqualify" keyword to put a prefix in the AR_VarianceSummary fields and in the another tables that create you the synthetic keys.

Qualify *;

// your load table code

Unqualify *;

Here I put you some help about the qualify, because if you don't wanted to rename some field you must put just the field to rename in the qualify.https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptRegularStatement...

And to the question in this thread, I must said you that the 2 tables are relationship by the Comp_HierID.

Regards.

Kind Regards,
Enrique Mora.
deepakqlikview_123
Specialist
Specialist
Author

But after using that results has been changed. It is giving wrong results.

Thanks

enriquem
Creator
Creator

This can be because you don't create a good relationship of your data. You must put the same name to the field that you wanted like a relationship.

I don't know the proposal of your data, and how you wanted to mine your data, so I can't help you to build your data model.

Kind Regards,
Enrique Mora.