Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T680. Producers with Military Service - Number of Operations by Households Sharing Net Income [12] |
T680. | Producers with Military Service - Number of Operations by Households Sharing Net Income | |||||
Universe: none | ||||||
T680_004 Households Sharing Net Income: (3 Households)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_134_PRDCRSMSSNOOHSNI_3;
if (ORG_1:COA2017_134_PRDCRSMSSNOOHSNI_3.IsNull)
oretval.IsNull = true;
return oretval;
|