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

What are report builder and fast report differences?

$
0
0

What are advantages and disadvantages of report builder and fast report? And what are their differences?

In fact, I am looking if there is any good reason to switch from report builder to fast report.

thanks in advanced!


Create multiple line breaks based upon variable

$
0
0

In my SSRS report I want to add line breaks (carriage returns) to a text box based upon a field in my stored procedure. Sorta like the following:

SQL Server
   ID  Name  Location  CR
   01 Smith  Seattle      3

SSRS Text Box
"text statement : " + vbcrlf * [Fields!CR.Value] + "End Result"

Yields the following:
text statement
<1>
<2>
<3> End Result

Is this possible in SSRS 2010?

Brian


SQL Server Reporting Services 2016 Memory Leak?

$
0
0

We have a VM running Windows Server 2012 R2 that is hosting SSRS.  We have 10GB of RAM available.  Upon starting up, the "Reporting Services Service" uses around 200MB.  Over a period of a few days, that amount grows to 8-9 GB.  Eventually, the server itself stops responding and we have to reboot.

Is this expected behavior for SSRS 2016?

Blank leading page

$
0
0

Hello All,

Here is my situation:

SSRS report is rendering in VS2013 with a blank first page, and rendering in report server 2008 R2 with blank first page. The report renders fine in report server 2005 (no blank first page).

There are no rectangles on the report, and the tablix does mot have any page breaks set. The blank page simply shows the header immediately followed by the footer, no space between.

The report page setup is 11x8.5 and the tablix width is 10.5 with no R or L margins...

Any ideas on what might be causing this?

conversion of nvarchar data type to a datetime data type resulted in out-of-range value

$
0
0

server 1table 1 has field defined as datetime2(7).

server 2 table 2 has field defined as datetime.

sql transaction works fine when the join is executed and date comparisons are executed.

However, ssrs execution, in VS 2010, receives the error of nvarchar is out-of-range.  I have used multiple combinations of convert to get both fields as datetime and datetime2.

select  convert(datetime,logday4.TimeStamp) as tdate,
            logday4.EM26500 as Line1,logday4.EM26506 as Line2,logday4.EM26512 as Line3,logday4.EM26518 as Line4
   ,glr.fdend

 from logger_daytrigger4 logday4
 
 JOIN dsm2m764.m2mdata01.dbo.glrule glr on glr.fdend = @edate

          WHERE convert(datetime,timestamp) >= glr.fdstart AND
                   convert(datetime,timestamp) <= glr.fdend

any suggestions?

Total SUM for each month in SSRS (using date range parameter)

$
0
0

Hello,

I am new in SSRS and this is my first project. In the design tab I have this:

Where clause is set to: where OINV.DocDate BETWEEN @FromDate AND @ToDate

In the preview tab the output looks like this:

My desire output should be something like this(the total for each month):

I would really appreciate it if you can help me.

-- Jean


SSRS Report Builder 2016 not supporting rdl created in SSRS 2012

$
0
0

Hi ,

  I have created a report in SSRS 2012 report builder and i tried to open the same RDL file in SSRS 2016 report builder. it opened and i have connected the SSRS 2012 report server datasource . when i try to preview the report i am getting below issue .

"

The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded.

"

Do i need to install or configure SSRS 2016 report server first ? or any other solution to over come this.

HElp me on this.


Disable reports for a deleted user

$
0
0
How do we delete or disable the jobs created from a deleted user or when someone exist the company.

Best Regards, Arun http://whynotsql.blogspot.com/


Removing extra "arrows" that SSRS adds automatically to a stackbar chart.

$
0
0

Hi!

I am wondering if SSRS pros could help with removing black arrows that SSRS adds to a stackbar chart.  The first image is from a .pdf file and the second comes from a previewed SSRS report.  

Thanks for any help!



donnie100

Change Positive to negative values based on another field contents

$
0
0

I am using SQL 2008 R2. My data is coming back an incorrect value (positive when it should be negative) but not for all values. it is just for some. So if I try to do any reports to summarize the data, I am not getting correct numbers.

Is it possible to change one column to a negative number based on the specific  "text" in another column in the same table?

Unable to print complete report in Msword 2010 in letter size as footer content is horizontally half cut| ssrs 2008 r2

$
0
0

Unable to print complete report in Msword 2010 as footer content is horizontally half cut





Setting Visibility expression based on another field value being present

$
0
0

Hello.

I have a Text Box that has two fields contained within.  The first field will always have data, but the second could or could not.

I want to have the entire textbox to be hidden if there is no data in the second field.

I'm thinking the expression should be something along the lines of...

=Fields!SecondField.Value <> NULL

Thanks

SSRS subscription is not visible but is still running.

$
0
0

 I have SSRS integrated with SharePoint 2010.  I have a monthly subscription running on one of my reports, when I logged in last month to check on it, it seemed to have disappeared.  I was confused, but I recreated the subscription (as  best as I could remember).  This month, I get the report twice (with slightly different parameter settings). It looks like the old subscription is still running even though I cannot see it in SharePoint.

 I logged into my SharePoint/RS SQL DB instance and ran this statement:

  DECLARE @myReportFileName varchar(50) = 'MyReport.rdl';
   SELECT
      c.Name
     ,u.UserName
     ,s.* 
   FROM
     dbo.subscriptions s 
     INNER JOIN [dbo].[Catalog] c ON s.Report_OID = c.ItemID
     LEFT JOIN dbo.Users u ON s.OwnerID = u.UserID
    WHERE
      c.Name LIKE @myReportFileName
   ;

I can see two rows in the subscriptions table, with the LastRunTime corresponding to the dates I received my reports.

Both subscriptions are in my name (OwnerID), but as I said before, only one appears in SharePoint under "Manage Subscriptions" for that report.

How can I access this hidden subscription.  If I cannot otherwise access this subscription, can I just delete the extra row from the Subscriptions table?


TIA


deploy ssrs 2016 internet facing security using AD Application Proxy

$
0
0

we are looking at SSRS 2016 and using ReportManager for users to run to reports. these users will be based both in the local office and also locations around the world

done an internet search and currently considering putting SQL2016 onto VM internally and then using Active Directory Application Proxy (we already use office 365) to enable users

if we use AD Application Proxy and the SQL installed on internal VM, will we be able to

  1. run both paginated reports and mobile reports for all users (local and overseas) ??
  2. for security, can we put users into groups in AD (based on country) and then the access in SSRS be mapped to these groups so that users only see the reports they are allowed to use (based on security on folders in SSRS ?)
  3. for security, can the username (and/or AD user group ??) be available to be passed down from Report Manager into the report being executed (and underlying stored procedure) so that the stored procedure can selectively return data based on the user (not sure if this is currently a business requirement but would be good to have...)

is this possible??

are there alternatives / other options ??

thx

m

SSRS report repeats headers in PDF in subsequent pages but repeat headers in MSword rendering doesnt work

$
0
0

If we set the repeat headers in SSRS by following instructions it works in PDF but not in WORD 2010 .doc format

http://social.technet.microsoft.com/wiki/contents/articles/19398.ssrs-how-to-repeat-headers-on-each-page.aspx

SSRS report  repeats headers in PDF in subsequent pages but repeat headers in MSword rendering doesnt work.

Is this a Microsoft bug ?

SQL SERVER 2008 R2.

MSOFFICE 2010





Shared dataset with parameter

$
0
0

I am using shared datasets for mobile reports. I need to provide a parameter to the underlying data source. My data source is an XML returned by an MVC controller:

http://localhost/application/api/getsummary

Is it possible?

Thanks

"Run" Option in SSDT

$
0
0

Hi Experts,

I am using SSDT 2012 for building the SSRS reports. I am not able to Preview the report. It gives me error as below -

When I try to "Run" the report by right clicking on the report name, it is first deploying the report to report server URL and then runs it. Previously, SSDT did not deploy report to the server prior to running it. Is there any setting in SSDT so that I can run the report from SSDT without deploying it? Your help is appreciated.

-Ruchika

 

Parameter Creation

$
0
0
Hi, 
am very new to SSRS. I have attend 4 days of training and self learnt on creation of a report.
Now how can i add search parameter into my report.
When i create it end up with error.
and how to write syntax to this.
can someone help me. 

i have a report in jaspersoft and using the same query connecting the oracle db in ssrs to create report.

URL to run mobile report

Pass single value or multiple value but return a list of values in SSRS 2008 r2

$
0
0
I have SSRS parameter @VarCode which underdoes a following transformation.

=SPLIT(join(Parameters!VarCode.Value,","),",")

which takes a user provided a list of values and attaches comma(,) to it and passes it filter the query

WHERE (VarCode like '%' + @VarCode+ '%')

so say 

xyz12345 is sample value from the db then  it lists everything which is like xyz12345.

Note: xyz is consitant in the data with different values

Now I have another value in my db(This is the only last case and no other variant available) which has another number appended in it using - like shown below


xyz12345-4567678 

Now I when I pass xyz12345 this 

It gives all associated value like shown below


xyz12345-4567678

But when I pass a list like below it errors

1.xyz12345

2.xyz67890

Expected o/p

A.I want to return a list of values when even I pass a single value

B.I want to return a list of values when even I pass multiple values


Something like this is not working

WHERE (VarCode like '%' + @VarCode+ '%') or (VarCode in @VarCode)




Viewing all 20764 articles
Browse latest View live


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