Source of Relation test data
[[foo::1::3::5]] [[bar::2::4::6]] {{relation| filter "Relation test data", foo, bar extend quark foo*bar print fields }}
filter foo "", bar ""
print
foo | bar |
---|---|
1 | 2 |
3 | 4 |
5 | 6 |
filter _name "Relation test data", *
print
_name | foo | bar |
---|---|---|
Relation test data | 1 | 2 |
Current bug: The wildcard * finds all fields, but does not pad multiple tuples in the page
virtual "Relation test data"
print
foo | bar | quark |
---|---|---|
1 | 2 | 2 |
3 | 4 | 12 |
5 | 6 | 30 |
1 | 2 | 30 |
3 | 4 | 30 |