2011 Jul 05 2:28 PM
Hi,
Is there any simple way to compare two range tables, something like RANGE1 IN RANGE2 ? I need to check if one range table is inside another or not.
Thanks, Nuno
Hi,
Is there any simple way to compare two range tables, something like RANGE1 IN RANGE2 ? I need to check if one range table is inside another or not.
Thanks, Nuno
2011 Jul 05 2:54 PM
2011 Jul 05 5:02 PM
In other words, two ranges could be intertwined in any conceivable way, please disclose more details of what you are trying to do, give some examples for "inside" etc.
Thomas
2011 Jul 05 6:24 PM
I don't know if this is correct but a read in a post a time ago that you can compare two internal tables when had the same number of lines and and the same elements you can use
IF RANGE1 = RANGE2.
ENDIF.
if that is not the case then you have to loop to know if the element is inside the range
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |