Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Attached is my application .. i want total bugs for payments segment .. by week .. the expression i use is doubling the count not sure why .. can someone please look
Thanks
Where do you see the doubling? Can you point out and on which line chart? Top or Bottom one?
See the attached qvw. The new straight table shows all records in your table.
if you look into raw data the total bugs are 35 for 3/22 but in chart it shows 66 , actually its not exactly doubling but not showing the right number


You are looking at a table box which shows distinct combination of fields that are added into the object. I added the other fields and see what I get
There are multiple rows where Open Bugs Count = 1 but scrum_TEAM_OpenBugs are different. Do you consider them all as 1?
Not a good idea, but you can use Sum(DISTINCT ....)
Sum(DISTINCT {<Segment_OpenBugs ={'payments'}>}[Open Bugs Count])
Sum the distinct values gives 35. i am not if this the the correct logic but value are correct as per your req.