Submitted by ethanrox on 2016/04/16 10:45
Hi there,
 
I am testing a few things with column equations for date fields.
 
Scenario: Parent getting the maximum (latest) date from a child.
 
Field: colDate
 
Column Equation: max(Children).
 
Bug: Cannot get the exact time (seems to be +-5 minutes or so).
 
 
Can this be mitigated by duplicating the max function from the System Code and change something specific for Dates?
 

Comments

Confirmed and fixed in v75
 
Thanks for reporting
 
Pierre_Admin
IQ Designer
 

ethanrox

2016/04/19 21:12

In reply to by Pierre_Admin

Thanks:)
 
I have managed to get some exercise in the meantime to get it working via extra fields, and some row and column equations.
 
Seems like the values that get into the function for the column equation are in the string format for date but with max 2 decimals, so not the full story there. However, this does not happen with row equations.