Re: Urgent please help! how to refresh table using filters

2011-03-15 Thread Chintan Shah
Yes, it does work. I have tested it on 7.1 patch 7. A dynamic qualification on 
a table and iterating using filter guide with `! does work.

Thanks
Chintan.

--- On Mon, 3/14/11, Elry elryal...@gmail.com wrote:

From: Elry elryal...@gmail.com
Subject: Re: Urgent please help! how to refresh table using filters
To: arslist@ARSLIST.ORG
Date: Monday, March 14, 2011, 11:42 AM

Sounds right to me - unless she is trying to use a dynamic
qualification.

If so - I don't think this will work on a server side table walk.


On Mar 14, 1:25 pm, Thad Esser thad.es...@gmail.com wrote:
 Mary,

 I think Jason hit the nail on the head.  Just remember:
 Server Side Table Field + Filter Guide table looping = Phasing Issues
 (considerations at least).

 When using a table field on the server side (i.e. in a filter), it doesn't
 need to be refreshed, it will always have the current data (within the
 context of phasing of course).

 Hopefully that point you in the right direction. :-)
 Thad

 On Sun, Mar 13, 2011 at 3:49 PM, Mary Estrada mestr...@blizzard.com wrote:
  Thanks in advance.

  Having email update a back end table, then call filter guide to check data
  in columns in table.
  Need to refresh the table before filter call guide to loop thru all rows.

  Thanks,

  ~Mary

 ___­
 UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
 attend wwrug11www.wwrug.comARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are





___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are

Re: Urgent please help! how to refresh table using filters

2011-03-14 Thread Bala iLink

You can tirgger Active Link using Events from Filter and use Change Field 
Action in Active Link to refresh the table.

Thanks,
Bala

 Date: Sun, 13 Mar 2011 22:49:01 +
 From: mestr...@blizzard.com
 Subject: Urgent please help!  how to refresh table using filters
 To: arslist@ARSLIST.ORG
 
 Thanks in advance.
 
 Having email update a back end table, then call filter guide to check data in 
 columns in table.
 Need to refresh the table before filter call guide to loop thru all rows.
 
 Thanks,
 
 ~Mary
  
___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Urgent please help! how to refresh table using filters

2011-03-14 Thread Thad Esser
Mary,

I think Jason hit the nail on the head.  Just remember:
Server Side Table Field + Filter Guide table looping = Phasing Issues
(considerations at least).

When using a table field on the server side (i.e. in a filter), it doesn't
need to be refreshed, it will always have the current data (within the
context of phasing of course).

Hopefully that point you in the right direction. :-)
Thad

On Sun, Mar 13, 2011 at 3:49 PM, Mary Estrada mestr...@blizzard.com wrote:

 Thanks in advance.

 Having email update a back end table, then call filter guide to check data
 in columns in table.
 Need to refresh the table before filter call guide to loop thru all rows.

 Thanks,

 ~Mary


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Urgent please help! how to refresh table using filters

2011-03-14 Thread Elry
Sounds right to me - unless she is trying to use a dynamic
qualification.

If so - I don't think this will work on a server side table walk.


On Mar 14, 1:25 pm, Thad Esser thad.es...@gmail.com wrote:
 Mary,

 I think Jason hit the nail on the head.  Just remember:
 Server Side Table Field + Filter Guide table looping = Phasing Issues
 (considerations at least).

 When using a table field on the server side (i.e. in a filter), it doesn't
 need to be refreshed, it will always have the current data (within the
 context of phasing of course).

 Hopefully that point you in the right direction. :-)
 Thad

 On Sun, Mar 13, 2011 at 3:49 PM, Mary Estrada mestr...@blizzard.com wrote:
  Thanks in advance.

  Having email update a back end table, then call filter guide to check data
  in columns in table.
  Need to refresh the table before filter call guide to loop thru all rows.

  Thanks,

  ~Mary

 ___­
 UNSUBSCRIBE or access ARSlist Archives atwww.arslist.org
 attend wwrug11www.wwrug.comARSList: Where the Answers Are

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Urgent please help! how to refresh table using filters

2011-03-13 Thread Roger Justice

Please explain better what you are doing.

If you are using email to update an ARS table directly you cannot fire a filter 
since this is an API call. You could try an Escalation if you can determine a 
timing that would work. 






-Original Message-
From: Mary Estrada mestr...@blizzard.com
To: arslist arslist@ARSLIST.ORG
Sent: Sun, Mar 13, 2011 6:49 pm
Subject: Urgent please help! how to refresh table using filters


Thanks in advance.
Having email update a back end table, then call filter guide to check data in 
olumns in table.
eed to refresh the table before filter call guide to loop thru all rows.
Thanks,
~Mary


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are


Re: Urgent please help! how to refresh table using filters

2011-03-13 Thread Jason Miller
It almost sounds like she has a table field but referring to it as a just a
table and back end table is the form the table field is referencing.  The
way I am reading it she already has the filter guide firing but it is not
looping how she expects.

If this is the case, and you are using all ARS functionality (table field
vs. back end SQL table directly), there is no need to refresh the table
field in a filter guide/loop.  ARS is smart enough to know how to handle
it.  A table field is more or less a UI component.  The ability to do filter
loops was added later (version 6.0 I think) and my belief is ARS uses the
table field definition to build the SQL query to get the record set for a
filter guide loop.

Please describe the issue you are experiencing so we can better help you.

My wild guess is that you are doing a push fields with the data in the table
field and may need to override filter phasing with *`!* at the end of the
filter name.  Just a guess with what little we have to work with.

Jason

On Sun, Mar 13, 2011 at 3:55 PM, Roger Justice rjust2...@aol.com wrote:

 **
 Please explain better what you are doing.

 If you are using email to update an ARS table directly you cannot fire a
 filter since this is an API call. You could try an Escalation if you can
 determine a timing that would work.



 -Original Message-
 From: Mary Estrada mestr...@blizzard.com
 To: arslist arslist@ARSLIST.ORG
 Sent: Sun, Mar 13, 2011 6:49 pm
 Subject: Urgent please help! how to refresh table using filters

 Thanks in advance.

 Having email update a back end table, then call filter guide to check data in
 columns in table.
 Need to refresh the table before filter call guide to loop thru all rows.

 Thanks,

 ~Mary


  _attend WWRUG11 www.wwrug.com ARSlist: Where the Answers Are_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug11 www.wwrug.com ARSList: Where the Answers Are