Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Dual Updates with Two Dynamic Columns
Summary
I need to base my percentage column off my amount column, and vice versa.Content
Hi,
I have an issue with Dynamic Columns overriding themselves, how can I overcome this issue?
I have four columns;
- Current Salary
- Percentage Increase
- Amount Increase
- New Salary
If I enter a Percentage Increase, I want it to update the;
- Update Amount Increase: [Current Salary] * ([Percentage Increase] / 100)
- Update New Salary: [Current Salary] * (([Percentage Increase] / 100)+1)
If I enter an Amount Increase, I want it to update the;
- Update A Percentage Increase: [Amount Increase]/[Current Salary]
- Update New Salary: [Current Salary] + [Amount Increase]
Currently what happens if I enter an amount, it will calculate the new salary, then blank out the amount and the percentage columns. Same thing happens when entering a percentage. How can I make one happen if the other occurs before?.
Tagged:
0