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: 
neerajthakur
Creator III
Creator III

How to rewrite this?

In this snippet we have to select item as per below SQL Logic in QlikView.

(Select top 1 INSPD.UpdatedOn from InspAppDet INSPD where INSPD.ConID=AO.ConID and INSPD.IsAcknowledged='Y' and INSPD.IsTransActive='N' and INSPD.IsApprovedBy='Y' ORDER BY CreatedOn desc) 'L_APP_A_O'

 

How can I achieve this, here two different tables are referred and two different conditions for join have been used and this table can be used by other available tables 

@MarcoWedel Hi, May be you can help

Thanks & Regards,
Please Accepts as Solution if it solves your query.
0 Replies