Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Im trying to graph the accuracy for the month as it changes daily. For example
12/1: 99%
12/2: 98%
12/3: 96%
calculate accuracy using=(sum([ddweeklytimeliness.AllAppTimely])/sum([ddweeklytimeliness.AllAppTotal]))
x-axis date: [ddweeklytimeliness.dispdate])
Thank you.
Hi @danieldors
Are you want to display month wise?
If so, change the Date field to month field.
Otherwise, can you say ur requirement little bit more.
Hello,
Instead of plotting the day accuracy percentage Im looking for the aggregate for the month thru that day. Example 12/9 the accuracy was 99%, but from 12/1-12/9 the accuracy was 97%, I want to plot the 97% not 99%.