Forum Replies Created

Viewing 15 posts - 1 through 15 (of 53 total)

  • RE: Backup encrypted database

    Sue_H - Wednesday, February 28, 2018 2:24 PM

    cidr - Wednesday, February 28, 2018 1:14 PM

  • RE: Group by with min and max dates

    drew.allen - Tuesday, December 26, 2017 9:49 AM

    This is a fairly straitforward gaps and islands problem.  Here is a solution.  There...

  • RE: Group by with min and max dates

    To keep it a bit more simple, let's just stick with Graham

    name      shift_type        sunday_shift_date    
    Graham     Late ...

  • RE: Group by with min and max dates

    Thom A - Tuesday, December 26, 2017 8:29 AM

    No, this doesn't make sense. The 2nd entry in your expected result set states...

  • RE: Group by with min and max dates

    Thom A - Tuesday, December 26, 2017 8:20 AM

    Why is the 2nd and 3rd entries for Graham Late? I would have expected...

  • RE: Age groups based on difference - Date slicer

    robert.gerald.taylor (11/5/2013)


    Couldn't you do this in a calculated member and use the DateDiff() function to get the number of years. Then use IIF() to put in groups?

    Just thinking out...

  • RE: Filter rows based on two columns

    Thanks guys, I tried this previously but it wasn't working for me because the actual solution uses the IN statement for NAME as there's three values to be pulled through....

  • RE: Billing of Materials query

    Lowell 2012-09-12

    lol just shorthand for "Original Poster".

    Er, I'll take that as a compliment.

    I really have been out of touch for the last year 😀

  • RE: Billing of Materials query

    lowell 2012-09-12

    @67 posts, i didn't think this was homework for the OP, and i got all excited about making a recursive CTE work before someone else beat me to...

  • RE: Billing of Materials query

    Lowell 2012-09-12

    by obfuscating everything to A1,A2 parent/Child, you lost the ability to get an answer you can translate over easily.

    Ah, I'm sorry Lowell, my bad, I've been zoned out all...

  • RE: Billing of Materials query

    Thanks for responding Lowell,

    The only issue with this technique is that there are literally 10s of thousands of parts so I'm not sure if this technique would work; I wont...

  • RE: Determin previous, current, future fiscal years

    Lynn Pettis 23/04/2012

    Take a look at this and see if you couldn't incorporate this into your calendar table. Using a computed column should dynamically update the identifier column each day....

  • RE: Determin previous, current, future fiscal years

    Hi ColdCoffee, does this help:

    Date Fiscal_Year Identifier

    30-Mar-11 11-12 ...

  • RE: Running totals

    I don't know enough about the cube product they're using. If it was SSAS then I'm sure I could create running totals quite easily for both ProductID and then...

  • RE: Running totals

    Hi Jeff,

    I'll double check with them. I think the logic they had was that they wanted to slice/dice data, by productID, then by SalesmanID etc, not together.

    However, so...

Viewing 15 posts - 1 through 15 (of 53 total)