Data Dictionary: | Census of Agriculture 2017 |
Data Source: | Social Explorer; United States Department of Agriculture |
Table: | T172. Food Fish Sales [6] |
T172. | Food Fish Sales | |||||
Universe: none | ||||||
T172_002Food Fish, Catfish - Sales & Distribution, Measured in $
Percent base:
None - percentages not computed (variable is table universe)
Aggregation method:
Addition
Formula used to compute this variable:
#ReturnType oretval = new #ReturnType();
oretval = ORG_1:COA2017_037_FFCSDMI;
if (ORG_1:COA2017_037_FFCSDMI.IsNull)
oretval.IsNull = true;
return oretval;
|