How to make a report page with a selectable date

I made a report but I want to link a “DateTimeInput” component to the StartDate and EndDate value of the report.

02

I can’t see “self.getSibling (” DateTimeInput_0 “). Props.value” to be loaded into variable “StartDate” or directly into tag_historian (as in the image below

04

I try another way, put a button and with an event copy the value of “DateTimeInput” to variable “StartDate”

how can I do it?

The report should update whenever any parameter is changed.

To get today into the selection, on the view startup event use the system.date.now() function to set the initial date and time.

1 Like

Or use an expression binding with now(0). (The zero to make it execute just the once on startup.)

2 Likes