TISS Item List: Difference between revisions
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
| (17 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
This is a list of data elements collected as part of [[TISS28]] according to [[TISS28 Collection Guide]]. | This is a list of data elements collected as part of [[TISS28]] according to [[TISS28 Collection Guide]]. | ||
{{# | {{#cargo_query: | ||
| | tables=TISS_Items, | ||
| | |fields=CONCAT('[[:', Category, '|', SUBSTRING(Category, 20), ']]') = TISS Category, ItemNumber = Item Number, _pageName = Item, Description, Points, ItemNumber = Item Number, Comment, StartDate= Start Date | ||
| | |where=StartDate<CURRENT_DATE AND CURRENT_DATE<EndDate | ||
| | |order by=Item Number | ||
| | |format=dynamic table | ||
| | |rows per page=100 | ||
| | |limit=100 | ||
| | }} | ||
| | |||
| | == TISS items not currently collected == | ||
| | {{Collapsable | ||
|limit= | | always= click expand to see TISS items not currently collected | ||
| | | full= | ||
{{#cargo_query: | |||
tables=TISS_Items, | |||
|fields=CONCAT('[[:', Category, '|', SUBSTRING(Category, 20), ']]') = TISS Category, RowNumber= Row number, _pageName = Item, Description, Points, Comment, StartDate= Start Date, EndDate = End date | |||
|where=StartDate>CURRENT_DATE or CURRENT_DATE>EndDate | |||
|order by=Row number | |||
|format=dynamic table | |||
|limit=100 | |||
|rows per page=100 | |||
}} | |||
}} | }} | ||