Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys,
I've a table chart where Jira issues are shown and filtered but there are multiple entries due to issues from Jira tend to move from sprint to sprint and this causes duplicate rows in chart.
How can I remove the duplicates?
The issue url column expression is ='https://mycompany.atlassian.net/browse/' & issue
Since qlik sense table shows unique records only, you have to remove from your table the columns which are causing the splitting (sprint column in your case) but duplicated records remains on your dataset.
Since qlik sense table shows unique records only, you have to remove from your table the columns which are causing the splitting (sprint column in your case) but duplicated records remains on your dataset.
Ok this removed the duplicates, but there is another issue now. I've a counter of issues listed on the page, that is showing wrong numbers, what should I count to make sure the issues displayed are counted?
Try to add DISTINCT on your expression: count(Distinct issue)
sad this counts the whole number of issues. this table is already filtered so I don't need the total distinct values counted, only those that are shown on the screen
Hi,
Try Using GetSelectedCount() to get count of only selected value.
GetSelectedCount(issue) shows zero.