Tagged Questions

ReportBuilder from Digital Metaphors Corporation is a reporting solution for Delphi developers on the Window platform.

learn more… | top users | synonyms

11
votes
2answers
4k views

SSRS Report Builder - Issues From Experience?

I'm looking into the idea of rolling out the web-based SSRS Report Builder to our end users to allow them to create their own reports against our production application databases. From what I have ...
4
votes
4answers
372 views

Microsoft Reports Adding Two Column Values

Is it possible to add two column values say I have 3 columns: Item 1 | Item 2 | Total =Fields!Item1.Value | =Fields!Item1.Value | ??? What I want to ...
4
votes
2answers
2k views

SQL Server 2005 Report Builder How to dynamically change Data Source?

We have a need to be able to dynamically change the Data source for a report built/managed in Report Builder. Basically its the same DB structure but each client has their own DB so depending on the ...
4
votes
2answers
6k views

SSRS Report Builder 2.0 - Use with SQL 2005

I'm starting to look into SSRS Report Builder 2.0, and I see in the documentation that it supports connections to SQL 2005. Does anyone know if the reports made against SQL 2005 can then be upload to ...
3
votes
1answer
230 views

coldfusion cfreport error when format is excel

I have a problem when using cfreport with format is excel. This error occur even the *.cfr file contain only single Label. <cferror template="path/to/error_template.cfm" type="EXCEPTION"> ...
2
votes
3answers
339 views

Fastest way to locate record in TQuery resultset

I am wondering what the best (read: fastest) way is to locate a record in a resultset of a Tquery SQL statement. Until now i'm using TQuery.Locate and if i'm right that is the only statement that can ...
2
votes
1answer
199 views

Calling a scalar valued function from within a reporting services data model report

I'm working on a report using SQL Server Report Builder (version 3) against SQL Server 2008 with a custom data model. Within the database that my data model is based on I have a couple of scalar ...
2
votes
1answer
947 views

Using Reportbuilder for Delphi, is it possible to print landscape and portrait within the same report?

We're using Reportbuilder for Delphi and I have a report, made up of several smaller subreports, set up to print landscape. Is there a way to make the first subreport print in portrait, whilst the ...
2
votes
1answer
757 views

report builder 3.0

I am in the process of evaluiting Ad-Hoc reporting tool on top SQL Server 2008 R2. I would like to know what are the limitations around the Report Builder 3.0 which comes with SQL server. What ...
2
votes
2answers
743 views

How to add moving average to Report Builder 2.0 chart

This is driving me nuts. I've looked at all the relevant MSDN tutorials but they talk about 'data field drop zones' and how a 'Add Calculated Series' menu option should be there but it's not, and no ...
2
votes
1answer
2k views

querying data from Sharepoint using Report Builder 2.0: missing fields

I'm using SQL Server 2008 with Report Builder 2.0 to try and query data from a Sharepoint List, as described in this tutorial. The report is set up to use an XML data source with the connection ...
1
vote
0answers
35 views

Saving RTM files compatible to previous versions of Report Builder

I have some report templates saved as .RTM files. They are used by an application built with Delphi 5 and ReportBuilder 5. Now, I just need to change the logo at the top of these report templates, ...
1
vote
1answer
134 views

Slow printing with label printer could be caused by my software?

I have a software that prints labels. It generates many pages with n columns to be printed in a label printer (commonly Argox or Zebra). I use report builder to do so, meaning I send the jobs through ...
1
vote
1answer
170 views

Reporting Services format for master detail

How do I display Master Detail records on the report. I am trying to display in the following format.Could you please let me know how to do this? I appreciate any help. My query returns in the ...
1
vote
1answer
224 views

How to prevent (or limit) Oracle Reports Builder 10g crashing

Reports Builder version 10.1.2.0.2 DB version: 10.2.0.4.0 (64 Bit) Oracle Reports Builder is crashing so regularly now that it is almost unuseable, we have to backup and save after every minor ...
1
vote
1answer
55 views

Reporting services display data format help

I have a Tablix and my query returns 5 records. Here is my query results. Please let me know how to display them. I appreciate any help. Thank you. 2 Test1 20 3 Test2 ...
1
vote
1answer
121 views

ReportBuilder 7.X and Delphi 7.X issue

I have an issue with a report using ReportBuilder 7.X in an application built with Delphi 7.X. The rights in the memo field are cut off when 'previewed' (see screenshot2.jpg), however you can see all ...
1
vote
1answer
149 views

Move a column in Report Builder 2.0

How can I simply move a table column left or right in Report Builder using the UI (or text editor if necessary)? I've tried to drag and drop, looked at menus, etc, and I can't find that option. Is ...
1
vote
0answers
121 views

Report Builder Spacing DBMemo Delphi

I am using a DBMemo (TPPDBMemo) component in reportbuilder within delphi. The Stretch property is true but the control doesn't always stretch itself out correctly within the region. For example ...
1
vote
0answers
115 views

Delphi ReportBuilder auto adjust position?

Is there a way to automatically relocate components in ReportBuilder? For example, I have several ppDBMemos and ppDBTexts laid out next to each other within a ppRegion. If I set one of the ppDBMemos ...
1
vote
3answers
147 views

Report Builder 1.0 vs 2.0. Search function disappeared?

We have a client who is migrating from Report Builder 1.0 to Report Builder 2.0. Yes, I realise they are very behind the game, and RB3 has been out ages, but there are internal reasons why they are ...
1
vote
0answers
344 views

How do I set the report language in Report Builder 3.0?

I'm using Report Builder 3.0 to create some reports for an application. I'm using Report Builder because I'd like the client to be able to customize the reports as needed in the future. Now, when I ...
1
vote
2answers
780 views

Configure Reporting Services 2008 to use more than one Report Builder version

In the process of deploying Reporting Services 2008, some users get confused with the new Report Builder 3.0 it comes with, especially its differences versus version 2.0 which came with SSRS 2005. Is ...
1
vote
2answers
178 views

Is there a way to force Report Builder to use “WITH (NOLOCK)” in the queries it generates?

At work, users are very happy to generate their own reports using Reporting Services' Report Builder. But, alas, the queries it generates are very inefficient, and they don't use "WITH (NOLOCK)" - ...
1
vote
1answer
347 views

expand all node in SQL Reporting Service?

Hi By default when we try use grouping in reports, in output we had collapsed all node in view but this isn't good. So after searching I found this solution: "use Toggle Item". but when I set value ...
1
vote
0answers
221 views

Is there a way to specify a sort for a query in Report Builder 3.0, not using Edit as Text?

In Report Builder 3.0, you can open a report, or a query. When you open up a query, you're in a full-screen visual query designer. I cannot figure out how to indicate that I want to sort columns in ...
1
vote
1answer
429 views

Report Model Inefficiencies. Need Advice

I'm trying to help my power users have more access to our data so I don't have to interrupt my work (playing Pac-Man) 25 times a day writing Ad Hoc Queries and such. I'm trying to use Data Source ...
1
vote
0answers
325 views

help convert this SOAP request to Report Builder 2.0 query for XML data source

I have a complex parameter to a web method in my .NET web service, and I want to query that web method with Report Builder 2.0 using SOAP. With soapUI, I get the following SOAP request for that web ...
1
vote
0answers
208 views

Numbered list in Report Builder export to word

I have created a SQL Server Reporting Services Report Builder 3 report that contains a list of several items from a SharePoint list. I would like the list on the report to be a numbered list, so that ...
1
vote
0answers
429 views

Report Builder-2.0: In Sub Report how to handle page Orientation(Portrait vs Landscape)

I am developing reports using report builder2.0, in these I am facing a pagination problem like, one report is in portrait and other is in Landscape. Regarding the page breaks in the report, how to ...
1
vote
1answer
680 views

How do I make Master/Detail subreports in ReportBuilder come out right?

I've got a report in ReportBuilder that's supposed to report on two objects. I didn't create this report, and I can't ask the person who did about how it works. Before running the report, we have ...
1
vote
1answer
520 views

Coldfusion Report Builder - How can you set different datasources externally between prod/staging/dev?

Coldfusion Report Builder is great. One small issue. We use ANT+CFANT to deploy. When we create the report, say in a datasource called MyApp_dev on a dev box. Our other server is the production ...
1
vote
3answers
759 views

Report Builder - Convert datetime to Local Time

I'm using Report Builder 2.0 to construct a report that contains datetime data stored in the database as UTC time. Is there a way to convert the UTC time to local time of the computer viewing the ...
1
vote
3answers
6k views

Report Builder 3.0

I'm using SQL Server 2008 (non-R2) and trying to use Report Builder 3.0. When I try to connect to the report server, I get an error: Connection Failed. Unable to connect to the server that is ...
1
vote
3answers
449 views

Printing on citrix server

We are using Delphi 7 to develop database apps with advantage as a backend. Our system is usually installed on the windows server with the pcs acting as terminals. All the settings and database are ...
1
vote
0answers
270 views

Report Builder 2.0 - Creating DataSet - User Not Authorized

we are currently using SQL Server Reporting Services and we would like to use Report Builder so our customers can create reports themselves. I have created a User on the server. I have added this user ...
1
vote
1answer
157 views

Install D5 (& third party comps) on a machine with Delphi 2007?

I've got a Delphi 2007 VM which includes a reasonably up-to-date Report Builder and Dev Express Suite. I use it for a particular project for a particular client. For that same client, I also have a ...
1
vote
2answers
3k views

I can't see “Report Builder” button in the Report Manager on SQL Server 2005

I am a member of all the roles (Browser, Content Manager, My Reports, Publisher, Report Builder). If I login with a Local Administrator account, I can see and use it fine. Any ideas?
0
votes
0answers
53 views

Show percentage in report builder when grouped by

I have a problem that I hope someone out there can help me with :) This is done in reportbuilder 3.0 Priority(percentage beside) Service: T/F statement I am filtering to only show the T ...
0
votes
1answer
74 views

Negative values in Reportbuilder's TDBText's Display Format

Using report Builder 7.x I am trying to format a TDBText to display postive and negative dollar amounts in a 12 character field, left padded with zeros example 000000001720 or -00000001720 I ...
0
votes
2answers
95 views

Query useing two databases in SQL Report Builder

I am new to SQL Server Report Builder 2.0 and I need to compare two different databases in one query. Basically I need to check if values from one database table exist in a different database's ...
0
votes
0answers
71 views

Report Builder 3.0 Charts - Need to show empty category groups

I am using SQL Server Report Builder 3.0 to create a bar chart. The chart is a count of satisfaction scores (Excellent, Very Good, Good, Fair, Poor), with a bar showing each of the respective scores. ...
0
votes
0answers
52 views

Using LIKE (@parameter) in Report Builder Query

I have a report in Report Builder that works fine with a Parameter Field (@job_no). I now wish to add a second parameter encapsulated inside a LIKE argument. Something along the lines of WHERE ...
0
votes
0answers
54 views

Report Builder 3.0 (Passing user id into the application)

At the moment, I'm trying to let client to generate their own reports using report builder 3.0. My problem is, different user has different type of views. For example, Admin is able to generate client ...
0
votes
0answers
50 views

problems with nested IIF / Switch

Im following Microsoft's Expression Examples I want to build a nested IIF. In alll instances of the first and second arguments being true, they fail (LightGrey and Red) only the "else" works. what Am ...
0
votes
0answers
63 views

SSRS .rdl file prompts for Report Server when opening Report Builder 2.0

I'm using Report Builder 2.0 with SQL Server 2008 R2, I have a lot of SSRS reports that I run in a separate windows app, but I have a specific .rdl file that when I open in Report Builder keeps asking ...
0
votes
0answers
46 views

Why doesn't Label position move in Stacked Column chart?

I have a Stacked Column graph and when we set the Position of the Point Label to be "Top Center", the Point Label always stays in the center of that particular Bar. On a easier, basic Bar chart, the ...
0
votes
2answers
310 views

Adding Date as Optional Parameter with NULL Check Box in SSRS

I have report with date range as the parameters, User can narrow the results by selecting the date range. Now user want to make the date range fields optional. I enabled "Allow NUlls", user can gary ...
0
votes
0answers
76 views

Show tablix when datasetname is empty

I have a Tablix which has static text and one field from the Dataset. I would like to show the Tablix always regardless of Dataset empty or not. I appreciate any suggestions. Thanks..
0
votes
1answer
77 views

Show and Hide Tablix and shrink the space

I am new to Reporting Services. I am using Report Builder 3.0. I have created 6 Tablix on my report and would like to show and hide depending on the field value. Each table has 20 lines of text with ...

1 2