pub fn row_amount_by_symbol(
row: &ReportRowView,
symbol: &str,
) -> Option<Rational64>Expand description
Look up a row’s amount for the given commodity symbol. Called from the commodity-columns branch of the tree-table template.
pub fn row_amount_by_symbol(
row: &ReportRowView,
symbol: &str,
) -> Option<Rational64>Look up a row’s amount for the given commodity symbol. Called from the commodity-columns branch of the tree-table template.