Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all 10045 articles
Browse latest View live

How to freeze the columns in excel exported from SSRS report??

$
0
0

We have created a report for our client. The client wants the report in excel format. As there are nearly about 30,000 rows in the excel. Client wants us to freeze the column header names in the excel so that even after scrolling down they will be able to see the column names.

can anybody have idea how to achieve this in SSRS?

  


How is Notification.ProcessAfter set ? (SSRS 2008R2)

$
0
0

We've got some data driven subscriptions running on SSRS. Sometimes they take an unusually long time to complete, if I check the activity on the server I find that things are relatively quite.

What I did notice is that in the ReportServer database on the Notification table there's a column called ProcessAfter. Sometimes this value is set about 15 minutes into the future, and the subscription only completes after the time stated in that column.

What is setting this value? Since this behaviour is relatively rare.


MCITP BI Developer - MCTS SQL Server (http://bichopsuey.wordpress.com/)

Ordinal dates in SSRS 2008

$
0
0

hi there,

           I have created a report, here I need to show ordinal date. Could anyone plz tell me how to add ordinal date in SSRS 2008.

Eg: 1st , 2nd , 3rd  etc

I want date in following format

Todays date : 16th

                         or

                     16th May 2010

 

How to get distinct values in sharepoint List using SSRS

Sharepoint 2010 distinct parameters values issues in SSRS 2008 R2

$
0
0

Hello All,
I am pulling the data from SharePoint 2010 and creating reports in SSRS 2008. My reports without  using any parameters are generating absolutely fine but the issue is one of my customer asked me to give them some selection criteria (Parameters.)
Data Source : Microsoft SharePoint List.
Connection String : my SharePoint website.
When I am trying to create a Parameter it's not giving me the distinct values??
 Is there any work around I have to do to get the distinct values at the parameter level.
 please find the screen shot below that's the problem i am facing write now.


I tried this link http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/6495db18-a1c1-480b-8c92-89c74ee47cf5
by  Jin Chen but it's not working.

If you have any ideas other than Jin Chen please advice me.


Dasari

Formatting numbers

$
0
0

Hello -

In one column of my report, an example of a number is 84.464500000000.  I want to drop the zeros.  I have tried all sorts of different formats, but the numbers in that column will not change, for some reason.

I did not have this problem with other columns in the reports.

Any suggestions?

Juniormint

How to login with different users to Report Manager

$
0
0

Hi,

I'm logged on my computer and can access Report Manager with that domain user without prompting for authentication. I also have a test user, with which I'd like to test the security settings. However, I don't know how to log out as there's no a button for that purpose. How do I log in with the other user?

I'm using SSRS 2008 and IE10.

Thanks.

P.

How to get last and first date

$
0
0

Hi All;

I have two fields called Goal Start Date and Goal End Date

These two fields have various date for e.g Goal Start Date has dates like 01.01.2013, 01.02.2013,..............01.12.2015

Similarly goal end date have dates like 31.12.2013,31.01.2014..................31.12.2015

So from these date i need to display goal Start date as 1st date for e.g 01.01.2013 and Goal end date need to display the last date as 31.12.2015

Any help much appreciated

Thanks

Pradnya


Pradnya07


Report Viewer in SharePoint Application Page

$
0
0

Hi,

I'm trying to create a application page in Sharepoint 2010 with Reportviewer control in it but sharepoint 2010 throwing an unspecified error.

Based on some post it modified sharepoint application web.config file but it doesn't work for me.

Kindly help to sort out this issue.

Thanks

Raja Ragothaman

 

 

 

 

 

How to link a text box to a data set ?

$
0
0

I have a dataset called "customers" and the dataset has a field called "customer name "  that I wanted to show in a text box in the report header . when I try to use an expression to show this field  I can not access this field because it is not linked to the dataset

Report Server - SQL Server - Mixing versions

$
0
0

Hi,

I'm using RS 2012 SP1 standard evaluation on SQL Server 2012 SP1 also.

since the configuration is very flexible and I can easily specify a diferent database, I would like to know if I can use an older version of SQL Server for the RS database?

Can it be SQL Server 2008 version? Can it be a SQL Server Express edition?

Many thanks,

DD

rdl generator

$
0
0
HI all
im new to sql reporting services, im in need of a rdl (report definition language)generator
are there any resouirces out there on the net ?
if so , can u suggest some links for the same?
thanks in advance !

How can I set SSRS report to run in protected mode?

$
0
0

Our users can access my SSRS report from our web application.

In order for the report to show up, they must disable protection in each browser (chrome, firefox, IE).

I'm familiar with the settings that need to be changed in each browser but I was wondering -

is there's a way to change something in the report itself in order for it to run automatically, without the need to change something in the user's browser?

Thanks.

How to change a textbox font and border based on its value ?

$
0
0

I am populating a text box with a field from a dataset

what I want to do is to change the font to bold and TextBox border in case the filed value is the word "total"

Running balance in grouped tablix??

$
0
0

I am trying to add a running total to a tablix in RS 2008 and can't seem to get it working.

Here is an example of what io want it to look like

RENT
Date             Description                      Amount        Balance
01/01/2010   Balance brought forward  £-100.00       £-100.00
01/01/2010   Debit                               £200.00       £100.00
05/01/2010   Credit                              £100.00           £0.00
01/02/2010   Debit                               £200.00       £200.00
05/02/2010   Credit                              £100.00       £100.00
01/03/2010   Debit                               £200.00       £300.00
05/03/2010   Credit                              £100.00       £200.00
NOW()          Balance carried forward                        £200.00

COURT
Date             Description                      Amount        Balance
01/01/2010   Balance brought forward  £-20.00        £-20.00
01/01/2010   Debit                               £10.00        £-10.00
05/01/2010   Credit                              £10.00        £-20.00
01/02/2010   Debit                               £20.00          £0.00
05/02/2010   Credit                              £10.00        £-10.00
01/03/2010   Debit                               £20.00        £10.00
05/03/2010   Credit                              £10.00         £0.00
NOW()          Balance carried forward                        £0.00

COSTS
Date             Description                      Amount        Balance
01/01/2010   Balance brought forward     £10.00         £10.00
01/01/2010   Debit                                 £50.00        £60.00
05/01/2010   Credit                                £50.00         £10.00
01/02/2010   Debit                                 £20.00        £30.00
05/02/2010   Credit                                £20.00        £10.00
01/03/2010   Debit                                 £30.00         £40.00
05/03/2010   Credit                                £40.00          £0.00
NOW()          Balance carried forward                           £0.00

The tablix is grouped by category (eg RENT, COSTS, COURT) and I need to find out how to produce a running balance for each group and put the final palance as an extra row underneath.

Any help would be fantastic!!


Running total for groups

$
0
0

Hello,

I have a column that has an expression of running value .

But I notice that the running values runs through the entire report. Its not breaking it down base on the group.

See below the report.

ITEM NODESCCRIPTIONHSTMODUL QUANTITY Running Total 
AGO                             AGO-DIESEL                                                                                           POP N3,000,000.00 
  POP N500,000.00 3,000,000.00
  IV  N0.00 3,500,000.00
  IV  N0.00 3,494,998.90
  POP N120,000.00 3,494,498.79
  IV  N0.00 3,614,498.79
  POP 3,620,000.00 
  TotalPOP 3,620,000.00 
ATK                             ATK-AVIATION   FUEL                                                                                    IV  N0.00 3,615,504.57
  IV  0.00 
  TotalIV  0.00 
COMPUTER                        computer                                                                                             SOP N0.00 3,615,504.57
  SOP 0.00 
  TotalSOP 0.00 

But it should show  the report below

ITEM NODESCCRIPTIONHSTMODUL QUANTITY Running Total 
AGO                             AGO-DIESEL                                                                                           POP N3,000,000.00 
  POP N500,000.00 3,000,000.00
  IV  N0.00 3,500,000.00
  IV  N0.00 3,494,998.90
  POP N120,000.00 3,494,498.79
  IV  N0.00 3,614,498.79
  POP 3,620,000.00 
  TotalPOP 3,620,000.00 
ATK                             ATK-AVIATION   FUEL                                                                                    IV  N0.00                  -  
  IV  0.00 
  TotalIV  0.00 
COMPUTER                        computer                                                                                             SOP N0.00                  -  
  SOP 0.00 
  TotalSOP 0.00 

The expression I used for the running total is" =Previous(RunningValue(Fields!Amount.Value, sum,"DataSet1"))"

Please I  need help on the correct expression to be used.


Akintayo Kemi

SSRS Expression Currency Format

$
0
0

Hi,

I have "$ 1234000.00" as Dollar amount but want to display "$ 1,234,000". Have tried the following which is not working.

This is in the format field for the text box, when i take properties. '$'#,0,;('$'#,0,)after setting the choices below.

The report is getting data to display from a Stored Proc. This currency field is varchar when the stored proc returns the result set.

After setting above,

  • $ symbol is not appearing before the value although there is space between the cell border and<<Expr>>
  • The value shown is 1234000.00 which is not the expected result.

I have pasted the expression in the same image also which is expected to display the currency value.


Thanks

Opening up SQL Server Reporting Services in Internet Explorer

$
0
0

Previously I had installed SQL Server 2012 Database Engine Services.  Now I am being asked to install Reporting Services - Native.  When I get to the Reporting Services Configuration the Reporting Services"Install and configure" is greyed out.  I can only install by selecting the "Install only".  Then I went into the Reporting Services Configuration Manager and configured the report server for native mode.  However, when I open up IE on my laptop and try to connect to the http://ServerNameHere/Reports/Pages/Settings.aspx I get the Internet Explorer cannot display the webpage.  When I have installed Reporting Services in the past it was always at the same time I installed the Database Engine Services and I was always able to select the option "Install and Congfigure".  When I would open uphttp://ServerNameHere/Reports/Pages/Settings.aspx I would never have an issue.

What am I missing?  Why won't it open up in http://ServerNameHere/Reports/Pages/Settings.aspx on my laptop?  On the server itself it will open up.  But not on my laptop. 

On my laptop I can open up other Reporting Services on other servers.


lcerni

SSRS 2008 R2 (Semantic Model Query Language) to T-SQL

$
0
0

Hello,

Is there any way to convert the SMQL to SQL?

Thanks,

Andrei


SSIS question

Is it possible to have have range chart series side by side

$
0
0

Hi,

I have a range chart which has just one series. As of now, my report looks like "CHART 1" below.

I want to know if its possible to have the bars side by side whenever possible so that the graph takes less verticle space (as shown in "CHART 2")

Thanks


NC

Viewing all 10045 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>