- Posts: 16
- Thank you received: 0
Welcome to the LimeSurvey Community Forum
Ask the community, share ideas, and connect with other LimeSurvey users!
sort/select top 3 results
- rambo
-
Topic Author
- Offline
- New Member
-
Less
More
3 years 10 months ago #191296
by rambo
sort/select top 3 results was created by rambo
Hi,
is there any way to select the top 3 values from question results and display them in the report.
So I have one big question (array with 5 point choice) and based on that response I calculate a result for A,B,C,D,E,F,G,H,I,J parameters. and in the report I would like to display only 3 with have the highest score.
So can this be done with EM?
Best regard,
Ivan
is there any way to select the top 3 values from question results and display them in the report.
So I have one big question (array with 5 point choice) and based on that response I calculate a result for A,B,C,D,E,F,G,H,I,J parameters. and in the report I would like to display only 3 with have the highest score.
So can this be done with EM?
Best regard,
Ivan
The topic has been locked.
- jelo
-
- Offline
- Platinum Member
-
Less
More
- Posts: 5017
- Thank you received: 1250
3 years 10 months ago #191305
by jelo
To access answers via ExpressionScript (ExpressionManager) you can find variables here:
manual.limesurvey.org/Expression_Manager...code_variable_naming
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
Replied by jelo on topic sort/select top 3 results
What kind of report? A report about the answers of one person? Or about all responses?rambo wrote: So I have one big question (array with 5 point choice) and based on that response I calculate a result for A,B,C,D,E,F,G,H,I,J parameters. and in the report I would like to display only 3 with have the highest score.
To access answers via ExpressionScript (ExpressionManager) you can find variables here:
manual.limesurvey.org/Expression_Manager...code_variable_naming
The meaning of the word "stable" for users
www.limesurvey.org/forum/development/117...ord-stable-for-users
The topic has been locked.
- rambo
-
Topic Author
- Offline
- New Member
-
Less
More
- Posts: 16
- Thank you received: 0
3 years 10 months ago #191308
by rambo
Replied by rambo on topic sort/select top 3 results
Hi, yes report about answers for one person. When you finish survey short report will be generated for each user using pdf report.
The topic has been locked.
- Indispirit
-
- Offline
- Senior Member
-
Less
More
- Posts: 44
- Thank you received: 6
3 years 10 months ago #191315
by Indispirit
Replied by Indispirit on topic sort/select top 3 results
You'll need a way to figure out ties.
The topic has been locked.