0

I have made a view that has one column for the total of posts from a user and another column for the number of views of those posts.

Is there any way to create a third column where I can show the ratio of views per posts using Views UI in Drupal of those already calculated fields?

Kookoriko
  • 322
  • 1
  • 3
  • 11

1 Answers1

0

If you are happy with the math and php user drupal.org/project/views_php

Add a php field, your values will be available in the "available variable" drop down, use the "output code" section to print or echo out ratio

pete80
  • 545
  • 4
  • 13