Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Gavin HallidayGavin HallidayPriority
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee
Richard Chapman
Richard ChapmanReporter
Gavin Halliday
Gavin HallidayPriority
Fix versions
Pull Request URL
Created January 23, 2015 at 2:01 PM
Updated September 10, 2015 at 9:23 AM
Resolved September 10, 2015 at 9:23 AM
I think that if you have a graph where no records flow along a link the record count is blank rather than zero. That can be confusing, and makes it tricky to distinguish between non executed, and empty daatsets.
E.g. something like,
COUNT(nofold(dataset([], { unsigned id} }));
It would be clearer if 0 was used - but it may require changes to the graph representation..