Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
10 replies
Subscribers
9 subscribers
Views
4156 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have 4 columns in a grid. I need the value in the second column divided by the
Frank
over 10 years ago
I have 4 columns in a grid. I need the value in the second column divided by the 3rd column and entered in the 4th column. So if 10000 is the second value and the 3rd column is 400 I need the 4th column autocalculated to 25. See the attached screenshot for assistance.
Divide values in grid.gif
OriginalPostID-139290
OriginalPostID-139290
Discussion posts and replies are publicly visible
Parents
0
Conor Cahill
Certified Lead Developer
over 10 years ago
Since non-SAIL forms don't have the ability to dynamically update values, you'll to do this through a form submission. A solution for this case could be having a button at the bottom of the form saying "Calculate Hourly Costs", and using that button will submit the form, chain through a script task that calculates the hourly costs, and then chains back to the form.
To the end user it doesn't look like they left the form, and now the hourly costs are updated.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Conor Cahill
Certified Lead Developer
over 10 years ago
Since non-SAIL forms don't have the ability to dynamically update values, you'll to do this through a form submission. A solution for this case could be having a button at the bottom of the form saying "Calculate Hourly Costs", and using that button will submit the form, chain through a script task that calculates the hourly costs, and then chains back to the form.
To the end user it doesn't look like they left the form, and now the hourly costs are updated.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data