Guest osa Report post Posted June 17, 2008 how is it possibile using and Ordered List from a file like a sequence? I'm using it when i must use a list with a set of selected elements and each user must use an element in each iteration. Quote Share this post Link to post Share on other sites
Guest angela Report post Posted June 19, 2008 how is it possibile using and Ordered List from a file like a sequence? I'm using it when i must use a list with a set of selected elements and each user must use an element in each iteration. Hello, Yes, it is used as a sequence of values for a parameter. E ach new value is provided either in each iteration or for each virtual user. Quote Share this post Link to post Share on other sites
Guest osa Report post Posted June 19, 2008 I know how it work. But for my particular test i need iterate a Ordered sequence of number, formed by particular codes, from file, that i can't generate with sequence function. And i want iterate on my list for users and for iteration for not duplicate my code. Actually i split my list in 20 parts and replicate the main (i will call submain) of my profile 20 times in the same profile. So , each submain use a part of list that was used but a particular user in that sequence. I can avoid this if I could iterate on Ordered List taken from file both for users and iterations Quote Share this post Link to post Share on other sites
Guest angela Report post Posted June 20, 2008 I know how it work. But for my particular test i need iterate a Ordered sequence of number, formed by particular codes, from file, that i can't generate with sequence function. And i want iterate on my list for users and for iteration for not duplicate my code. Actually i split my list in 20 parts and replicate the main (i will call submain) of my profile 20 times in the same profile. So , each submain use a part of list that was used but a particular user in that sequence. I can avoid this if I could iterate on Ordered List taken from file both for users and iterations Hi osa, Could you please state your example step-by step, and describe it in more details? Then we will be able to understand it better and provide you with better solution. Quote Share this post Link to post Share on other sites
Guest osa Report post Posted July 2, 2008 this is a screenshot of my profile. I have initial and final part. My core problem is in main. In the image there is a section marked with a red rectangle. This subpart is replicate 20 times. I do this because the main is iterate 20 time and each subpart need to use a particular ordered list loaded from a file. Moreover this profile needs 20 users and each user must use a particular code that isn't a sequential code, so i can't use the function Sequence. What can solve my problem in a easily and elegant way is the possibility to use the function Sequence on a file wich contains my particular sequence of code that i need use. i hope explain my problem better than before. Could be this a new feature of WAPT? Best Regards Luca Preziati Quote Share this post Link to post Share on other sites
Guest gloryforixseal Report post Posted June 15, 2009 Hi I want a list to act like a menu in a normal program, ie click to activate and then hover to open sub lists. I can get it to do one or the other, but not both. Any ideas? Quote Share this post Link to post Share on other sites