10-10-2017 07:46 PM
Would someone share the syntax to add query conditions for DateCreated > yymmdd? I know I came across it at one point and can't seem to find it anywhere.
Solved! Go to Solution.
10-10-2017 11:57 PM
Just enter the Query in the DIAdem Navigator GUI and press CTRL+SHIFT+C while an element of the query input is active.
Afterwards you will find the needed code in the Clipboard.
Call oMyConditions.Add(eSearchFile,"createTime",">=",DateSerial(2017,10,11))
10-11-2017 09:20 AM
Works great, thanks for the tip Andreas.