Difference between revisions of "User: Bgrenon"
From Genesys Documentation
Line 4: | Line 4: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=RNElements | tables=RNElements | ||
− | |fields=IpName,Version,Container | + | |fields=IpName,LastPublish,Version,Container |
|where=DATEDIFF(LastPublish,NOW()) >= -1 | |where=DATEDIFF(LastPublish,NOW()) >= -1 | ||
|limit=500 | |limit=500 | ||
− | |format=table | + | |format=dynamic table |
|merge similar cells=yes | |merge similar cells=yes | ||
}} | }} | ||
Line 14: | Line 14: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=RNElements | tables=RNElements | ||
− | |fields=IpName,Version,Container | + | |fields=IpName,LastPublish,Version,Container |
|where=DATEDIFF(LastPublish,NOW()) >= -7 | |where=DATEDIFF(LastPublish,NOW()) >= -7 | ||
|limit=500 | |limit=500 | ||
Line 24: | Line 24: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=RNElements | tables=RNElements | ||
− | |fields=IpName,Version,Container | + | |fields=IpName,LastPublish,Version,Container |
|where=DATEDIFF(LastPublish,NOW()) >= -30 | |where=DATEDIFF(LastPublish,NOW()) >= -30 | ||
|limit=500 | |limit=500 |
Revision as of 12:30, April 1, 2022
No results
No results
No results
Error: The SQL function "LASTPUBLISH_SUB()" is not allowed.
Error: The SQL function "CURDATE()" is not allowed.
Error: The SQL function "YEARWEEK()" is not allowed.