Row Average Total in Chart
Answered
Hello YF Community,
I'm trying to find row average total.
In the screenshot, I'm able to breakdown into Count and Avg Days taken by a person.
For Average Days Total, the value displayed is (Approved Avg days + Rejected Avg Days)/2.
I'm trying to find a way for Average Days Total to give me the value of
(Approved Count*Approved Avg Days + Rejected Count*Rejected Avg Days)/Total Count
Is it possible to achieve this in YF ?
May be create a new Calculated field ?
Thanks,
Gokul
Files:
Row Average.PNG
Hi Gokul,
Thanks for reaching out. The highlighted portion of your screenshot is the average as 16.70/1 = 16.70. The reason it's not calculating 16.70/2 is because there's no data in the corresponding Rejected Avg. Days column:
If you want the calculation to be 16.70/2, you'll have to make your Avg. Days calculation include an IF statement where if x = NULL then '0', so that the value can become a part of the totals calculation.
Regards,
Mike
Hi Gokul,
Thanks for reaching out. The highlighted portion of your screenshot is the average as 16.70/1 = 16.70. The reason it's not calculating 16.70/2 is because there's no data in the corresponding Rejected Avg. Days column:
If you want the calculation to be 16.70/2, you'll have to make your Avg. Days calculation include an IF statement where if x = NULL then '0', so that the value can become a part of the totals calculation.
Regards,
Mike
Hi Gokul,
I just wanted to check in and see if this information found you okay. Do you need further assistance?
Regards,
Mike
Hi Gokul,
I just wanted to check in and see if this information found you okay. Do you need further assistance?
Regards,
Mike
Hello Mike,
Thanks for all the information.
You can close this ticket :)
Thanks,
Gokul
Hello Mike,
Thanks for all the information.
You can close this ticket :)
Thanks,
Gokul
Hi Gokul,
You're welcome! Thanks for confirming.
Please don't hesitate to reach out with any other questions or concerns.
Regards,
Mike
Hi Gokul,
You're welcome! Thanks for confirming.
Please don't hesitate to reach out with any other questions or concerns.
Regards,
Mike
Replies have been locked on this page!