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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SAP Date filter

Hi All,

I have connection setup and have to filter the data based on date column.

Format is YYYYMMDD when i am trying to filter it in Script either it is not filtering or throwing an error.

Any suggestion?

Thanks

Manish Madan

12 Replies
robert_mika
Master III
Master III

Could you post your data/ Errors/expression you are using?

I guess you need to use Date# or Date to bring the data into correct format.

Anonymous
Not applicable
Author

Data format in SAP is YYYYMMDD i have updated the Qlikview format as well.

Now it is same as SAP.

while extracting the data from SAP i am adding conditiona as

STRTDATE>= 20150131;

then, it starts extraction but doing full load rather than loading data Feb onwards.

Thanks

Manish

robert_mika
Master III
Master III

Attached an extract.

Maybe what you got is a Text not Date and Qlikview can not fetch your data as you wish.

Anonymous
Not applicable
Author

Try this

>= '20150131'

Anonymous
Not applicable
Author

I use SAP tables daily using this filter logic

Let me know the table name if this doesn't work

Anonymous
Not applicable
Author

Table name = TBTCO

Anonymous
Not applicable
Author

column name STRTDATE

Anonymous
Not applicable
Author

did you tried that date format?

Anonymous
Not applicable
Author

yes, got the error message.

error1.PNG