Page 1 of 1

Parse text

Posted: Fri Aug 04, 2017 8:17 am
by lordjohnny
Hi. I need some help

i have text string in "{tb1.product_name}". This variable contains "Some text here | Talla:40,Color:Green" I need print only the number between ":" and ",".

With same variable, i need print only all the text before "|".

how i can do it?
Thanks u

Re: Parse text

Posted: Fri Aug 04, 2017 2:56 pm
by HighAley
Hello.

You could use any C# or VB.NET expression in the report.
Please, select necessary language with the Report language property of the report.
Put the whole expression in {}.

Thank you.