Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
I have this formula, but it is not working:
NetWorkDays('Created', '%Date of incident' )
The field values look like this...where is the problem?
Thank you.
Try removing the single quotes around the field names
Try removing the single quotes around the field names
but unfortunately it is not calculating the right figures:
any ideas?
Do you need to change the order of the fields?
yes, thanks.
I have enhanced this formula now with a restriction:
NetWorkDays(
{<[Incidents.Commuting Accident]-={'true'}>}
[Incidents.incidentDate], [Incidents.IncidentCreated] )
I would have expected for the last two records no calculation...do you see the error cause?
Set analysis allowed only in aggregation functions.
okay, but how should the formula look like?
Simple IF may be, like :
If(<cond>, networkdays(..)). Then suppress blank if needed