Casesummary-table: Difference between revisions
No edit summary |
(Remove space to _ replacement as it seemed to break query) |
||
Line 10: | Line 10: | ||
|fields=_pageData._pageTitle=Casename, _pageData._creationDate=Created, _pageData._categories__full=Categories | |fields=_pageData._pageTitle=Casename, _pageData._creationDate=Created, _pageData._categories__full=Categories | ||
|group by=_pageData._pageTitle, _pageData._creationDate, _pageData._categories__full, _pageData._creationDate__precision | |group by=_pageData._pageTitle, _pageData._creationDate, _pageData._categories__full, _pageData._creationDate__precision | ||
|where=Cases.Subject HOLDS '{{{c}}}' OR _categories HOLDS ' | |where=Cases.Subject HOLDS '{{{c}}}' OR _categories HOLDS '{{{c}}}' | ||
|limit={{#if:{{{limit|}}} | {{{limit|}}} | 200}} | |limit={{#if:{{{limit|}}} | {{{limit|}}} | 200}} | ||
|order by= _pageData._creationDate DESC | |order by= _pageData._creationDate DESC |