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.
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 reportbuilderI have added a filter expression using the like operator. What do I put in the value field? my parameter …
reporting-services ssrs-2008 reportbuilderI'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-settingsI'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 iifI have a report that has parameters StartDate and EndDate. I would like the EndDate parameter's time part to default …
reporting-services reportbuilderI have the following expression in a report field (Report Builder 1.0): =IIf(InStr(Fields!AMA_WEBUSERID.Value,"support") > 0, Fields!…
reporting-services reportbuilderI'm trying to sum some numbers up in a grouping, and sometimes a #error would show up instead of an …
reporting-services reportbuilder reportbuilder3.0Chrome 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 rdlThe following picture shows the query and its result with no variables: The next one shows the same query with …
mysql dataset parameterized reportbuilderI have two datasets: Dataset1 (primary) and Dataset2. My report dataset is Dataset1. I want to access Gross premium Amount …
ssrs-2008 reporting-services reportbuilder