A
Alejandro
Hello,
I have a query that extracts the top 5 processing times of a process. It is
a basic query that substracts the finish time to the starting time:
ProcessingTime: finish_time - start_time
and I constraint the Top Values function to 5. Nothing wrong until that point.
But in a second query, where I take that first query and simply do Show:
Avg, I get an error message when I try to run it. I think it may be that the
format for the results of the first query is not the appropriate. I already
tried changing the formula for the processing time to:
ProcessingTime: Format(finish_time - start_time, "Short Time")
But it didn't work either. Any ideas on what's wrong?
Thanks!
AP.
I have a query that extracts the top 5 processing times of a process. It is
a basic query that substracts the finish time to the starting time:
ProcessingTime: finish_time - start_time
and I constraint the Top Values function to 5. Nothing wrong until that point.
But in a second query, where I take that first query and simply do Show:
Avg, I get an error message when I try to run it. I think it may be that the
format for the results of the first query is not the appropriate. I already
tried changing the formula for the processing time to:
ProcessingTime: Format(finish_time - start_time, "Short Time")
But it didn't work either. Any ideas on what's wrong?
Thanks!
AP.