Hi,
Does anyone know how to filter a view by comparing the value of two fields??
Longer description - I have a content type that has 3 date fields.. I want a view that shows all the content where the values in date_field_1 are different from the values in date_field_2.. I can only seem to filter based on set static vales or with date fields using strtotime expressions.. I can't see any way to do a comparison of two fields..
Thanks..
On 10/19/2012 6:13 AM, Wipe_Out wrote:
Does anyone know how to filter a view by comparing the value of two fields??
Longer description - I have a content type that has 3 date fields.. I want a view that shows all the content where the values in date_field_1 are different from the values in date_field_2.. I can only seem to filter based on set static vales or with date fields using strtotime expressions.. I can't see any way to do a comparison of two fields..
Monitor this issue: http://drupal.org/node/699252
It looks like date fields are not working with the most recent patch.
Ted
On 19 October 2012 14:45, Ted ted-drupalists@webfirst.com wrote:
Monitor this issue: http://drupal.org/node/699252
It looks like date fields are not working with the most recent patch.
Ted
[ Drupal support list | http://lists.drupal.org/ ]
Thanks Ted..