Template: GCXI ReportsList

From Genesys Documentation
Revision as of 15:30, April 14, 2022 by WikiSysop (talk | contribs) (Created page with "<noinclude>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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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= IF ( (anchor IS NOT NULL),CONCAT( '[[{{#switch:{{NAMESPACENUMBER}}|620=Draft:|#default=}}PEC-REP/Current/RPRT/',reportPage,'#',anchor,'|',reportName,']]' ),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)"