Hi,
I would like to code up the following:
Embedded data fields:
wage_1_1 = 1
wage_2_1 = 9
Page shown to participant:
Minimum: 1
Maximum: 9
Code on Qualtrics:
Minimum: $e{ min( e://Field/wage_1_1 , e://Field/wage_2_1 ) }
Maximum: $e{ min( e://Field/wage_1_1 , e://Field/wage_2_1 ) }
However, right now, this is shown to the participant:
Minimum: {Invalid Expression}
Maximum: {Invalid Expression}
Does anybody know how to code this? (Ideally not with javascript since that seems to not work on my account for some reason).
Thank you for your time and suggestions!