Forum Replies Created

Viewing 15 posts - 2,011 through 2,025 (of 3,500 total)

  • RE: Using JOINs with GROUP BYs

    So what was your question?

    From the looks of it, you have a typo... or several. You can use joins, but your SQL has some typos.

    customers <> custimers

    orders <> order

    SELECT...

  • RE: Ad hoc user reporting

    Apologies if I'm repeating myself. Here's one way of exploring what your best options are...

    Since your target users are already Excel folks, either PowerPivot or PowerBI sounds like the...

  • RE: sql and stored procedure

    ... that way I can tell my boss that second monitor really is required!

  • RE: Ad hoc user reporting

    You could always restore a read-only copy of your database and let your users connect to that... then at least the two databases would be separate... if you ran a...

  • RE: Why am I only getting zeros for a some of my columns?

    What if you change the formatting to some kind of decimal? If SSRS is rounding behind the scenes and the numbers are less than .5, then they may be rounding...

  • RE: SSRS Expression

    Young Jedi,

    A LEFT/RIGHT/OUTER join is "lossless". In other words, you'll get NULLs propagated on the "outside" table if you use an outer join. It's the way outer joins are...

  • RE: SSRS Expression

    oh, use "" instead.

  • RE: Ad hoc user reporting

    There are several options...

    If they're already good at Excel, you might try either PowerPivot or PowerBI Desktop. I would lean toward PowerBI Desktop. If you have something like...

  • RE: SSRS Expression

    I need =Parameters!FundId.Value if this equals Fields!Fund_Name.Value than show =Parameters!FundId.Value

    =IIF(Fields!Fund_Name.Value = Parameters!FundID.Value,Parameters!FundID.Value,NULL)

    ?

  • RE: how to export and import table single table in databe

    Since you're new, maybe this won't hurt... watching Grant Fritchey explain it and walk you through it...

  • RE: Is there a way to make the value entered in preview, be saved?

    Probably the easiest way is to (temporarily) set those values as the defaults for the respective fields. If you want the same values tested over and over again, because...

  • RE: SSAS 2014 Tabular vs. Power BI

    I'm not an expert on SSAS, so I can't answer that part, but PowerBI lets you build a quick star schema and start analyzing data immediately. SSAS can do...

  • RE: Find value from within a range (like an Excel vlookup, true)

    Hi,

    this is close, but not quite right, I think... First off, since you're new, it would help those folks trying to help you if you could post your table...

  • RE: The New Men of IT

    Jeff,

    Just wondering what you would say to an applicant that admitted up front that he may be underqualified, but asked you to help him figure out what he needed to...

  • RE: Looping and scalar value

    I would start by reading this article: The "Numbers" or "Tally" Table: What it is and how it replaces a loop[/url]

Viewing 15 posts - 2,011 through 2,025 (of 3,500 total)