About 60 results
Open links in new tab
  1. sql server - Switch expression in SSRS - Stack Overflow

    May 16, 2017 · Switch expression in SSRS Asked 8 years, 8 months ago Modified 8 years, 8 months ago Viewed 11k times

  2. SSRS Conditional Formatting Switch or IIF - Stack Overflow

    Aug 30, 2013 · SSRS Conditional Formatting Switch or IIF Asked 12 years, 4 months ago Modified 12 years, 4 months ago Viewed 185k times

  3. sql - Trying to use Switch statement in SSRS - Stack Overflow

    Jun 15, 2015 · Trying to use switch statement to display two different results in my report. Was maybe looking for syntax correction or is there a way to use an else if statement? Problem is I want this …

  4. Using Switch in SSRS - Database Administrators Stack Exchange

    Using Switch in SSRS Ask Question Asked 11 years, 7 months ago Modified 11 years, 7 months ago

  5. Using AND in Switch Expression in SSRS 2008 - Stack Overflow

    Dec 18, 2015 · 3 Below is my code I use in the Color Expression in SSRS 2008 to change the color of the text. =Switch(Fields!DistanceFromOutlet.Value > 500, "Red", Fields!DistanceFromOutlet.Value < …

  6. Report Builder 3.0 SWITCH expression DEFAULT/ELSE

    Jan 14, 2016 · Parameters!UserFranNr.Value = "87","ID87", "ID0" ) I have not found any documentation that explains how to implement a default value using SWITCH. Is this even possible? If so how? If …

  7. SSRS SWITCH Syntax not working - Stack Overflow

    SSRS SWITCH Syntax not working Asked 9 years, 5 months ago Modified 9 years, 5 months ago Viewed 3k times

  8. reporting services - switch statement in ssrs - Stack Overflow

    Nov 15, 2019 · I have an SSRS report in which I am trying to hide columns based on the select value from a multi-select dropdown. I tried using multiple IIF statements as well as SWITCH CASE but it …

  9. SSRS Switch statement expression for multi value parameters

    Jul 24, 2016 · I have the following switch statement within an SSRS report, but it errors out when I run the report. Basically Parameter 1 is a multi value parameter, and when the parameter has two values …

  10. reporting services - SSRS count with switch - Stack Overflow

    Aug 18, 2021 · SSRS count with switch Asked 4 years, 4 months ago Modified 4 years, 4 months ago Viewed 215 times