Event due date

Re: Event due date

von Yannick Faucherre -
Anzahl Antworten: 2
Dear Corentin,

Unfortunately, I have this error message while loading the FUP form: CALCULATION ERROR EXISTS!.

Here are the equation detail, where "test_date" is well recognized. I also tried other parameters for the @CALCDATE but with the same result.

Any idea?


41 Wörter

Als Antwort auf Yannick Faucherre

Re: Event due date

von Corentin Aurèle Wicht -

Dear Yannick,

Your calculation looks nearly perfect, the only issue is that your way of calling the "test_date" variable is not 100% correct.

In a longitunal study design, it's good practice to refer to the event name (and not the form name!) before calling the variable.

As such, since your "Patient information" instrument (which contains "test_date") is assign to the "Baseline" event (unique event name: baseline_arm_1), your calculation should look like:

@CALCDATE([baseline_arm_1][test_date],1,'M')

Best,

C.

74 Wörter