Audit Trail for User-Specified Time Period

Hello All,

I have a table where Data is bound (DB Browse) to AUDIT_EVENTS table. I added a Date Range component so that the user can see audited actions within a specific period.

The question is how to bind the Date Range component to the DB query?

Thanks,

PostgreSQL Example:

WHERE "EVENT_TIMESTAMP" >= '{Root Container.Date Range.startDate}' AND "EVENT_TIMESTAMP" <= '{Root Container.Date Range.endDate}'

Thanks a lot

that worked fine.