vote up 1 vote down star

I have a content type with a CCK integer field which takes a unix timestamp. I would like to create a view with a filter that takes the MySQL function "UNIX_TIMESTAMP":

alt text

If there is no way of doing this, how can I alter the SQL generated for the view?

flag

1 Answer

vote up 0 vote down

I found a temporary solution which involves implementing the views_pre_execute hook inside the views module.

I've documented it here in the comment labeled "Use SQL value for filter value on CCK integer field".

I'm not very happy with this solution, though, because it seems a bit of a hack.

link|flag
Sidenote: The comment 'label' is actually a link to the comment itself, so you can link directly to it: drupal.org/node/409808#comment-1492672 – Henrik Opel Aug 27 at 21:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.