Thank you for taking some time to view my issue.
I am trying to move a PID#4 to an additional iteration of PID#3. Essentially I want all the patient IDs to be iterations of PID3 (Screenshot attached). I first attempted to use the MATH feature to track which iteration it was on and copy it over using the iterate variable but I only ever get 0 or 1 for the value when it should be returning 2 or 3 in my test examples, no matter where I move the MATH function. It appears like the iterate isn’t returning to the top of the iterate and working it’s way back down each time (this is an assumption about general iterates). Please let me know if anyone has any suggestions.
I just want my PID4 patient ID’s to be added to additional iterations of the PID3.
Thank you in advance,
Jon