Forum Replies Created

Viewing 15 posts - 46 through 60 (of 78 total)

  • RE: Export SSRS report into Excel w/o formula

    Set a variable someplace and then have the field use that. Or maybe add a data source that's just SELECT GETDATE() and use that for your value. ...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: Dynamic Report Split

    INNER JOIN Person.Address

    ON Sales.SalesOrderHeader.BillToAddressID = Person.Address.AddressID

    AND Sales.SalesOrderHeader.ShipToAddressID = Person.Address.AddressID

    ...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: Bi implementatin

    There were a bunch of these all created at once by a series of similar, sketchy user accounts. I'm guessing someone is working on their comment spam-bot.

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: SSRS Language Report Properties - Where???

    (It's not exactly what you asked, but here's a related problem.)

    SQL Server (and its various components, including Reporting Services) have a default date format that is assumed anytime another format...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

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

    Utterly agree. I was aiming in that direction but this was much a more useful approach.

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

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

    Nope. You could, but it's not a great idea. The reason this is difficult is that 3 million of anything in one report is too big to use. You can't...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

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

    There's usually a right way, but sometimes there's a simple way too. This sounds more like a reporting problem than an analysis problem, so keep it basic. Consider creating a...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: Best Practise for SSRS Aggregation and Filters

    It's never a good idea to bring back data your report won't use, so definitely use the WHERE to gain some focus. It's really the only way to go: once...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: Does Maturity Make a DBA?

    What we noticed around here is that our data guys are largely ex-military. It's not quite what was in the article, but it's similar. And as we discussed it...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: Take a Seat

    I have a chair too. I think it's blue. Yup, blue. Chairs aren't a big deal to me as long as they meet a certain minimum standard, and my...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: printing blank page every other page

    You're on the right track, this is because your report is too wide. You have to verify three things to get printing to work: page size, margins and the width...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: How to Set a Password for a Report for SSRS 2005?

    It may just be a data source setting. If you choose "Credentials supplied by the user running the report" the user will be prompted for the database credentials at run-time....

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: Carriage returns not working in the comment section of an E-Mail subscription in report manager

    Look in the Subscription screen in Report Manager. When you choose Email delivery you get a field called Comments which is where the body of the email goes. You may...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: SSIS SSRS create one document per customer

    Sure.

    If your report just shows the data for a single customer and uses a customer ID parameter, then you can set up a data-driven subscription to run that...

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

  • RE: SSIS SSRS create one document per customer

    If you're running Enterprise you can set up a data driven subscription and run the whole customer list through a single-customer report that takes a customer identifier as a parameter....

    [font="Arial"]Are you lost daddy? I asked tenderly.
    Shut up he explained.
    [/font]
    - Ring Lardner

Viewing 15 posts - 46 through 60 (of 78 total)