Hi All,

I am working with the default submissions view for webform. I have added a couple of fields to the table. One of these fields is a term reference field on the webform. When I set the column representing this field to be sortable, it doesn't work because it gets sorted by term id.

How can I make it sort by term name? Any ideas?

Thanks

Comments

yalegria created an issue. See original summary.

DanChadwick’s picture

Status: Active » Closed (works as designed)

You would have to write your own view handler(s) to do this.

If your terms are static, you could define them in order so that the term id is also the alphabetical order.

You might file a feature request with whatever module provided the taxonomy term integration with webform.