I have 2 files Account and Account.TXT and I have to get only the "Account" file details
if( (like(filename,"Account%") AND NOT like(filename,"Account%.txt%") ),filename,"X")
but it is returning both the file types
what is the mistake here ?
↧