Song disks: Difference between revisions
Jump to navigation
Jump to search
(All song disks as table.) |
(Extract main vendor from list of production companies.) |
||
Line 1: | Line 1: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Disks | tables=Disks = D, Disks__Production = DP1 | ||
|fields= | |fields=CONCAT('[[', DP1._value, ']]') = Vendor, CONCAT('[[', D._pageName, '|', D.Code, ']]') = Code , CONCAT('[[', D._pageName, '|', D.Title, ']]') = Title, D.Series, CONCAT('', D.ReleaseYear) = Year, D.Production = Co-production, D.Programming | ||
|where= | |join on=D._ID = DP1._rowID | ||
|order by=Vendor, | |where=D.Type = 'Songs' AND DP1._position = 1 | ||
|order by=Vendor, D.SortableTitle ASC | |||
|limit=2000 | |limit=2000 | ||
|format=table | |format=table | ||
|merge similar cells=yes | |merge similar cells=yes | ||
}} | }} |
Revision as of 16:18, 14 March 2024
Error: No field named "Production" found for the database table "Disks".