Hello,
I am trying to use the formala wizard to do what seems to be a very simple task, but i keep getting an error.
I open up the formula wizard, and create a new formula called
%R. I add the study "PercentRStudy". I add the line:
vPctR10.getValue(PercentRStudy.PERECENTR) < -80
and get these errors:
Line 38: Parameter Number 1 of Function PercentRStudy.getValue is invalid
Line 38: can't convert PercentRStudy.PERECENTR to an integer.
This is line 38:
vPctR10.getValue(PercentRStudy.PERECENTR) < -80
What is causing these errors?
Thanks,
B
I am trying to use the formala wizard to do what seems to be a very simple task, but i keep getting an error.
I open up the formula wizard, and create a new formula called
%R. I add the study "PercentRStudy". I add the line:
vPctR10.getValue(PercentRStudy.PERECENTR) < -80
and get these errors:
Line 38: Parameter Number 1 of Function PercentRStudy.getValue is invalid
Line 38: can't convert PercentRStudy.PERECENTR to an integer.
This is line 38:
vPctR10.getValue(PercentRStudy.PERECENTR) < -80
What is causing these errors?
Thanks,
B
Comment