vprashanth23 0 Report post Posted March 6, 2019 Hi Team, I trying to create a 3 loop situation where each loop iterates 5 times and printing a number which is concatenation of iteration number for 3 loops. I expecting the output to be as below 000 001 002 003 004 010 011 012 013 014 ….. ….. 440 441 442 443 444 But Output seen as below 000 001 002 003 004 015 016 017 018 019 ….. ….. I tried to have a java script operator after the loop and set it to zero.But the inner loop counter is not resetting after the loop over it changed its iteration count.Do you know why and how I can achieve that way I needed?I have emailed my profile to support@loadtestingtool.com.Any help is really appreciated.Thanks Quote Share this post Link to post Share on other sites
sergei 0 Report post Posted March 7, 2019 Hi In this case you can use $LOrder function with different values for different loop iterations. Quote Share this post Link to post Share on other sites
vprashanth23 0 Report post Posted March 7, 2019 Thanks Sergei, I made the changes mentioned and i achieved what i need.Thanks much. Quote Share this post Link to post Share on other sites