Generate Field Statistics
profit814
Forums
I am writing a scipt to calcualte some ratios and am using the fieldstatistics funciton @FieldStatistics( "column 1 ",6 ). When i run the procedures as a script i am getting an error because field statistics have not been generated on the database prior to the calcualtions. Is there a command that i can use within idescript that will generate fieldstatistics?
Yes there is, here is some
Yes there is, here is some example code that will check to see if the fields stats has been computed and if it hasn't then perform the computation.