<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body style="FONT-FAMILY: Calibri,sans-serif; WORD-WRAP: break-word; COLOR: rgb(0,0,0); FONT-SIZE: 14px" fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>Hey all!</div>
<div><br>
</div>
<div>We are trying to rebuild our author views. Currently we have the standard creator view BUT we no longer use the creator when we generate a new record, instead we have contributor = author. All of our local contributors, no matter whether they are authors,
editors etc have a contributor_id property, which is NULL for non UoL contributors.</div>
<div><br>
</div>
<div>I was hoping that I could build a view which used the contributor_name and then filter it with a contributor_id not null test but can’t seem to achieve this</div>
<div><br>
</div>
<div>Here’s what I came up with – all suggestions appreciated!</div>
<div> </div>
<div> {<br>
id => "creators",<br>
allow_null => 0,<br>
hideempty => 1,<br>
menus => [<br>
{<br>
fields => [ "contributors_name" ],<br>
filters => [ { meta_fields => [ "contributors_id" ], value => "470920", describe => 0 } ],<br>
new_column_at => [1, 1],<br>
mode => "sections",<br>
open_first_section => 1,<br>
group_range_function => "EPrints::Update::Views::cluster_ranges_30",<br>
grouping_function => "EPrints::Update::Views::group_by_a_to_z",<br>
},</div>
<div> ],<br>
order => "-date/title",<br>
variations => [<br>
"type",<br>
"DEFAULT",<br>
],<br>
},<br>
</div>
<div><br>
</div>
<div>Adam</div>
</div>
</body>
</html>