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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

How to use load script to remove wrong data entry ?

Hi All

I have a raw data file , due to operator enter wrong year 2020 , now it affect my QV report. as i am not able to display all SOURCE compute by sales.

Does any one here know how to remove the particular data year = 2020 to 2010 ?

Paul

14 Replies
paulyeo11
Master
Master
Author

Hi Rud

it work , thank you .

Paul

kkkumar82
Specialist III
Specialist III

Hi Paul,

Is your problem not to load dates which have 2020 or to replace it with another year

paulyeo11
Master
Master
Author

Hi Kumar

My issue operator data entry enter wrong date , the date affect my report , and i want to use script to change the year from 2020 to 2010.

Paul

paulyeo11
Master
Master
Author

Hi Kushal

Do you mean i can do some thing like below :-

Binary "C:\Users\QV\Dropbox\QV file to PY Dropbox\000_qvd_v11.qvw";

where year(DateField)<= year(today());


So those year more then current year will change to current year it is ?


Paul

paulyeo11
Master
Master
Author

Hi Rudolf

thank you very much for your script . I have tested it work fine. many thank.

Paul