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

Design Preview ( data tool design view VS Browser view)

$
0
0

team,

constructed and design one SSRS report using sql Datatool,

but the design part,


while check in datatool preview it shows correct fit , 


while check in browser it shows gap between two boxes (highlighted in YELLOW)

how to align all boxes in equal and fit in screen ?


How to Download SQL Server Reporting Service 2016?

$
0
0

I am using SQL Server 2016 express and tried to configure SQL Server Reporting Service. I downloaded SQL Server Reporting Service for 2017 and when connecting to database it displays an error message like

"Using other edition of SQL Server for report data sources and/or the report server database" is not supported in this edition of Reporting Services.

Thereafter I am looking to download SQL Server Reporting Service configuration manager for 2016. but couldn't found the download resource. Can someone help me out on this?



SSRS- parameter not able to read data

$
0
0

Hi Team,

Parameter not providing exact results.

1. Have two tables with one common column

2. Have created 4 data sets : 3 from 1st table; 1 from 2nd table

3. Also have created 3 parameters like CreatedOn, ModifiedOn from 1st table; UserName from 2nd table.

4. Parameter 1 and 2 working fine. When am passing value to 3rd parameter am getting all records

3rd parameter configuration:

 


Thanks Bala Narasimha

Report Builder 2016 LifeCycle

$
0
0

Hello,

As Report Builder now seems to be a stand-alone download. What is the End Of Life date for this product? I have reviewed the MS LifeCycle Search and this is not listed. What is the Patch cycle? Since this is a client product, I don't suspect it us updated with the Sql Server CU. How is it patched?

Guidance would be appreciated.

Thank you,

Mike...

Export to excel improper shading.

$
0
0

I use code to alternate row background color.  I have used this for years.  Now on this one report I am having issues when exporting to excel. 

In web view it looks perfect.  When exported what seems to be random cells of random rows have the incorrect color.  While the rest of the row is correctly colored.  Images bellow. 

Each time your run the report and export different random cells are incorrectly colored.  I can't find a pattern. 

This is the only report that I have seen this issue with among the ~50 reports on this server.

Any advise would be appreciated.

Web view:Here is the SSRS website render correctly.

Website view correct.

View of Excel export: Rows should alternate white/blue 

View from Excel Export

Necesito agregar una página en blanco

$
0
0
Como genero un pdf con armado por varios resúmenes de cuenta, para imprimir en doble faz, necesito agregar una página en blanco cuando el resumen tenga un total de páginas impares, para que no me imprima el próximo resumen en la parte de atrás de esa última página. Para eso intenté agregar un campo en blanco si la última página es impar pero no he podido pasar el número total de página de la cabecera al cuerpo... Alguien sabe como pasar valores de un ámbito  a otro???? 

How to Get a Group Row to Repeat at Top of Every Page

$
0
0

I don't know very much about designing reports, only enough to know how to make simple edits/modifications... I did not design this report, I am only trying to edit it to make it easier to read and more eye-appealing... That being said, don't mind the crazy colors, that is only so I know which fields are which when previewing the report, once the layout is finished, they will all be changed to black text. 

I have a Sales Order report that has groups inside of groups... I have Group1 (Sales Order), Group2 (Line Item), and a Details Group (Line Release). I would like the first row of Group2 to repeat at the top of every page after page 1, but can't figure out how to do this. The only way I found that I could do this is to have it repeat at the beginning of every Line Item (Group2), but I'd really prefer not to do that due to the fact that sometimes a Line Item can have so many Line Releases that it can span across multiple pages, it still could not be present on every page. Also, if I have multiple Line Items that only have 1 release each, then it would be repeating many times on the same page which is unnecessary. 

Whoever designed the initial report was able to get the first row of the Details Group (Line Release) to repeat on the first Release of each Line Item & the first Release of each page, but I just can't figure out how...

Please see the pictures below...

^^^This row is the row that repeats on the first Release of each Line Item & the first Release of each page

^^^This is the row that I want to repeat at the top of every page.


kclapp

SSRS : Conditional IIF Statement Expression

$
0
0

Hello everyone - I am trying to write an IIF expression in the SSRS report with the below 3 scenario :

--If ProgramName and Title are blank, then I want to display "Any further assistance "
--If Title is Blank, then i want to display "Assistance in the [ProgramName]"
--If Title and Program are not blank, I want to display "[Title] in [ProgramName]" 

Below is the dataset fields in the SSRS :



Any ideas, please ? 


Start Date and End Date Parameters

$
0
0

So we always tend to go down this "rabbit hole" with a SSRS Report Start Date and End Date Parameter.

Defined within the .rdl, you have no choice but to define the Start Date/End Date Parameter as "Date/Time" Data type.

Typically within our SQL Server Stored Procedure we will define the Start Date/End Date Parameters as DATE format...makes no sense to define them as DATETIME Parameter within the Report SQL Server Stored Procedure because it is truly a Start DATE and End DATE.

So should we then CONVERT the DATETIME filtering report data column to DATE then in the WHERE portion of the query?

Now it even gets harrier with Azure SQL and everything in UTC format.

So this is what we're doing...

ANDCONVERT(DATE,[Common].[UTCtoEastern]([TableName].[ShipDateUTC]))>=@StartDate_In
ANDCONVERT(DATE,[Common].[UTCtoEastern]([TableName].[ShipDateUTC]))<=@EndDate_In

The [Common].[UTCtoEastern] is our Scalar-valued Function to Convert the UTC DATETIME Format to Eastern Time.

Obviously our goal is to make this as efficient as possible so the wall time of our Report is as quick as possible and we'd hate to over complicate the Date conversion if it's bogging things down.

Thanks for your review and am hopeful for a reply.


Calculate difference from one row to the next and then sum it all up? SSRS

$
0
0

I'm trying to calculate the difference of a value from one row to the next and it works well, however I now want to sum up all the differences?  How would I go about it?  This is the expression I'm currently using.   =iif(Fields!TE_READ.Value= First(Fields!TE_READ.Value,"WELL_NAME1"), nothing,  Code.Subtract(previous(Fields!TE_READ.Value),Last(Fields!TE_READ.Value)))

I also used some VB code and it's all good,

Public Function Subtract(ByVal first As Double, ByVal second As Double) As Double

        If second = 0 Then

            Return 0

ElseIf first = 0 Then

Return 0

        Else

            Return first - second

        End If

    End Function

-----------------------------  This all works but now I want to sum up all the results?  maybe it is something that is not possible, but I thought I would try. 

Also if I just add a sum to the expression I error out with the following message:

Trying to sum the above expression does not work as the error message says, The Value expression for the text box ‘Textbox5’ has a scope parameter that is not valid for an aggregate function. 

SSRS parameter not working when data source is Impala

$
0
0

Hello All,

Below Query is working in Impala while passing parameter in query , but in SSRS (Visual studio 2015) in data set parameter is not recognized.

 select  * from Table1
where shift_cd="${p1}"

getting below error in query designer. could you please suggest on this approach.

===================================

Object reference not set to an instance of an object. (Microsoft Visual Studio)

------------------------------
Program Location:

   at Microsoft.ReportingServices.QueryDesigners.InternalQueryDesignerWrapper.InitializeDesigner()
   at Microsoft.ReportingServices.QueryDesigners.InternalQueryDesignerWithGenericModeWrapper.Initialize()

Thanks

Akhil

SSRS report - with dynamic email configuration sql 2016

$
0
0

team,

how to change this email configuration dynamically, instead of wizard interaction. in Report server configuration,

i need to send reports  with 2    sender address  ,  first 15days  using donotreply@xyz.com,  then next 15days using reply@xyz.com.

as of now i just manually change this report server configuration wizard.  is it possible to do in automated process?

  

SQL 2017 SSRS to work with multiple SQL DB instances

$
0
0

We need to provide SQL 2017 SSRS for multiple SQL 2017 DB instances on a single SQL production server.

Since single-server multi-instancing is not an option with SQL 2017 SSRS, is it possible to install SQL 2017 SSRS on our production SQL server and configure it to provide reporting services for multiple SQL 2017 DB instances?



an error occurred during local report processing ssrs 2015

$
0
0

Hi Team,

Am creating a ssrs invoice report. Without data source and data set am getting invoice template overview . when am added data set to report and am trying to preview the report but am getting bellow error message please help on same




Thanks Bala Narasimha

How to split single dataset into multiple tables

$
0
0

Hi Team,

Have one data set with 20 columns I want to split multiple tables like shown in bellow screen. If it is possible please help on same.


Thanks Bala Narasimha


Question on Evaluation to Full

$
0
0

For several years we had SQL and Reporting Services on our server (a domain controller).

We upgraded 6 months ago to SQL Server 2017, which does not allow Reporting Services to be installed on a Domain Controller, so we installed Reporting Services on a separate machine, thinking we were good.

After 6 months, we have learned that it was an Evaluation version only, so we purchased a separate copy of SQL Server 2017 so we could install Reporting Services on this computer.

When attempting to re-install the new copy, we get "Evaluation period has expired. Please upgrade to different edition before attempting to upgrade again."

Is there a way to 'upgrade,' or are we now in a position where we'll need to Uninstall and Reinstall (and more importantly reconfigure) from scratch?

Do you want to be acknowledged as Microsoft SSRS Guru? Submit your work to July 2019 competition!

$
0
0


What is TechNet Guru Competition?

Each month Microsoft TechNet Wiki council organizes a contest of the best articles posted that month. This is your chance to be announced as MICROSOFT TECHNOLOGY GURU OF THE MONTH!

One winner in each category will be selected each month for glory and adoration by the MSDN/TechNet Ninjas and community as a whole. Winners will be announced in dedicated blog post that will be published inMicrosoft Wiki Ninjas blog, a tweet fromMicrosoft Wiki Ninjas Twitter account, links will be published atMicrosoft TNWiki group on Facebook, and other acknowledgement from the community will follow.

Some of our biggest community voices and many MVPs have passed through these halls on their way to fame and fortune.

If you have already made a contribution in the forums or gallery or you published a nice blog, then you can simply convert it into a shared wiki article, reference the original post, and register the article for the TechNet Guru Competition. The articles must be written in July 2019 and must be in English. However, the original blog or forum content can be from beforeJuly 2019.

Come and see who is making waves in all your favorite technologies. Maybe it will be you!


Who can join the Competition?

Anyone who has basic knowledge and the desire to share the knowledge is welcome. Articles can appeal to beginners or discusse advanced topics. All you have to do is to add your article to TechNet Wiki from your own specialty category.


How can you win?

  1. Please copy/Write over your Microsoft technical solutions and revelations to TechNetWiki.
  2. Add a link to your new article on THIS WIKI COMPETITION PAGE (so we know you've contributed)
  3. (Optional but Recommended) Add a link to your article at the TechNetWiki group on Facebook to get feedback and tips from the council members and from the community. The group is very active and people love to help. You can even get direct improvements to your article before the contest starts.

Do you have any question or want more information?

Feel free to ask any questions below, or Join us at the official MicrosoftTechNet Wiki groups on facebook. Read More about TechNet Guru Awards.

If you win, people will sing your praises online and your name will be raised as Guru of the Month.

PS: Above top banner came from James van den Berg.


signature  Ronen Ariely
 [Personal Site]    [Blog]    [Facebook]   [Linkedin]

Need Help with SWITCH

$
0
0

Hello

I have two values in my dataset, "T" and T2, I want to change the value in the text box but is not working.

Please help

Switch(Fields!a_TEST.Value = "T", "TEST1", Fields!a_TEST.Value  ="T2", "TEST2")

প্রতিভা*https://vsgametvon.com/ufc239/

$
0
0
https://vsgametvon.com/ufc239/
https://vsgametvon.com/ufc239fight/
https://vsgametvon.com/ufc239fullfight/
https://vsgametvon.com/ufc239jonesvssantos/
https://vsgametvon.com/ufc239jonjonesvsthiagosantos/
https://vsgametvon.com/jonesvssantos/

প্রতিভা*https://vsgametvon.com/ufc239/

$
0
0
https://vsgametvon.com/santosvsjones/
https://vsgametvon.com/jonjonesvsthiagosantos/
https://vsgametvon.com/thiagosantosvsjonjones/
https://vsgametvon.com/copaamerica2019/
https://vsgametvon.com/argentinavschile/
https://vsgametvon.com/chilevsargentina/
Viewing all 20764 articles
Browse latest View live


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