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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
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
rubenmarin1

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
rubenmarin1

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