Forum Replies Created

Viewing 15 posts - 4,006 through 4,020 (of 4,085 total)

  • RE: Just pull back the MAX Date

    smunson (8/19/2009)


    I hate to rain on the MAX of the DATE party, but just using MAX alone isn't going to get the results needed, as what happens when there's more...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Ideas on rule based SSIS package

    It sounds like a calculated column transformation will do the trick.

    If that doesn't work, you can certainly do a conditional split into as many outputs as necessary (and hopefully you...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: SSAS: How can I filter by customer if I have ~ 3 million customers?

    Another option to consider in connection with the hierarchies is building a drill-through report. In your cube, the hierarchy would only go down to a given level (say city)...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Help required!!

    I've given you more than enough information to finish this on your own. I suggest you look at what I've already written and try to come up with the...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Help required!!

    I modified the code to show you how this would be accomplished. Since your test data only has one school and one district, the numbers by school and by...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Help required!!

    mahesh.vsp (8/18/2009)


    Using the below output, how can i get the total count of students who has the given the exam for which i need to get the values as 3.

    This...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Subquery with case statement

    I think this will give you what you are looking for.

    SELECT IsNull(t2.Event_Total, t1.Event_Total) AS Event_Total

    FROM qtr_totalinfo AS t1

    LEFT OUTER JOIN t2

    ON t1.Event_Qtr = t2.Event_Qtr

    Drew

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Help required!!

    mahesh.vsp (8/18/2009)


    Hi Pals,

    First, we don't need a history of the universe to help you solve your problem. You could have easily started with the unpivoted table rather than from...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Comparing 2 Months

    Without sample data it's really hard to know, but it sounds like you don't really need to compare months, you just want members who were added this month. There...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Problem emailing query results with Database mail

    It might work with a global temp table. You define a global temp table using two octothorpes instead of just one

    Create Table ##temp

    The global temp table can be used...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: How to calculate weighted averages

    I think the confusion is coming because of the term "Total Customers". There are actually two separate measures which could be called "Total Customers" and you're mixing the two....

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Just pull back the MAX Date

    Ryan Keast (8/18/2009)


    Just had a chance to test out your code and I am still pulling back the three results as originally posted.

    Any more help would be appreciated.

    As I said...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: How to calculate weighted averages

    Revenue should be one of the facts in your fact table and this fact should become a measure when you create and process your cube. If revenue is not...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: Aging Query

    Ravi (8/17/2009)


    I have attached the sample data and expected output

    let me try to explain what i need

    It's only slightly better. You still haven't provided it in the...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

  • RE: SSAS: How can I filter by customer if I have ~ 3 million customers?

    The purpose of BI is to give you the BIG PICTURE about your business. If you're looking at individual customers out of ~ 3 million customers, you're down in...

    J. Drew Allen
    Business Intelligence Analyst
    Philadelphia, PA

Viewing 15 posts - 4,006 through 4,020 (of 4,085 total)