Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
T399. | Farms by Concentration of Market Value of Agricultural Products Sold - Ag Services, Utilities | |||||
Universe: none | ||||||
T399_005 Concentration: (Top 75 Pct of Operations On Farm Sales Basis)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_094_ASUEMIC_4;
if (ORG_1:COA2017_094_ASUEMIC_4.IsNull)
oretval.IsNull = true;
return oretval;
|