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

On the mobile phone does not display correctly

$
0
0

Hi All,

When I watched in the Web:

https://drive.google.com/open?id=0BzSmpKAqx2IJQTZkWlNucVRjQWs

And When I Watched in Mobile:

https://drive.google.com/open?id=0BzSmpKAqx2IJRDlGOXFXemVlTFE

I don't know Why it display like this. Is that bug?. Can you help me to find the answer?

Can you send me the answer: trantrongnghia1991@gmail.com.




Set Default Value for DateTime parameter as a member value returned from a MDX query

$
0
0

Hi there,

I was working with default parameter values for Dates in my report.

What I want is to set the latest loaded date in my DWH as the default vale.

I did it ok with text parameter using this formula in my expression default value:

="tail(NonEmptyCrossJoin([Date].[Hierarchy1].Members * [Measures].[Amount])).item(0).item(0)"

And in my dataset parameter:

=Parameters!ProcessDate.Value

Now, I converted my date parameter to use a Calendar picker, so I changed its datatype from text to DateTime

My new date parameter value is:

=Today()

And my dataset parameter:

="[Date].[Date].&[" + Format(CDate(Parameters!ProcessDate.Value),"yyyy-MM-dd") + "T00:00:00]"

And it works perfectly!

But, now, I want to set my default date parameter again to the latest loaded date in my DWH as I wrote before, so I changed the date parameter to:

="tail(NonEmptyCrossJoin([Date].[Hierarchy1].Members * [Measures].[Amount])).item(0).item(0)"

Instead of today()

And this doesnt work because I think it is expecting a string date,

Y tried

CDate("tail(NonEmptyCrossJoin([Date].[Hierarchy1].Members * [Measures].[Amount])).item(0).item(0)")

CDate("(tail(NonEmptyCrossJoin([Fecha Proceso].[Jerarquia2].Members * [Measures].[Monto Linea Funcional])).item(0).item(0)).Member_Caption")

And this doesnt work either,

How can I return the tail value from MDX, convert it to text, and then with CDate convert it to Date?

Sum Time Datatype in SSRS

$
0
0

Hi,

I have a duration_time column in SQL which is TIME datatype.

In my SSRS report I want to be able SUM the duration_time, when I just add SUM before it, is give me #error.

I have looked and I think I might need to covert it however unsure how.

thanks


SSRS report to be printed in both Portrait and Landscape orientation.

$
0
0
I have a 4 page report in SSRS in which 2 pages will be printed in Portrait orientation and 2 pages will be printed in Landscape orientation. Any help would be appreciated!

Report returns the status code 12002

$
0
0

Hello gents,

    I would like to ask you if you have experience with this issue: report is running 1 hour and after returns this message:

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 12002

  When I test it with smaller amount of data it works.  I have prolonged timeout on 60000 in SSRS Web.config but there is no difference.

Thank you for support

    Zbynek

Incorrect syntax near ',' with multi-valued parameter in SSRS

$
0
0
I have a report that calls a view. In the report's data section, I use a where in clause just like the help file states. However, when I choose more than one value from the multi-valued box, it gives me the following error.

An error occurred during local report processing.
An error has occurred during report processing.
Query execution failed for data set 'DATASETNAME'.
Incorrect syntax near ','.

The where clause is like this.

WHERE CustomerName In (@CustomerNameParam)

If I select one item from the multi-valued box it works just fine. What am I doing wrong?
Nathon Dalton
Software Developer
Systems Administrator
Network Administrator
Blog: http://nathondalton.wordpress.com

Manager Reports - SSRS 2016 Blank

$
0
0

Hi, everybody

My page: 

http://<computername>:8080/Reports                      is blank

http://<computername>:8080/ReportServer             show the <dir> but isn't showing the reports, page is blank

Someone can help me?

Sort not working

$
0
0

My sort is not working. 

What do I need to do?




ssrs 2008 r2 not needed page break

$
0
0
In an ssrs 2008 r2 report, a final page break occurs even though there is not any more data rows to work with. The final page
break occurs since I am using the disable property on a 'group level' page break. The group logic is
  "=IIF(Fields!items.Value like "*GENERATE_END*",False,true)". I place this logic on every record in the dataset since I want each record in the dataset to appear on separate pages.
Thus can you tell me and/or point me to a link that will show me how to hide (or not genrate) a blank page where there is no applicable data? If this is not possible, would you let me know if there are any other solutions to this issue?

ssrs 2008 r2 last page is displaying incorrectly.

$
0
0

In an existing ssrs 2008 r2 report, I have a page header that is displaying correctly in most cases. The time there is a problem is when a last page is being displayed when there is no data left over to display on the report. Basically a last page is being displayed when I do not want the last page to be displayed.

This is occurring when there is no more data to be displayed from the current dataset.

Thus can you tell me what I can do to solve this issue?

Comparing two columns in ssrs 2008

$
0
0

Hello,

I have created a report where column X is derived by an calculated expression and column Y is also has the same property. Now, I would like to add a new column, where my condition is 

if column X = "Yes" and column Y = "Yes" then my new column Z should have "Yes" in it

if column X = "Yes" and column Y = "No" then my new column Z should have "No" in it

if column X = "No" and column Y = "Yes" then my new column Z should have "No" in it

if column X = "No" and column Y = "No" then my new column Z should have "No" in it

Please help me with this.

Thanks in advance!


Header should remain visible while scrolling stopped working (VS 2005 table)

$
0
0

Hi, 

I have many SSRS reports which used to have their table header fixed while scrolling (by cheking this options on the table properties dialog). 

Lately I've seen this stopped working, although I see the table has <fixed header> true property in the code, the header does not remain visible while scrolling. This does not work by me anymore in Explorer 9 nor in Chrome.

(PS- I might have added something to some file long time ago in order for the reports to be seen on chrome too- can't find details and don't know if related at all).

I'm using using SSRS 2008 R2 with VS 2005.

How can this be fixed?

Thanks


Namnami

User session timeout using native Web Portal (SSRS 2014)

$
0
0
It is possible to set up a user session time out and logout automatically when using the native web portal? (If user remains inactive up to certain minutes, the user session should end and logout automatically).

- SSRS 2014
- We are using a Native Web Portal to deploy all the reports. 
- The authentication type is set to RSWindowsNTLM


Logon failed for the unattended execution account.

$
0
0

Hi while am running my report it is throwing the below error.I have verified entire config file,

And i have recently uninstall and install the Reporting services after installing this i have faced this error ,shell i need to remove any old files from the configmgr or what why it is not working.The follwg error  i have get while am running the report

The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
Logon failure: unknown user name or bad password

It will create any logfiles and entries  in the logfile Folder and There is no folder for rsConfig in the Root Folder,

was it made any thing wrong or what give me the soluction

Please give me the right soluction for this problem.



SSRS 2016 - Mobile Reports - Deployment Issue

$
0
0

I have mobile reports designed, tested and deployed under SSRS 2016 (Development Edition) Report Manager.

When these mobile reports are saved/uploaded to Production environment, the servername or guid of shared dataset ( metadata.xml and sources.xml) are not updating. It is a BIG ISSUE.

How to deploy these mobile reports then?

sources.xml






Checkbox to select all subscriptions

$
0
0

Quick question.

We're trying to migrate to sql 2016 ssrs. (installed Microsoft SQL Server Reporting Services Version 2015.0130.1601.05 ((SQL16_RTM).160429-2226))

There used to be a way to select *all* visible subscriptions in the "manage subscriptions" screen and perform a bulk operation (eg delete all of them at once.)  For some reason that checkbox isn't working for us in the new, totally redesigned U/I.  It will allow unselecting all items but it won't allow *selecting* all items.

Can someone verify whether or not that checkbox works for you in SQL 2016?

Select all


David Beavon

SSRS Datasource Isolation Level

$
0
0

Is there a way to set the isolation level on the SSRS 2005/8?

All our SSRS Reports (200 nos) use Stored Procedures and we want to use READ UNCOMMITTED isolation level for all connections  from SSRS to the User Database.

Thanks

 

 


PGt

SSRS 2016 Mobile MDX Dataset with Date Still not recognized properly with SP1

$
0
0

Before my question let me list the tools I'm working with

Note that all SQL instances are Enterprise and have been upgraded from RTM to SP1

  1. SQL SERVER TABULAR - 13.1.4001.0
  2. Reporting Services - Native - 13.1.4001.0
  3. SQL 2016 Report Builder - 13.0.1700.305
  4. SQL Mobile Report Publisher - 1.0.3923.0

I was having trouble retaining the date format when importing a dataset using MDX against tabular into the mobile report publisher.  The date was being formatted as a string and not recognized as a datetime in the designer.  This was preventing me from using the time slicer and time charts. I was led to the following work around which works by creating a calculated measure and essentially duplicates the data:

https://msdn.microsoft.com/en-us/library/mt732283.aspx

I then read on the SSRS improvements in SP1 that this issue had been resolved so that the work around was no longer necessary and that the date format would be retained without needing to create a calculated measure:

https://blogs.msdn.microsoft.com/sqlrsteamblog/2016/12/06/whats-new-in-mobile-reports-in-sql-server-2016-sp1/

However, after applying SP1 and the latest hotfix my dates still aren't recognized as dates in the mobile report publisher.  Does this fix only apply to multidimensional cubes because it is still not working when using my tabular instance.

SSRS Subscription migration

$
0
0

Good day all,

I have been working in an SQL 200R2 environment, and recently moved to an SQL 2014 environment. I have well over 1000 subscriptions (both email and DDS) in my previous environment. I would liketo migrate these subscriptions to my new 2014 environment.

Is this possible, and is there a quick way around this?

Your help will be much appreciated, as it would be next to impossible to manually recreate all these in the new environment.

Many thanks

Regards

Zimiso

Passing multiple values as one parameter to drill down sub report.

$
0
0

Hi,

I need to pass multiple values as a parameter to a drill down sub report. The drill down is from a main report which is a matrix report.

The following illustrates what I'm trying to achieve.

The data presented to the main matrix report is as follows.

ItemIDItemNameCountDate
10ItemName119th April
12ItemName119th April

The Matrix report groups and shows the data as below.

 

ItemName

19th April
      2

User can click on ItemCount 2 and drill down to the sub report to see the items came from which store. I'm trying to achieve this by passing the comma seperated ItemID's that constitute the aggregate value.

In the Matrix report(main report), I'm passing the field as =JOIN(Fields!ItemID.value,",") hoping that the ItemIDs can be passed as comma seperated values.

The drill down sub report  accepts a parameter as =Parameters!<SubReportID>.Value.  But the problem is that only 1 item gets displayed.

Can you please tell me what needs to be done to pass the ItemID as comma seperated values or any way to pass the ItemID values that constitute the aggregate value.

Advance Thanks!.

 

Viewing all 10045 articles
Browse latest View live


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