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
Comment #1
dawehnerNo this is not possible. You have to sort the data-field, because the global: custom text is not in the database.
Comment #2
Equ commentedviews_handler_field solves the problem.
Comment #3
Equ commented