• 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Query cdbDateModified
#2
Hi JereMiami,

All "cdb" keys can be queried using cdb_query. You can find all records after a certain point in time using the following:

put cdb_query("cdbDateCreated", ">", tSeconds, tTableName, tTarget, tResultFormat) into tOutputA

where

tSeconds is the point in time in seconds
tTableName is the name of the table to query
tTarget is "local" or "cloud"
tResultFormat is "recordList" or "recordData"

tOutputA will contain all records that meet the query criteria.
  Reply


Messages In This Thread
Query cdbDateModified - by JereMiami - 12-21-2019, 01:49 PM
RE: Query cdbDateModified - by efrain.c - 12-28-2019, 01:52 AM
RE: Query cdbDateModified - by JereMiami - 01-15-2020, 07:03 PM
RE: Query cdbDateModified - by JereMiami - 01-24-2020, 08:34 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)