Difference between revisions of "User: Bgrenon"

From Genesys Documentation
Jump to: navigation, search
Line 3: Line 3:
 
Updated in last 7 days=
 
Updated in last 7 days=
 
{{#cargo_query:
 
{{#cargo_query:
tables=RNElements
+
tables=RNElements,ComponentRN
 +
|join on=RNElements.Version=ComponentRN.ReleaseNumber
 
|fields=IpName,LastPublish,Version,Container
 
|fields=IpName,LastPublish,Version,Container
|where=DATEDIFF(LastPublish,NOW()) >= -7
+
|where=DATEDIFF(ReleaseDate,NOW()) >= -7 AND ComponentRN._pageNamespace="0"
 
|limit=500
 
|limit=500
 
|format=dynamic table
 
|format=dynamic table
Line 13: Line 14:
 
Updated in last 30 days=
 
Updated in last 30 days=
 
{{#cargo_query:
 
{{#cargo_query:
tables=RNElements
+
tables=RNElements,ComponentRN
 +
|join on=RNElements.Version=ComponentRN.ReleaseNumber
 
|fields=IpName,LastPublish,Version,Container
 
|fields=IpName,LastPublish,Version,Container
|where=DATEDIFF(LastPublish,NOW()) >= -30
+
|where=DATEDIFF(ReleaseDate,NOW()) >= -30 AND ComponentRN._pageNamespace="0"
 
|limit=500
 
|limit=500
 
|format=dynamic table
 
|format=dynamic table

Revision as of 14:45, April 5, 2022

No results

No results


Retrieved from "https://all.docs.genesys.com/User:Bgrenon (2024-10-07 00:22:16)"