Title: Analysis Order
Last modified: February 4, 2021

---

# Analysis Order

 *  Resolved [fedenuche](https://wordpress.org/support/users/fedenuche/)
 * (@fedenuche)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/analysis-order/)
 * When I go to the WordPress dashboard and try to use the analysis tool (Sensei
   LMS > Analysis) and try to reorder the table using the table headers, the result
   is not in proper order.
 * How to reproduce:
 * – Login into the WordPress dashboard and go to “Sensei LMS > Analysis”.
    – Click
   on the “lesson” tab at the top left of the main table. – Click on the “Learners”
   table header.
 * In addition to that, I print the final SQL and the order is by date.
 * `SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.
   post_type = 'lesson' AND ((wp_posts.post_status = 'publish' OR wp_posts.post_status
   = 'private')) ORDER BY wp_posts.post_date DESC LIMIT 0, 20`
 * The ASC/DESC option works, but not the correct field to order.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * (@drawmyface)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/analysis-order/#post-14037026)
 * Hi there
 * Thanks for the report. Our developers are aware that those sorting headers are
   not currently working, but we don’t have a fix for that currently.
 * You can follow this Github issue for any updates on that:
    [https://github.com/Automattic/sensei/issues/2204](https://github.com/Automattic/sensei/issues/2204)
 * Thanks!

Viewing 1 replies (of 1 total)

The topic ‘Analysis Order’ is closed to new replies.

 * ![](https://ps.w.org/sensei-lms/assets/icon-128x128.gif?rev=2914239)
 * [Sensei LMS - Online Courses, Quizzes, & Learning](https://wordpress.org/plugins/sensei-lms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sensei-lms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sensei-lms/)
 * [Active Topics](https://wordpress.org/support/plugin/sensei-lms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sensei-lms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sensei-lms/reviews/)

## Tags

 * [analysis](https://wordpress.org/support/topic-tag/analysis/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dan (a11n)](https://wordpress.org/support/users/drawmyface/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/analysis-order/#post-14037026)
 * Status: resolved