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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Nin_04
Contributor II
Contributor II

WHERE Condition not work with SAP BW

Hello Everyone,

 I have a Qlik SAP Connectors SAP BW  and i need to use a where condition in my ETL01, to load only the last Date for an incremental load , but when i try to write in my query the  WHERE condition, it don't work. How can I do to solve this problem? Someone could help me?

 

Thanks in advance !

 

[Table]:

Load

Field A

Field B

....

;

SELECT

*

FROM  [MySAPtable]
WHERE LastDate = '20230828';

Labels (1)
1 Solution

Accepted Solutions
BrunPierre
Partner - Master II
Partner - Master II

Hi, verify that the date format in your WHERE condition matches the format of the 'LastDate' column in the SAP BW source. 

View solution in original post

1 Reply
BrunPierre
Partner - Master II
Partner - Master II

Hi, verify that the date format in your WHERE condition matches the format of the 'LastDate' column in the SAP BW source.