Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2009 at 15:36 UTC
Updated:
22 Nov 2009 at 17:08 UTC
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