diff --git a/views/webform.views.inc b/views/webform.views.inc
index 79ac396..a497be1 100644
--- a/views/webform.views.inc
+++ b/views/webform.views.inc
@@ -22,6 +22,11 @@ function webform_views_data() {
       'field' => 'nid',
       'type' => 'INNER',
     ),
+    'status' => array(
+      'left_field' => 'status',
+      'field' => 'status',
+      'type' => 'LEFT',
+    ),
   );
 
   // NID
