Hello,
When using pivot tables to report on aspects of a project I have encountered what seems to be a bug. In our project there is a card type with the name 'Issue'. Whenever reporting on these card types in either tables or in MQL filters there must be quotations placed around the word 'Issue' or else the query will fail as it detects the word 'IS' contained in 'ISsue' and trys to include it in the filter.
Coming to terms with this is fine, most filters and tables are a one-time setup. My question arrives when I have the following pivot table (see code snippet). The table appears as anticipated with the names of engineers in the rows, their count of Issues in the table, and issue status in the columns. However the links to the table data do not transfer the quotations around the word Issue and thus the MQL filter fails, rendering all Pivot Table links inaccessible. Is there a way for the quotations to be carried through the pivot table links such that I can see a corresponding list of Issue cards from the count in the pivot table?
Thanks for any help in advance,
Alex King
Code Snippet
pivot-table
conditions: type='issue'
aggregation: COUNT(*)
rows: engineer
columns: status
empty-rows: false
empty-columns: false
totals: true
Comments
2 comments
Hi Alex,
This bug should be fixed in Mingle 3.0. If you are using Mingle 3.0 already, please let us know and we'll try a different fix. :)
Thanks,
Jay
Jay,
Thank You. We are currently in the process of switching to 3.0. Glad to know it will soon be resolved for us.
Thank You,
Alex King
Please sign in to leave a comment.