Time Specific Entire Column Insert
Here is the code that WE (the Enomaly team) came up with to call data from a specific column on a page.
The "colpos" variable can be changed to work variables (0,1, 2, 3).
Code Listing:
#Define Page ID/Column for tIME SPECIFIC CONTENT
temp.cover = CONTENT
temp.cover {
select {
pidInList = 834 # uid of the page
where = colpos=0
andWhere deleted=0
andWhere hidden=0
andWhere DATEDIFF(CURDATE(),FROM_UNIXTIME(starttime)) > 0
andWhere DATEDIFF(CURDATE(),FROM_UNIXTIME(endtime)) < 0
}
table = tt_content
}


