J
JD
My intent is to add a field to my table that contains the cumulative
percentage of the CumFreq field (cumulative frequency). Any help would be
greatly appreciated. My source table ‘AllinOne’ looks like this:
Speed,Frequency_Vehicles,CumFreq,WeekNum
10,1,1,31
13,1,2,31
14,1,3,31
17,3,6,31
20,1,7,31
Etc, etc.
Thanks
percentage of the CumFreq field (cumulative frequency). Any help would be
greatly appreciated. My source table ‘AllinOne’ looks like this:
Speed,Frequency_Vehicles,CumFreq,WeekNum
10,1,1,31
13,1,2,31
14,1,3,31
17,3,6,31
20,1,7,31
Etc, etc.
Thanks