Hello experts,
I have a column that the business users want to be broken into several columns... However, every time I try the string function I get the below error message.
[nQSError: 43119] Query Failed: [nQSError: 59140] The evaluation of the index 4 expression on row count -1 failed. [nQSError: 59007] The length operand 0 of the SubString operator must be greater than zero
here is my query: SUBSTRING("Details"."Journal Description" FROM 1 FOR LOCATE('m', "Details"."Journal Description" ))
has anyone every encountered same issue, or have an idea how to resolve this... The data type for my column in the rpd is VARCHAR, I am not sure if that could be an issue. I have tried to change to DOUBLE or CHAR, no luck.
Please please help.
thx