About 29,200 results
Open links in new tab
  1. Adding a Groupby to a Count (IIF in Report Builder

    May 11, 2025 · 0 I have a report in SSRS, built using Report Builder 15 There is a Count column that uses this expression: =Count(IIf(Fields!DataValue.Value = "Value1" , Fields!Amount.Value …

  2. How do I format date and time on ssrs report? - Stack Overflow

    Apr 12, 2013 · How do I format date and time on ssrs report? Asked 12 years, 9 months ago Modified 1 year, 5 months ago Viewed 531k times

  3. How to get rid of blank pages in PDF exported from SSRS

    Dec 12, 2008 · I have a two-page SSRS report. When I exported it to PDF it was taking 4 pages due to its width, where the 2nd and 4th pages were displaying one of my fields from the table. I …

  4. Column populates data in SSMS but shows completely blank in …

    Nov 20, 2024 · I further have to upload the report builder file into our record-keeping system and I see the same blank row come through. When I put an ISNULL(Count(UserId), '0') on the …

  5. Summing a column of expressions in SSRS (total sum)

    May 6, 2012 · I need this on Report Builder: The detail row in my table contains a column with an expression: =sum (Fields!one.Value) / sum (Fields!two.Value) I want to sum that column, but …

  6. Tablix: Repeat header rows on each page not working

    Jul 1, 2012 · 195 I have a tablix with lots of rows that span over multiple pages. I have set the Tablix property Repeat header rows on each page but this does not work. I read somewhere …

  7. Joining two datasets to create a single tablix in report builder 3

    Build two data sets on SSRS tool with the respective queries and make sure both the data sets have same key column (personID). On the SSRS report design, create a table from tool box …

  8. Expand/collapse all Report Builder without using parameter

    Sep 19, 2010 · When the report first runs, it looks like this... Notice how the "Toggle All" button has a + as SSRS recognises it controls visibility. With a single click of this textbox, the report …

  9. SSRS - Using iff(Instr(Fields! to find certain text in a string

    Aug 2, 2022 · 0 I'm struggling (spending LOTS of time trying to figure this out) to make an iff statement work in SSRS/Report Builder. I'm pulling a VARCHAR into a report. In the …

  10. reporting services - SSRS: Report Builder: Conditional Formatting …

    For example in my SSRS report I have a matrix with two text boxes that supply two numbers. I then put a calculation into the third text box which references the first two: Within Report …