Hi,
I am getting a error in advanced query SQL1: Error converting data type nvarchar to bigint.
Some one can help me?
Regards,
Usha
Hi Usha,
That error means you have a column that's of type Text, but you are trying to put it into a Variable or Attribute that is of type BigInt, and the conversion fails (e.g. because there's non-numeric characters in it).
Thank You Kilian Hekhuis,
Yes your right it got resolved .
Please mark answer as resolved.