Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a field called ItemCode. I only want to load all items starting with 'F'.
I have problems writing the script to only load these fields. I currently have this script:
please put this condition
Where upper(left(ITEMCODE,1))='F'
Regards
Ashish Srivastava
please put this condition
Where upper(left(ITEMCODE,1))='F'
Regards
Ashish Srivastava
Thanks for the help. This worked perfectly.