Maybe I'm missing something obvious.. but I am trying to show a total at the bottom of a table... like a total for sum planning estimate here.
Any ideas?
Query and screenshot below..
Thanks,
Mike
table
query: SELECT 'Development Completed in Sprint', SUM('Planning Estimate'), SUM('Actual Effort') WHERE 'Type' IN ('Task','Story') AND Status != 'Deleted'
Comments
0 comments
Please sign in to leave a comment.