I have a summary dashboard. It has to display the average value of individual plant sites.
I have assigned expression tag with average. However it shows as null value if one of the plant site is down. How to get the average value by only considering the plants which is up.
This is the view which shows null value
I have assigned expression tag to the label as shown below
Here is the expression tag assigned
the expression in the tag is as follows
{[.]../UTTARKHAND/UTT-1/DASHBOARD/PR/PR}+{[.]../UTTARKHAND/UTT-2/DASHBOARD/PR/PR}+{[.]../MP_SITE/SEMLI/DASHBOARD/SUMMARY/SUMMARY/PR_Today}+{[.]../SECIII/DASHBOARD/SUMMARY/SUMMARY/PR_Today}+{[.]../BAP_SITE/BAP_AVG_PR})/5
Please help me out with this