You need to sign in to do that
Don't have an account?
Shanmuka
how to convert string data type field to integer in lightning aura components
Hi,
I have one requirement I have field capacity of type string in a custom object, but I want to convert that capacity field into an integer(number) in lightning aura component, can u please suggest me with best answer
I have one requirement I have field capacity of type string in a custom object, but I want to convert that capacity field into an integer(number) in lightning aura component, can u please suggest me with best answer
You can pass the value to controller and you can process value in JavaScript and return to aura component as a string. I hope it solves your issue.
For further assistance if you could post whole problem it can be looked into thorougly. Good day!