Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
BCFi
Contributor II
Contributor II

Reduce Loaded Elements in SAP Connector

Hi Colleagues, 

 

Lets say I have two SAP tables and want to generate two Qlik Tables. Wherein I only want to load/request data from the second sap table depending on the output of the first table. 

Is this possible:

 Qlik_T_1:
Load
SAP1_1 as Q1_1,
SAP1_2 as Q1_2;

 Select

SAP1_1,

SAP1_2

FROM S1
WHERE S1_2 LIKE '2023%';

 

Now I have want to load the second SAP Table where I have the Data Load from the first Qlik Table as input for a field in the second SAP table? 

 

Thanks a lot already!

Best regards

 

Labels (1)
0 Replies