|
I have the following search string:
I'm trying to calculate the percentage failed for this week and last week (FAIL/TOTAL). How can I divide values in the same field? |
|
You can use appendpipe to calculate the fraction of "FAIL" over "TOTAL" per week from the table and append a new row:
appendpipe! I never knew there was such a command and it worked! Thanks so much for your help!!
(02 Apr '12, 08:27)
acabrera1
|