Welcome to the LimeSurvey Community Forum

Ask the community, share ideas, and connect with other LimeSurvey users!

Response and display token order question

  • helper
  • helper's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 2 weeks ago #93242 by helper
I have a couple of surveys that will have hundreds of responses/tokens. I would like to know if there is a quick an easy method to make the default sort order of the the tokens and responses to be descending rather than ascending based on last activity or completion dates.
The topic has been locked.
  • helper
  • helper's Avatar Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
11 years 2 weeks ago - 11 years 2 weeks ago #93244 by helper
Replied by helper on topic Response and display token order question
Found how to do this on the jQgrid for the token (.../scripts/admin/tokens.js)

Find the following
Code:
    jQuery("#displaytokens").jqGrid({
        .
        .
        .
        sortorder: 'asc', ...
Change the 'sortorder' to desc
Code:
    jQuery("#displaytokens").jqGrid({
        .
        .
        .
        sortorder: 'desc', ...
Last edit: 11 years 2 weeks ago by helper.
The topic has been locked.

Lime-years ahead

Online-surveys for every purse and purpose