|
|
Line 1: |
Line 1: |
− | {{#cargo_query:
| |
− | tables=Article,MintyDocsProduct
| |
− | |join on=Article.productshort=MintyDocsProduct.workspace_id
| |
− | |fields=Article._pageName,Product
| |
− | |where=(Article._pageNamespace="0" AND MintyDocsProduct.contentarea="Genesys Engage Multicloud")
| |
− | |group by=Article._pageName
| |
− |
| |
− | }}
| |
− |
| |
− | ==Combined query ==
| |
− | {{#cargo_compound_query:
| |
− | tables=Article,MintyDocsProduct ;join on=Article.productshort=MintyDocsProduct.workspace_id;fields=Article._pageName=Page,Article.Product=Product;where=Article._pageNamespace="0" AND MintyDocsProduct.contentarea="Genesys Engage Multicloud";limit=100000
| |
− | |tables=PublicUseCase;fields=PublicUseCase._pageName=Page,Platform=Product;where=(Platform="PureEngageCloud" OR Platform="PureEngage") AND PublicUseCase._pageNamespace="0";limit=100000
| |
− | |tables=Article,MintyDocsProduct,ContentAreaSection;join on=Article.productshort=MintyDocsProduct.workspace_id,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName;fields=Article._pageName=Page,Article.Product=Product;where=Article._pageNamespace="0" AND contentarea="Shared" AND (Article.Platform!="PureCloud" AND Article.Platform!="PureConnect");limit=100000
| |
− | |format=dynamic table
| |
− | }}
| |
− |
| |
− | {{#cargo_compound_query:
| |
− | tables=Article,MintyDocsProduct ;join on=Article.productshort=MintyDocsProduct.workspace_id;fields=Article._pageName=Page,Article.Product=Product;where=Article._pageNamespace="0" AND MintyDocsProduct.contentarea="Genesys Engage Multicloud";limit=100000
| |
− | |tables=PublicUseCase;fields=PublicUseCase._pageName=Page,Platform=Product;where=(Platform="PureEngageCloud" OR Platform="PureEngage") AND PublicUseCase._pageNamespace="0";limit=100000
| |
− | |tables=Article,MintyDocsProduct,ContentAreaSection;join on=Article.productshort=MintyDocsProduct.workspace_id,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName;fields=Article._pageName=Page,Article.Product=Product;where=Article._pageNamespace="0" AND contentarea="Shared" AND (Article.Platform!="PureCloud" AND Article.Platform!="PureConnect");limit=100000
| |
− | |format=json
| |
− | }}
| |
| | | |
− | ==Shared content area for Engage (excluding Purecloud and PureConnect only pages)==
| + | <tabber> |
| + | Last 24 hours= |
| {{#cargo_query: | | {{#cargo_query: |
− | tables=Article,MintyDocsProduct,ContentAreaSection | + | tables=ComponentRN |
− | |join on=Article.productshort=MintyDocsProduct.workspace_id,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName | + | |fields=ComponentId,ReleaseDate,Highlight |
− | |fields=Article._pageName=Page,Article.Platform
| + | |where=DATEDIFF(ReleaseDate,NOW()) >= -1 |
− | |where=Article._pageNamespace="0" AND contentarea="Shared" AND (Article.Platform!="PureCloud" AND Article.Platform!="PureConnect") | |
− | |format=dynamic table
| |
− | |limit=10000
| |
| }} | | }} |
− | | + | |-| |
− | | + | Last week= |
− | ==Genesys Engage Multicloud content area==
| |
| {{#cargo_query: | | {{#cargo_query: |
− | tables=Article,MintyDocsProduct | + | tables=ComponentRN |
− | |join on=Article.productshort=MintyDocsProduct.workspace_id
| + | |fields=ComponentId,ReleaseDate,Highlight |
− | |fields=Article._pageName=Page | + | |where=DATEDIFF(ReleaseDate,NOW()) >= -7 |
− | |where=Article._pageNamespace="0" AND contentarea="Genesys Engage Multicloud" | + | |merge similar cells=yes |
− | |format=dynamic table
| |
− | |limit=10000 | |
| }} | | }} |
− | | + | |-| |
− | ==Use Cases were platform=PureEngage and PureEngageCloud==
| + | Last 30 days= |
| {{#cargo_query: | | {{#cargo_query: |
− | |tables=PublicUseCase
| + | tables=ComponentRN |
− | |fields=PublicUseCase._pageName=Page | + | |fields=ComponentId,ReleaseDate,Highlight |
− | |where=(Platform="PureEngage" OR Platform="PureEngageCloud") AND PublicUseCase._pageNamespace="0" | + | |where=DATEDIFF(ReleaseDate,NOW()) >= -30 |
− | |format=dynamic table
| + | |merge similar cells=yes |
− | |limit=1000 | |
| }} | | }} |
| + | </tabber> |