Hi,
I am working with a old macro written by someone no longer around (and secondly its not working consistently)
I have a reporting Hierarchy that looks like this
[TABLE="width: 519"]
<tbody>[TR]
[TD="align: right"]18615
[/TD]
[TD],38630,29199,22163,26079,14516,16114,10614
[/TD]
[/TR]
</tbody>[/TABLE]
I removed the commas and have each ID in its own cell going from Left to right.
I have a separate list of IDS where I would like the matching to stop once it finds the FIRST match. I.E. I want to stop when I find an employee that is the FIRST VP in this person's hierarchy.
[TABLE="width: 519"]
<tbody>[TR]
[TD="align: right"]18615
[/TD]
[TD],38630,29199,22163,26079,14516,16114,10614
[/TD]
[/TR]
</tbody>[/TABLE]
n/a n/a n/a YES
From there I will look for this ID and bring back the details (I think I can handle that part of the code)
I need to run through this process roughly 3,000+ times
I am working with a old macro written by someone no longer around (and secondly its not working consistently)
I have a reporting Hierarchy that looks like this
[TABLE="width: 519"]
<tbody>[TR]
[TD="align: right"]18615
[/TD]
[TD],38630,29199,22163,26079,14516,16114,10614
[/TD]
[/TR]
</tbody>[/TABLE]
I removed the commas and have each ID in its own cell going from Left to right.
I have a separate list of IDS where I would like the matching to stop once it finds the FIRST match. I.E. I want to stop when I find an employee that is the FIRST VP in this person's hierarchy.
[TABLE="width: 519"]
<tbody>[TR]
[TD="align: right"]18615
[/TD]
[TD],38630,29199,22163,26079,14516,16114,10614
[/TD]
[/TR]
</tbody>[/TABLE]
n/a n/a n/a YES
From there I will look for this ID and bring back the details (I think I can handle that part of the code)
I need to run through this process roughly 3,000+ times