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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

issue

hi eveyone

needs to one more fields which include tested data of max date

4 Replies
antoniotiman
Master III
Master III

'tested data of max date' (assuming max date 10/06/2017) is 'scheduled'.

Why in Your field output is 'Pass' ?

sujeetsingh
Master III
Master III

Shweta,

Please come in clear words that what you need.

el_aprendiz111
Specialist
Specialist

Hi,

1 example:

LOAD *, if(len(Previous(Tested))=0,Tested,Previous(Tested)) AS Tested_ll;

LOAD * Inline [

GEL ID,Contigency Date,Tested

10360,21/02/2015,Pass

10360,21/05/2016,Pass

10360,10/06/2017,Scheduled

] ;

EXIT Script;

Anonymous
Not applicable
Author

can we achieve the same by front end