Forum Discussion
Anonymous
7 years agoNot applicable
Create Calculated Table with customized formula (Simpson's Rule)
Hello, I want to apply Simpson's rule on a table and create a new table to store the values. From the picture below, I have a TABLE and I want a calculated Table. There are multiple values in Are...
- Anonymous7 years ago
Stachu Ashish_Mathur Thanks for the solutions. But I found an easy way to solve this problem. All I did was used Pivot feature in the edit query to Convert Rows of column "Steps" as columns with values as the column "value" in it.
After doing this I got individual columns for each step, Table after pivoting looked like
Area | step 0.02 | step 0.01| step 0.005 |...........
A | 0 | 0 | 0.6 |............
then I just applied the formula using the calculated column.
Ashish_Mathur
7 years agoSuper User
Hi,
For each Area, will the entries in the steps column have to be arranged in descending order (as i can observe in your example)?
Anonymous
7 years agoNot applicable
Ashish_Mathur Yes they should be arranged in descending order.
- Ashish_Mathur7 years agoSuper User