Template: GCXI ReportsList

From Genesys Documentation
Revision as of 13:30, April 21, 2022 by WikiSysop (talk | contribs)
Jump to: navigation, search

Query template to generate the list of reports per folder in the GCXI Universe Guide. TBD what optional parameters the template will need to accept customize either content or formatting. The baseline template is expected to be called on the Folder page and simply to display a bulleted list of links to the reports for that folder.

Content is:

{{#cargo_query:
tables=GCXI_Report
|fields= CONCAT( '[[{{#switch:{{NAMESPACENUMBER}}|620=Draft:|#default=}}PEC-REP/Current/RPRT/',reportPage,'|',reportName,']]')
|where=_pageName LIKE "{{#switch:{{NAMESPACENUMBER}}|620=Draft:|#default=}}PEC-REP/Library/GCXIPRGLibrary/{{#explode:{{FULLPAGENAME}}|/|3}}"
|limit=500
|format=ul
}}


No results

Retrieved from "https://all.docs.genesys.com/Template:GCXI_ReportsList (2026-05-15 16:16:44)"