I just wantto group my records on my telerik reporting.I wantto group records concerning the first three letters of my nvarchar field. I do the following:
= Fields.HesapKodu Like CStr(Fields.HesapKodu, 0, 3)
When i run my project it throws exception
"An error has occured while processing Report '':
The expression contains undefined function call CStr()."
Could someone pls help me?
= Fields.HesapKodu Like CStr(Fields.HesapKodu, 0, 3)
When i run my project it throws exception
"An error has occured while processing Report '':
The expression contains undefined function call CStr()."
Could someone pls help me?