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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
suzel404
Creator
Creator

Avoid Synthetic Tables

Hi,

I want to avoid sync tables in my case.

Regards,

1 Solution

Accepted Solutions
rubenmarin
MVP
MVP

Hi, you can create a composite key using both fields:

LOAD %OPERATION &'_'& %DESPENSE as KeyField,...

One of the tables can have the fields separated, or you can create a new one thas relates each KeyField with his correspondent %OPERATION and %DESPENSE

View solution in original post

1 Reply
rubenmarin
MVP
MVP

Hi, you can create a composite key using both fields:

LOAD %OPERATION &'_'& %DESPENSE as KeyField,...

One of the tables can have the fields separated, or you can create a new one thas relates each KeyField with his correspondent %OPERATION and %DESPENSE