Is there a way to selectively display the View Send check-box in a View?

My view listing displays several hundred records, but there are many records that do not have an email address value in the record. In my current view, it displays the check box on every record. I would like to only show the check box on the records that have a value in the email field.

Can this currently be done?

Comments

hansfn’s picture

Status: Active » Closed (works as designed)

Can't you filter out the records that don't have an email address from the view? It should be straight forward. If not, try to use Javascript to hide the checkboxes for those rows.

No matter what, this is not a Views Send issue. You might have more luck asking this as a general Views question in the support forum or on http://drupal.stackexchange.com

bkcarter’s picture

Yes, I can filter out the records that do not have an email address. The report that is desired however, has both types of records on it, and it was requested that the box be removed from records that don;t have the email address, so I thought I would ask. Sorry to bother you!

hansfn’s picture

No bother. How about an exposed filter that removes the rows without an e-mail address? Use the filter, select all rows, send ...