We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to update value data field from calculation (manually)? example field3 is integer field1 is integer
field3=field1 * 5;
so how to update field3?
The text was updated successfully, but these errors were encountered:
@fauzan1505 Do you mean in the front? in the back?
Sorry, something went wrong.
@leopinzon in the back, but i have got it by myself.. thanks for replay
No branches or pull requests
How to update value data field from calculation (manually)?
example
field3 is integer
field1 is integer
field3=field1 * 5;
so how to update field3?
The text was updated successfully, but these errors were encountered: