Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors double-up in list when affected fields are in multiple files #71

Open
SLornieCYC opened this issue Dec 7, 2021 · 0 comments
Open

Comments

@SLornieCYC
Copy link

When an error has affected fields in multiple files/table the error description seems to repeat in the list for each affected file rather than once for "the error".

image

Although a simple "distinct errors" filter might seem an easy solution here, I would argue that where an error does legitimately occur multiple times (e.g. across several distinct episodes rather than one episode and an inter-related file) it would be useful to repeat the error description for each instance of the error (so the user knows to look for/resolve more than one).

Would it be possible to work out the distinct number of errors by calculating something like
count(rows in error across all files/tables) / count(files/table with affected fields) ?
Athough that assumes duplication is always a one-to-one relationship between rows in different files.. which probably isn't true!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant