Template: GCXI ReportsList

From Genesys Documentation
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={{#switch: {{#explode:{{FULLPAGENAME}}|/|2}} |GCXIPRG = CONCAT( '[https://docs.genesys.com/Documentation/GCXI/{{#switch:{{NAMESPACENUMBER}}|620=9.0DRAFT|#default=9.0.0}}/User/',reportPage,' ',reportName,']')|GCXIMCPRG | #default = 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}}" {{#switch: {{#explode:{{FULLPAGENAME}}|/|2}} | GCXIMCPRG = AND (GCXI_Report.cloud LIKE "yes" OR GCXI_Report.cloud IS NULL) | GCXIPRG = AND (GCXI_Report.premise LIKE "yes" OR GCXI_Report.premise IS NULL) | #default= }}
|limit=500
|format=ul
}}


No results

Retrieved from "https://all.docs.genesys.com/Template:GCXI_ReportsList (2024-04-20 09:38:16)"