Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Timing for Summary Variable

edited November 2001 in General
Hi, i have a variable in the summary band. What timing configuration
must i set to it if i want it calculated only once but references
another summary variable value which timing is traversal?
thanks
--
Guillermo Castaño Acevedo
Gerente de Sistemas - Grupo Millennium Ltda
GuillermoC@GrupoMillennium.com
www.GrupoMillennium.com

Comments

  • edited November 2001
    There is a CalcOrder property on the variable component so that one will
    always caclulate before the other inside the same band. The easiest timing
    to use would be to use the OnTraversal. Add a check to see if the summary
    band has fired its BeforeGenerate event, to perform the actual calculation
    at that time, based on the other variable's value.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.