Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anyone knows why the Mid function in the script does not work.
It said the Mid function is not the build-in function.
Please help.
Thanks
You can use MID function in the script:
mid(FieldName,StartNum,EndNum) as NewFieldValue;
Mid(MonthName,1,3) as Month_Name;
Verify this as an answer once you check.
Hi,
I had the same issue. Try to shut your previous load with ' ; '. For me that helped.
Kind regards