String value behaves like float

chandan15
Tera Contributor

Hi All,

 

We have a string field value which I am using BR to auto populate the value.

HereI am passing the integrer value, but still it converting it into float value. there is no other active BR or disctionalry atributes.

Anyonne ca help me on this to identify the issue!!!!!

Here I am adding the screenshot of log and field value, same is happening with bg script as well.....

chandan15_0-1716543897587.png

 

chandan15_2-1716544194892.png

 

 

chandan15_3-1716544321197.png

 

Here the value automatically converting to decimal.

 

Thanks

Chandan

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Instead of 

Number(getpwNum)

use

String(getpwNum)

 

View solution in original post

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Instead of 

Number(getpwNum)

use

String(getpwNum)

 

chandan15
Tera Contributor

Awesome, thank you very much Maik. It was really helpful.

I appreciate your effort.