Skip to main content

All Questions

0 votes
0 answers
44 views

I want to update multiple reports for my project. Currently I am able to update the report using visual Studio 19, but I need to use Visual Studio 2022 to create and update the reports. Also for ...
advaith's user avatar
Advice
0 votes
1 replies
27 views

In my dataset for an SSRS report, I have a column that is comprised of a path and a file name of an image, dynamically created by each user's user id, as that's how the images for their pics are ...
missscripty's user avatar
0 votes
1 answer
53 views

I am working this SSRS report. This is a count of how many holidays staff have worked over a supplied date range. The report is "Row Grouped" with Officer name. It is also "Column ...
arunesh18's user avatar
1 vote
0 answers
53 views

I have a report where one of the fields to display in an actual url. However, if I set the action to "go to URL", it opens in the existing window and I lose the report. I've been reading ...
Steve Pearson's user avatar
0 votes
0 answers
67 views

I'm trying to create an SSRS report in D365 FO, I have added an output menu item for SSRS report inside Warehouse Management-> All Loads -> Select a Load That inside WHSLoadTable form action ...
Subhamay Nath's user avatar
0 votes
0 answers
31 views

I have an SSRS report that requires certain rows to be combined vertically in contiguous blocks across a table environment. I am struggling to find the right way to shape the data or the row/column ...
AFriendOfJamis's user avatar
0 votes
0 answers
48 views

I'm having trouble embedding an SSRS report in an <iframe> from an external application. The app calls the report server URL, and we've already configured CORS and switched to basic ...
Daniel Carvalho's user avatar
2 votes
2 answers
84 views

I am trying to identify only reports with a hyperlink to another report. I am using SQL Server 2019 (150). My SQL: SELECT C.ItemID, C.Name AS ReportName, C.Path AS ReportPath, CONVERT(...
John S's user avatar
  • 29
0 votes
1 answer
45 views

I am new to SSRS and the report builder. I have the following report that has a row group with a header and several footer rows. I need to repeat one of the footer rows on every page but when I do ...
Rockets24's user avatar
0 votes
0 answers
32 views

How can I hide the top stripline in SSRS when the value is based on a user input of 0.01, but it's currently plotting both at the top and bottom of the 1% range? I only want to display the stripline ...
Arsee's user avatar
  • 683
0 votes
0 answers
39 views

When I try to preview the report it is breaking into next page. Before preview After Preview Please provide me the solution. Page size: Letter Image view: Portrait I tried in adjusting the report ...
Balaji Dev's user avatar
0 votes
0 answers
19 views

I am using the code provided as an answer to this question. How to assign Rank in SSRS report? to produce a rank on a SSRS report. The rank is being created via code and not directly in a SQL script ...
A.Steer's user avatar
  • 473
0 votes
0 answers
30 views

How can I add a reference line to a chart in SSRS using the following expression? =IIF(UBound(Parameters!TFN.Value) = CountDistinct(Fields!DIALED_NUMBER.Value, "ds_details"), Fields!SLA....
Arsee's user avatar
  • 683
0 votes
0 answers
35 views

I'm building a dual-axis line chart in SSRS to visualize Call Block % on the primary axis and SLA % on the secondary axis. Logic: If all TFNs are selected from the parameter, the secondary axis should ...
Arsee's user avatar
  • 683
0 votes
0 answers
20 views

I have a simple SQL table SELECT ID, Textvalue INTO temptable1 FROM ( VALUES ('ID1', 'v1'), ('ID2','v2'), ('ID3','v3') ) AS x(ID, Textvalue) which I import to SSRS as a dataset with the query SELECT ...
Cenderze's user avatar
  • 1,242

15 30 50 per page
1
2 3 4 5
1708