Forum Replies Created

Viewing 4 posts - 16 through 20 (of 20 total)

  • RE: Conditional formatting with Reporting Services

    Does the column's property allow it to auto grow? If not how are you setting the width property?

    Frederick (Fred) J. Stemp, Jr.
    Database Administrator / Database Developer
    Dealer Funding, LLC

    '...if they take my stapler then I'll set the building on fire...'

  • RE: Conditional formatting with Reporting Services

    What are you looking to do specifically?

    If it's from a cell and you want just that value to change format on another cell in the Expression of the cell you...

    Frederick (Fred) J. Stemp, Jr.
    Database Administrator / Database Developer
    Dealer Funding, LLC

    '...if they take my stapler then I'll set the building on fire...'

  • RE: Conditional formatting with Reporting Services

    Nice article. I do a lot of BI and KPI type reports and prefer to use a SWITCH statement on a flag instead of IIF statement:

    =switch(Fields!mydata.Value = 1,"blue",

    Fields!mydata.Value =...

    Frederick (Fred) J. Stemp, Jr.
    Database Administrator / Database Developer
    Dealer Funding, LLC

    '...if they take my stapler then I'll set the building on fire...'

  • RE: Passing Stored Procedure Parameters

    Normally I would but in Excel Services VBA and Macros are not supported.  I was hoping someone had found a work around

    Frederick (Fred) J. Stemp, Jr.
    Database Administrator / Database Developer
    Dealer Funding, LLC

    '...if they take my stapler then I'll set the building on fire...'

Viewing 4 posts - 16 through 20 (of 20 total)