Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: timonkGood Day,
This is really a question of the SQL query you are using rather than the LAE product itself. So your options are basically SQL syntax.
Have you considered the BETWEEN clause? The basic syntax for this is:
SQL BETWEEN SyntaxSELECT column_name(s)
FROM table_name
WHERE column_name
BETWEEN value1 AND value2
There are several examples to be found through a Google search.
Aside from this and the method you are currently using (which I assume is something along the lines of "select X from Y where ... AND TM.AUDIT >= ...AND TM.AUDIT <= ") I'm unaware of another sql form to parse your date fields in the manner you want.
Regards,
Timon Koufopoulos
Lavastorm Analytics Support.