Expr 1: Mid([ExcelPathLocation],InStrRev([ExcelPathLocation],"("))(access)
sqlView
(SELECT Mid([ExcelPathLocation],InStrRev([ExcelPathLocation],"(")) AS [Expr 1]
FROM ExcelLocation;
)
I have this expression,but its not giving the value i want!
I want (new1234) without brackets...