Change Datatype of ROW.E ROW.F from String to Float #212
Piyush-KumarSingh
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
Currently, the datatype of the variable ROW.E ROW.F(debit credit) is set as a string. However, to perform mathematical operations on this variable, it would be more appropriate to have it as a float datatype.
Proposed Solution:
I suggest updating the datatype of ROW.E ROW.F from string to float. This change would enable us to perform mathematical operations seamlessly and efficiently.
Steps to Implement:
Expected Impact:
Additional Information:
Beta Was this translation helpful? Give feedback.
All reactions