September 3, 20196 yr Hi, I am extracting data (script loop) in to a portal, then make some calculation and summary fields to make calculation. So first I loop, extract data, calcul data, then I summary it, then I make another calculation based on previous steps, next loop, and so on. Problem = When I loop the extraction I can't see the result of some calculation until i cancel the calculation scrip and click on a random grey space. How can I do to get the results during the loop and not when I cancel and click somewhere. Also if I leave the layout and go back I ll have all result as needed, but I need it during the loop in a script. for exemple table "forex1" have "1,3,2,2,3,1,4,5,3,1" then table variation will have "1=3, 3=3, 2=2, 4=1,5=". The table variation give me how many same patent is in table forex1. But it give me when the calculation script is stoped, I think the problem come from summary it s like the summary doesn't happen during the loop script steps. I m not sure but I think so. Thanks for you help mmmd.mov
Create an account or sign in to comment