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

All/Any selected codes checkbox in code relations report #877

Open
AndrzejWawa opened this issue Dec 27, 2023 · 0 comments
Open

All/Any selected codes checkbox in code relations report #877

AndrzejWawa opened this issue Dec 27, 2023 · 0 comments

Comments

@AndrzejWawa
Copy link

AndrzejWawa commented Dec 27, 2023

I propose, in spare time, to implement this All/Any slected codes checkbox also in Code relations report.

It could be implemented in the case of all kinds of relationships, except "proximity".

  1. In the case of "Exact" it would work in the similar way as in the "Code text exact matches" report, that is:
    Ctid(x) exact with Ctid(y)
    Ctid(y) exact with Ctid(z)
    Ctid(z) exact with Ctid(x),

  2. In the case of "Overlap" the condition would be:
    Ctid(x) overlaps with Ctid(y)
    Ctid(y) overlaps with Ctid(z)
    Ctid(z) overlaps with Ctid(x),

  3. The same in the case of "Inclusion":
    Ctid(x) inclusion with Ctid(y)
    Ctid(y) inclusion with Ctid(z)
    Ctid(z) inclusion with Ctid(x).

The example is with 3 Codes, but there could be any number of slected codes starting from 2.

All of this would significantly advance the report.

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