- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 02:52 AM
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.....
Here the value automatically converting to decimal.
Thanks
Chandan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 03:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 03:12 AM
Instead of
Number(getpwNum)
use
String(getpwNum)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2024 11:31 AM
Awesome, thank you very much Maik. It was really helpful.
I appreciate your effort.