~Lily KihipisonetsiNov 30, 2011, 1:03 PM261 PostsRe: Repeat/View Controls and Computed ValuesAnthony, There are a couple of approaches I can think of: Define a viewScope variable in the beforePageLoad event and update it for every result within the repeat (by using a computed field for example).In the "value" of the repeat, you first loop through the entire resultset and retrieve the information from it you need (before returning the resultset).Mark
~Paul OpveluchekoopsiNov 30, 2011, 7:46 PM4 PostsRe: Repeat/View Controls and Computed ValuesThanks Mark. Doing everything in the repeat control value works perfectly. Anthony