Custom field sorting in Drupal 7 views 3

How to add sorting to custom added percentage field in Drupal 7 View?

Thanks for your help.

+4
source share
1 answer

I'm not sure if you mean "custom added percentage field", however this should not affect how views handle the field.

  • In the view, click Add next to Sorting Criteria.
  • Filter the list by β€œContent” using the drop-down list.
  • You should see the field in the list. Choose it.
  • Click Apply
  • Set sorting options as needed.

If this is too simple and the problem is that the field does not appear in the list, I would suggest changing / adding a new question with additional information.

+1
source

Source: https://habr.com/ru/post/1398535/


All Articles