<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div style="padding-bottom: 10px; padding-top: 5px;">
<div style="padding:12px; border:1px solid #8D3970; background-color:#F7F9FA; color:#8D3970; font-size:14px; line-height:22px; font-family: Calibri, Arial, Helvetica, sans-serif;">
<strong>CAUTION:</strong> This e-mail originated outside the University of Southampton.
</div>
</div>
<div>
<div dir="ltr">
<div>How to separate the month from the date for menu and grouping in browse view page:</div>
<div>I have Four questions/query</div>
<div>1. how to make one more field in the menus</div>
<div>2. I have two menus, first is the type of the item then the other is the year then I want to make one more that is the month when I use date;res=month in the menu it is showing month with the year but I want to group by month only.</div>
<div>
<div>{<br>
id => "type",<br>
menus => [<br>
{<br>
fields => [ "type" ],<br>
reverse_order => 1,<br>
allow_null => 1,<br>
new_column_at => [10,10],<br>
},<br>
{<br>
fields => [ "date;res=year" ],<br>
reverse_order => 1,<br>
allow_null => 1,<br>
new_column_at => [10,10],<br>
}<br>
<br>
],<br>
order => "creators_name/title/editors_name",<br>
variations => [<br>
# "creators_name;first_letter",<br>
# "date;res=year",<br>
"date;res=month",<br>
# "publication;first_letter",<br>
# "volume",<br>
# "number",<br>
"DEFAULT" ],<br>
},</div>
</div>
<div><br>
</div>
<div>3. Is there any way to categorize a particular division menu by year, then by month? when I create the menu functionality in the
<a href="https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fviews.pl%2F&data=04%7C01%7Ceprints-tech%40ecs.soton.ac.uk%7Cf614951fe6504f2cf5b308d98d3b551f%7C4a5378f929f44d3ebe89669d03ada9d8%7C0%7C0%7C637696108684832907%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C2000&sdata=1xfZb8cUlLcUirix92u08CQXdr0HjgDfCanUZ3nuxQk%3D&reserved=0" originalSrc="http://views.pl/" shash="ivzOA3mWnkykDLiNe0iZ8ukoUqNO9bCG5oGrAc54cra/6MUPo17mORlfGTwQNl7r+OHh7zkrto6tZN3n0upgYaafXrQoBwpszNFiDHxLu8AURxvpPVpVenuj9DCoB+OeUYF0QwZoB4nLrbnpeqiUQh2F6rKxGf3i1cAXhpw0Ank=">views.pl</a> it applies to all the division categories.</div>
<div>4. Is there any way to generate the views of the particular division, not the whole division like I want to create a browse view of the Department of Mass Communication only.</div>
<div><br>
</div>
<div>Thanks,</div>
</div>
</div>
</body>
</html>