solved order by view count issue

blindmime
@blindmime
9 years ago
772 posts
It appears that when I order a list order_by="profile_view_count desc" it orders like this example:

5
4
3
26
16

Where I think
26
16
5
4
3

Is what you should expect.
updated by @blindmime: 09/09/15 10:49:52AM
paul
@paul
9 years ago
4,326 posts
Try this -
order_by="profile_view_count numerical_desc"
Hth


--
Paul Asher - JR Developer and System Import Specialist
blindmime
@blindmime
9 years ago
772 posts
Thanks, Paul.

Tags