Count totals in active form
Posted: Wed Oct 26, 2011 11:17 pm
All I would like to be able to have formulas applied to child elements in an excel active form or even a rule.
I have tried formula just to count total child elements and dont even get that right
['Count']=N:IF(['revenue']>0,1,STET);
from another post gives me large numbers due to multiple sales transactions making up the revenue.
I also didnt get the post about using the following as a rule for unique values
SKIPCHECK;
['All Customers','Count'] = ConsolidateChildren('Customer');
['Count']=IF((['Sales'])>0 & ELLEV('Customer',!Customer)=0,1,STET);
FEEDERS;
['Sales' ]=> ['Count'];
Im happy to just do this in excel but I cant get the "green totals value" as an active form applies the same formula to all cells when it is recalculated.
Every month new accounts are added, so we run the report monthly.
any ideas are appreciated.
at the moment we run the report and manually every month, count the number of yellow totals which is time consuming for all of the sales reps.
I have tried formula just to count total child elements and dont even get that right
['Count']=N:IF(['revenue']>0,1,STET);
from another post gives me large numbers due to multiple sales transactions making up the revenue.
I also didnt get the post about using the following as a rule for unique values
SKIPCHECK;
['All Customers','Count'] = ConsolidateChildren('Customer');
['Count']=IF((['Sales'])>0 & ELLEV('Customer',!Customer)=0,1,STET);
FEEDERS;
['Sales' ]=> ['Count'];
Im happy to just do this in excel but I cant get the "green totals value" as an active form applies the same formula to all cells when it is recalculated.
Every month new accounts are added, so we run the report monthly.
any ideas are appreciated.
at the moment we run the report and manually every month, count the number of yellow totals which is time consuming for all of the sales reps.