How to check String or Numeric data
Hi,
Suppose Code field contain below data:
02
38
LG
TR
I'm not sure how to find field equal to string, tried below logic but its showing error.
When(case(@code Equal to String,'@code'), Else ToInt64(@code))
Please let me know how to find data is string or not if its not string then convert it to ToInt64.
Thanks,