pub const EX_0107: &str = r#"
┌───────────────────────────────────────────────────────────────┐
│ information item name │
├───────────────────────╥───────────────────────────────────────┤
│ output label ║ input expression 1 │
├───────────────────────╫───────────────────┬───────────────────┤
│ output component 1, ║ input entry 1a │ input entry 1b │
│ output component 2 ║ │ │
╞════════════╤══════════╬═══════════════════╪═══════════════════╡
│ │ input ║ output entry 1.1, │ output entry 1.3, │
│ input │ entry 2a ║ output entry 2.1 │ output entry 2.3 │
│ expression ├──────────╫───────────────────┼───────────────────┤
│ 2 │ input ║ output entry 1.2, │ output entry 1.4, │
│ │ entry 2b ║ output entry 2.2 │ output entry 2.4 │
└────────────┴──────────╨───────────────────┴───────────────────┘
"#;
Expand description
General crosstab decision table with multiple outputs.