Top "Reportbuilder" questions

ReportBuilder can refer to either the Microsoft Report Builder tool for SQL Server Reporting Services (SSRS) reports, or to the Digital Metaphors Corporation reporting solution for Delphi developers on the Window platform.

Carrying out a SUMIF like operation using SQL Server Report Builder

I'm trying to produce a conditional sum in SQL Server Report Builder 3.0. My expression looks like this: =Sum(Iif(Fields!…

sql-server reporting-services reportbuilder
How do I make wildcards work in a like operator in SQL Server reporting services?

I have added a filter expression using the like operator. What do I put in the value field? my parameter …

reporting-services ssrs-2008 reportbuilder
Report Builder 3.0: How to convert string representation of dates in mm/dd/yy format using CDate

I'm building a report using Report Builder 3.0. The source system I'm working with has strings representing dates in the format …

date reporting-services reportbuilder string-conversion regional-settings
report builder IIF() function with multiple TRUE value

I'm encountering an issue while develloping some report on RB. I have a tablix that where the columns are the …

reporting-services ssrs-tablix reportbuilder iif
Report Builder - Set datetime parameter

I have a report that has parameters StartDate and EndDate. I would like the EndDate parameter's time part to default …

reporting-services reportbuilder
IIF(InStr) function - Inserting data into unrelated field

I have the following expression in a report field (Report Builder 1.0): =IIf(InStr(Fields!AMA_WEBUSERID.Value,"support") > 0, Fields!…

reporting-services reportbuilder
#error when summing numbers in report builder?

I'm trying to sum some numbers up in a grouping, and sometimes a #error would show up instead of an …

reporting-services reportbuilder reportbuilder3.0
How can I get SSRS and Chrome to work together?

Chrome is my preferred browser; I need to interact with SQL Server Reporting Services, though, and when I navigate to …

google-chrome reporting-services cross-browser reportbuilder rdl
DataSet query with Parameters does not work in Report Builder

The following picture shows the query and its result with no variables: The next one shows the same query with …

mysql dataset parameterized reportbuilder
LookupSet based on two fields combined instead of one

I have two datasets: Dataset1 (primary) and Dataset2. My report dataset is Dataset1. I want to access Gross premium Amount …

ssrs-2008 reporting-services reportbuilder