Forum Replies Created

Viewing 15 posts - 10,606 through 10,620 (of 26,489 total)

  • RE: Create 15 min inc time matrix?

    Lynn Pettis (7/19/2012)


    capn.hector (7/19/2012)


    tacy.highland (7/19/2012)


    I think so. It's taking the varchars and converting them to smalldatetime. Although, I'm not clear on why its converting the route# to .1?

    the...

  • RE: Create 15 min inc time matrix?

    Sean Lange (7/19/2012)


    I wish there was something I could do for you to thank you for all your time on this.

    This is just so great.

    I think you just did. 😀

    Most...

  • RE: Create 15 min inc time matrix?

    capn.hector (7/19/2012)


    tacy.highland (7/19/2012)


    I think so. It's taking the varchars and converting them to smalldatetime. Although, I'm not clear on why its converting the route# to .1?

    the route to...

  • RE: Looking for some advice from those in the field..

    You could also talk to some of the small non-profit organizations in your area about volunteering your time to help them with database base applications. Some may already be...

  • RE: Time Zones

    djackson 22568 (7/19/2012)


    Tao Klerks (7/19/2012)


    djackson 22568 (7/19/2012)


    I also appreciate that someone else is willing to point out there is no 12:00 AM or PM!

    OK, I didn't understand the reference the...

  • RE: Create 15 min inc time matrix?

    The hard part was the initial code. Making the mods is just knowing what it is doing and having a better understanding of the data upon which it must...

  • RE: Create 15 min inc time matrix?

    Okay, new update to my code:

    WITH

    /* Create the dynamic tally table (0 based) ...

  • RE: Create 15 min inc time matrix?

    Looking at the sample data, looks like we have multiple entries for the same route. I need to modify my code a bit more to handle this additional possibility.

  • RE: Create 15 min inc time matrix?

    Hold on, I have a problem.....

  • RE: Create 15 min inc time matrix?

    Converted your temp table into a permanent table (created it in a separate query window from my code).

    Here is my updated code based on your current sample data (i.e. we...

  • RE: Create 15 min inc time matrix?

    Or do we wrap the data around on the display?

  • RE: Create 15 min inc time matrix?

    Another assumption here, you want to display the pivot data out beyond 23:45, correct?

  • RE: Create 15 min inc time matrix?

    tacy.highland (7/19/2012)


    That would be exactly right:

    INSERT INTO #Schedules_RC

    (

    Route

    , Start_Time

    , End_Time

    ...

  • RE: Create 15 min inc time matrix?

    You may want to extend your sample data, as this will result in modifications to the code. Also, how does this change how the data is presented?

    Also, spanning...

  • RE: Create 15 min inc time matrix?

    tacy.highland (7/19/2012)


    Times could span days but you'd know that if it has a starttime in regular time format and an endtime in 29 hour clock format (ie 2500 - 2859).

    This...

Viewing 15 posts - 10,606 through 10,620 (of 26,489 total)