Filters inside a loop on a table field need the asynchronous runtime to read each row in the table, otherwise you only receive one pass and I believe it reads the last record in the table field.
-----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Remedy Maniac Sent: Wednesday, November 14, 2007 9:40 AM To: [email protected] Subject: Re: unable to read data from Table field more than one time no. I don't see why they should run asynchronously ?? There is no need. Or ? Could you give more details why they should run so? I red the docs nothing convinced me. Thanks Serouche Ray Palla wrote: > Are you sure your filters are running asynchronously using the `! > Naming convention? > > > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of P Romain ARSlist > Sent: Wednesday, November 14, 2007 9:18 AM > To: [email protected] > Subject: Re: unable to read data from Table field more than one time > > Are you using an EXTERNAL qualification for the table field? > > I assume you are: > 1. parsing the CC field to get the first value (X) 2. putting the > value in the table field external qualification 3. calling the guide > which walks the table getting the values for appending to the > mailing-list 4. parsing the CC field to get the next value (first time > = Y) 5. jumping back to 2 if a value is found in 4 > > I remember a year or so ago having trouble getting server-side table > fields to refresh in a scenario similar to the above but was told this > had been fixed. > > If you are not doing the above how are you walking the table? > > Cheers > > Peter > > -----Original Message----- > From: Action Request System discussion list(ARSList) > [mailto:[EMAIL PROTECTED] On Behalf Of Remedy Maniac > Sent: 14 November 2007 14:58 > To: [email protected] > Subject: Re: unable to read data from Table field more than one time > > no this has nothing to do with a caching problem on the web. > The only thing I do is to click on a Submit button in Form A. > This button pushes the values of one field (called CC field) to > another form let say Form B. > On submit to that form B, I check entry per entry, whether it is a > valid email address or it is a mailing-list. > If valid email address I add that entry to another field (let say > emails > found) on that form B. > If it is a mailing-list entry I check via a Table field in the Form B > the logins associated to the mailing-list found and I add them to the > field emails found. > Upon completion of the whole operation I send back the results to the > web page where I clicked on the Submit button. > Up to now everything works perfect. > The problem is if in the CC list I have several mailing-lists. > The filters take only the logins found for the first list. > And multiplies per mailing-lists found i.e if I have mailing-ist X and > Y and Z. > X with X-1 and X-2 logins. > Y with Y-1 and Y-2 logins > Z with Z-1 and Z-2 logins > At the end I find in the final field X-1, X-2 which s fine for first > mailing-list found (X) But instead of Y-1 and Y2 and Z-1 and Z-2, I > find > X-1 and X-2 X-1 and X-2. Three times corresponding to my X, Y and Z > mailing-lists found. > ... ??? ... so i am getting crazy .... Please HELP !!!!!!!! > > Serouche > > > Rahul AR User wrote: > >> ** >> Hi Serouche, >> >> Can you please confirm whether the same is working fine in the user >> tool? If the answer is yes then I believe that this is something to >> do with the Mid-Tier cache which is not refreshing. In the Mid-Tier, >> change the flush time to less, maybe for testing purpose you can >> change it to 5Sec, and then check. >> >> On Nov 14, 2007 3:27 PM, Remedy Maniac <[EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> Dear listers, >> >> I have in Form A a table field which displays "Lists" and >> "Logins". In >> addition in that Form A I have a Character field B. >> On the web I fire via a Submit button a bunch of Filters and an Filter >> Guide which reads in Loop the content of the Table Field. >> One of the filters pushes values to Form A into Character field B. >> Whenever this later is equal to "Lists" I read "Logins" >> That works perfectly. >> But only for the first value. i.e if on the web form I put for example >> 1, 2 and 3. In the form filters read 1=Lists and add the >> corresponding >> "Logins" But for 2 it adds again the "Logins" for 1 and so on and >> so on. >> However I can check that Table field displays correctly the >> values. But >> somehow I am not able to append to the precedence values the next >> values. >> I is starting to get me crazy. >> Please help. >> Thank you. >> Serouche >> >> >> > ______________________________________________________________________ > ______ > ___ > >> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org >> <http://www.arslist.org/> >> Platinum Sponsor: www.rmsportal.com <http://www.rmsportal.com/> >> ARSlist: "Where the Answers Are" >> >> >> >> >> -- >> Regards >> Rahul __20060125_______________________This posting was submitted >> with HTML in it___ >> > > ______________________________________________________________________ > ______ > ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: > www.rmsportal.com ARSlist: "Where the Answers Are" > > ______________________________________________________________________ > ______ > ___ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: > www.rmsportal.com ARSlist: "Where the Answers Are" > > ______________________________________________________________________ > _________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > > ____________________________________________________________________________ ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

