Divide Item Sales Report

I want to create two Item wise sales report.
one Item wise sales report data should be less than the 4.30PM and other one data should be grater than the 4.30 Pm.
Appreciate if some one can help me.

If you are up to date you should be able to add time to the end of date on the report dates fields at top…

If we are hard code how we do this
as a example

{REPORT ORDER DETAILS:O.MenuItemName,O.Quantity.Sum.desc,O.ExactTotal.Sum.desc:(ODI=True) and O.Time <4.30PM} like

Search the forum, several similar themed topics.
Check here for some similar ideas;

If its shift change looks like simplest way would be to tag reports and report using tags but expect using actual time is also possible but from experience dealing with times is always more complicated than it first sounds, usually simplicity is easiest so forget am/pm and always use 24hr.
To do larger smaller it needs to be an intiger/number so no :, need plain format like HHmm.

Ok Thanks. I will check this