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: 
Not applicable

fgh

Hello,

I have a small problem which I cant solve. I have had some very helpful answers on here but was trying to solve the problem in table graph formulas which I now dont think I can do. So the alternative is to import the data and deal with it on import. here is my problem

Original data
ref1dateAmount
12345601/05/2013100
12345602/05/2013200
12345603/05/2013200
12345604/05/2013100
12345605/05/2013200
12345606/05/2013100
12345607/05/2013200
12345608/05/2013100
12345609/05/2013150
ABCDE01/05/2013100
ABCDE02/05/2013100
ABCDE03/05/2013100
ABCDE04/05/2013100
ABCDE05/05/2013100
ABCDE06/05/2013150
ABCDE07/05/2013100
ABCDE08/05/2013100
ABCDE09/05/2013100
What I want
  it to look like in QV
ref1dateAmountAmount2
12345601/05/2013100100
12345602/05/2013200200
12345603/05/2013200200
12345604/05/2013100100
12345605/05/2013200200
12345606/05/2013100100
12345607/05/2013200200
12345608/05/2013100100
12345609/05/2013150
ABCDE01/05/2013100100
ABCDE02/05/2013100100
ABCDE03/05/2013100100
ABCDE04/05/2013100100
ABCDE05/05/2013100100
ABCDE06/05/2013150150
ABCDE07/05/2013100100
ABCDE08/05/2013100100
ABCDE09/05/2013100

You will see that for each ref I want to remove the value corresponding to the max date for that reference.

Does anyone know how I would achieve this.

Thanks in advance

1 Solution

Accepted Solutions
Nicole-Smith

See the load script in the attached:

View solution in original post

2 Replies
Nicole-Smith

See the load script in the attached:

Not applicable
Author

Thank a lot very helpful has solved my problems. Cheers

Alan