SQL syntax to give me Mon-Sun data for the previous week

SachinC

New Member
Joined
Sep 25, 2017
Messages
26
Hi,
I have an object called: [Visitor].[Arrivaldatetime]. It's in text, hence I am converting it to dd/mm/yyyy.

I have a report that will run at 9am on a Monday morning, but I need data for the previous week - i.e. 00:00:01 from Mon to 23:59:59 to Sunday.

This statement doesn't work that great: [Visitor].[Arrivaldatetime] > CONVERT (varchar, DATEADD(day, - 6, GETDATE()), 101), as it pokes in the following Monday which I don't need.

Help please!

Thanks!
 
but still does not sort the object

No, I wasn't expecting it to.

Can't you include the arrival date in the query and ignore it in the 3rd party tool or can you not do the sorting in the 3rd party tool?

I'm with Kyle123 and I think the answer lies with the charting tool, which we don't know anything about.
 
Last edited:
Upvote 0

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,223,369
Messages
6,171,684
Members
452,417
Latest member
gilly01625

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top