How can we build a formula column to sum of tasks under EPIC in Monday.com - monday.com

we have recently started using monday.com and creating epcis and tasks under epic. There is estimated hours for each task . how can we build a formula column to sum of total tasks estimated hours under epic
There is no estimated hours column displayed under the formula section

Related

How to create a metric that isn't aggregated (AVG,SUM,etc.) on Google/Looker Studio

I'm new to Google/Looker studios. I'm creating a dashboard for a manufacturing plant and we are focusing on the following metrics:
Produced Units
Scheduled Units
Assembly Yield - Calculated by Produced Units/Scheduled Units
I'm breaking down the data by month by assembly line number. I want a sum of the produced and scheduled units for the month, but I don't want an average for the assembly yield. The assembly yield can get skewed if I use an average of each day, so I'd like to do a straight calculation of "produced/scheduled".
The problem is that Google/Looker studios only let me do an average (as shown below). What is the best way to create a straight calculation of "produced/scheduled"?
Thanks in advance!
There are three kinds of formulas in Looker Studio:
Dimension formula (allows to return a string)
Metric formula
Metric formula aggregated:
This returns a field, which includes the aggegation. In your case:
sum(Produced Units) / sum(Scheduled Units)
Let's see in a short example the issue of the averaging of percentages with different size distributions:
Line
Produced Units
Scheduled Units
Yield
Line A
50
100
50/100=0.50 %
Line B
10
10
10/10=1.00 %
Total
60
110
60/110=0.55%
Doing the average over 0.5% and 1.0% would result in 0.75%, which is the wrong answer for the total yield.

How to display month and YTD data on same group band in Crystal Reports

I am working on a productivity report. I need it to display units for the month along with YTD units.
Example:
Month units YTD Units
Staff (group 1)
Accounting Period (group 2)
Service Category (group 2)
Detail - services with minutes that are calculated into minutes. This may or may not be hidden.
Service Category (footer) Units sum for period Total Units sum
Page Break
Accounting period.... and so on until we run out of accounting periods for that staff with services, then onto the next staff.
Units are being calculated in a formula field based off of minutes of the service. How can I accurately display the year to date units? Everything I've tried hasn't worked. Perhaps I'm doing a running total wrong but it told me I couldn't use a formula field in it (units). I hope my explanation makes sense.

AzureDevOps Forecast lines cannot be drawn

AzureDevOps is returning the following "Error" when I turn on forecasting for my backlog.
Based on the velocity you have entered, the first item on your backlog cannot be completed in the remaining iterations. I have 200 hours of capacity in each sprint, out of which about 120 is development hours. The effort is being populated in hours, not in figurative numbers. The first item in the backlog is a bug, with 16 hours of development work remaining.
AzureDevOps Forecasting
By plugging in a value for the team velocity, the forecast tool will show which items in the backlog can be completed within future sprints. You need to change the velocity value, as there is no items can be completed with the velocity you entered.
Check the following link:
https://learn.microsoft.com/en-us/azure/devops/boards/sprints/forecast?view=azure-devops

Using RANK function in Tableau on a Combined column. However, display individual columns as well

I am using RANK function in Tableau and I am displaying the Rank of calculated measure (Eg: 1 to 50)
The calculated Measure I have is Total Amount for Combined Periods.
When there is no Period displayed on the dashboard, the Total Amount is the sum of both periods and this is exactly what I want. I am good in this case.
However, When I want to display the Period in the Rows, the Total Amount changes to "Total Amount for Period 1 and Total Amount for Period 2".
How can I add a different axis to show Individual Periods as well as Rank of Total Amount for Combined Period?
I guess this might come down to Dual axis in Tableau and I believe this is not available yet and users are voting for this in Ideas.

Crystal Reports Totaling Row Calculations

I have created a cross tab in Crystal Reports 2008. Within the row I have created a calculation to that multiplies number of units to be build * standard hours = total required hours. Each part number is in a row, at the top I want to total all the part number rows so I have a total number of hours.