BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
agreekgod
Calcite | Level 5

My aim is to create a bar chart denoting the frequency of delivery times, to see whether most orders take one or two or three days etc to be delivered. I have the delivery times for all the orders. How do I find the quantity of orders which satisfy each delivery time using the Query Builder? Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
TomKari
Onyx | Level 15

1. If your delivery time is not a number of seconds, I suggest you convert it to that, as it will be easiest to work with.

2. Create a format for your durations, something along the lines of:

'00:00:00't - '23:59:59't = 'less than 1 day'

'24:00:00't - '47:59:59't = '1 to 2 days'

3. Apply your format, and when you run your bar chart it should group the observations by the format labels.

Tom

View solution in original post

1 REPLY 1
TomKari
Onyx | Level 15

1. If your delivery time is not a number of seconds, I suggest you convert it to that, as it will be easiest to work with.

2. Create a format for your durations, something along the lines of:

'00:00:00't - '23:59:59't = 'less than 1 day'

'24:00:00't - '47:59:59't = '1 to 2 days'

3. Apply your format, and when you run your bar chart it should group the observations by the format labels.

Tom

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 782 views
  • 1 like
  • 2 in conversation