Hi guys!

I have a global:custom text field, which displays data from database (select * from). My views table looks like this:

Rating #    |    Company name
-----------------------------
   1                Intel
   2                Sun
   3                etc.

where Rating # is my Global:custom text field. Is it possible to make this field sortable?

Thank you.

Comments

dawehner’s picture

No this is not possible. You have to sort the data-field, because the global: custom text is not in the database.

Equ’s picture

views_handler_field solves the problem.

Equ’s picture

Status: Active » Closed (fixed)