Anthony,
> Even better, though, why not use a computed field:
>
> Field('counter',type='integer',compute=count_functions)
>
> def count_functions(row):
> return sum(row.values()[1:9])Thanks, problem solved. Annet.
Anthony,
> Even better, though, why not use a computed field:
>
> Field('counter',type='integer',compute=count_functions)
>
> def count_functions(row):
> return sum(row.values()[1:9])Thanks, problem solved. Annet.