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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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

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

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