You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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),
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),
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.
The text was updated successfully, but these errors were encountered:
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".
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),
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),
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.
The text was updated successfully, but these errors were encountered: