FedRptDescription
This function returns the full description of a Federal Report line based on the Federal Report name and line number. If called without the line number, it returns the full description of the report.
%InlineCode{FedRptDescription(RptName, LineNum)}%
Example Usage
- %InlineCode{=FedRptDescription("TFR")}% Returns the full description for the TFR Federal Report.
- %InlineCode{=FedRptDescription("TFR", "SC26")}% Returns the description for line SC26 of the TFR Federal Report.
Required Parameters
RptName
The name of the federal report (not its description)
"Call" "TFR"
%fineprint{Used in: FedRptAvgBal, FedRptBalance, FedRptBudget, FedRptDescription}%
Optional Parameters
LineNum
The abbreviated federal report line number.
"SC11" "SO141" "RI-4435"
%fineprint{Used in: FedRptAvgBal, FedRptBalance, FedRptBudget, FedRptDescription}%