Hi,
I am trying to use fn locate function under number functions. It's not giving any error. But I am getting 0 output. The function is
{fn locate(DETAILS.USER_ID,'\')} in the SELECT clause.
My object type is Number. I am having data in my table like this
marketing\123
marketing\890
devl\345
dev\563
I would like to find the position of the character '\'.
so that I can get 123,890,345,563 as output in my report
Is it possible. can any one tell?
Thanks
I am trying to use fn locate function under number functions. It's not giving any error. But I am getting 0 output. The function is
{fn locate(DETAILS.USER_ID,'\')} in the SELECT clause.
My object type is Number. I am having data in my table like this
marketing\123
marketing\890
devl\345
dev\563
I would like to find the position of the character '\'.
so that I can get 123,890,345,563 as output in my report
Is it possible. can any one tell?
Thanks