All Questions
315 questions
0
votes
1
answer
47
views
How to Pivot Column to Row in MicroStrategy Developer
This is the table that I have
Contract_ID
Period
Forecast
Shortfall
1
May23
35325
456
2
June24
3466
768
3
Sept22
457657
879
I need the output as:
Contract_ID
May23Forecast
May23Shortfall
...
0
votes
1
answer
48
views
VBA code to generate report based on combobox variables
I have a userform that collects data and places it in the Data sheet. I want to add a userform that allows the user to run reports on various criteria and the report to appear in the Reports sheet. I'...
0
votes
0
answers
39
views
How do I repeat page header on every page except the first page of a report builder?
My client wants a long line to name the report on the first page, this line cut through the header of the report. The problem is that they also want to repeat the company's logo through each page but ...
0
votes
0
answers
20
views
Creating ReportFooter Total in Devexpress Report
I have this report (which is working perfectly), but I want to print a SUM(Grand Total) of each productName(i.e: CARGO 0.58, CARGO 0.53, etc) in the ReportFooter.
I had used: BeforePrint event to add ...
0
votes
0
answers
116
views
do you know any free reporting services like devexpress or boldreports?
do you know any free reporting services like devexpress or boldreports? I'm working on a big project with a friend of mine and the app requires a lot of reports for the users. I use React on the front ...
0
votes
0
answers
16
views
Will reports still be accessible once an App is removed from Sale from the Apple Store
I am planning to remove from sale an App from App Store Connect, I would like to know Will reports still be accessible once an App is removed from Sale?
Thank you in advance.
I want to be sure I can ...
-1
votes
1
answer
41
views
In the JMeter Summary report, I would like to display the average of all the repeated requests instead of individual samples
I have a test plan that runs with 100 threads, and many APIs are repeated in the test flow. I want the Summary CSV report to display the average response time, as seen in the UI.
Currently i shows for ...
0
votes
1
answer
30
views
Insert total group of prior group at the end of a matrix
I just want to move a column grouped from the first column to the end of my matrix.
I don't need any total of each row of the subgroup that I created.
The results should be like this:
Here is the ...
0
votes
1
answer
144
views
Poweshell Disk space report into a HTML format to makie more cleaner?
Hi I have the following powershell script which pull disk space data from azure (for a selected list of serves) and put it out in a CSV - however its never clean even with teh delimiter "," ...
1
vote
2
answers
2k
views
How to merge reports in v5 of extent reports?
I have been using version 3 of Extent Reports for a while now. Everything works great but I want to use version 5 now since it's better and it has more functionality.
I know that in version 3 you can ...
0
votes
1
answer
88
views
Test Data not showing in All Steps page in Cluecumber report plugin
I am generating the cluecumber report. When ever the report is generated , in the All Steps page the test data is not getting populated rather the steps are showing empty angular brackets like {}.
The ...
0
votes
1
answer
142
views
How to insert a Picture Object from Json Datasource to List & Label report
I use List & Label to generate various reports from database content. The output is handeled by a middleware service which receives the data as Json payload.
Up to now I did not manage to display ...
1
vote
1
answer
499
views
How to pass parameter to the table's datasource with Telerik Reporting?
I have a table on my Telerik report where I want to pass parameters with the table's data source. I also have a report datasource with parameter but this does not help with the table's datasource and ...
0
votes
1
answer
434
views
How to visually group children samples under the Transaction controller's parent sample in the JMeter Dashboard report Statistics table?
Using JMeter 5.5, I recorded some webpage loads under Transaction controllers with the "Generate parent sample" checkbox being checked and I logically grouped them by action (like ...
0
votes
1
answer
211
views
R: Export Multiple Excel Workbooks from dataframe
I have a dataframe of deals by person. I have multiple people (30+) and I want to send them a report of just their deals. Rather than manually creating 30+ individual excel workbooks, is there a ...
0
votes
0
answers
47
views
Unable to configure database in reporting services
I downloaded and installed SSRS on my local computer.
When I get to the database portion > Change database > Create a new report server database > Next > Servername is set to my PC name so ...
1
vote
0
answers
664
views
Producing my own Cumulative Flow Diagram with data from Jira for a Scrum project
My team uses a Jira Team Managed project and the CFD chart there is not useful because the time period is for the lifetime of the project rather than a period you want to look at.
This has left me ...
-1
votes
1
answer
367
views
Creating a footer in SSRS Report Builder Vs. 2016 without using the standard Footer function "Make footer"
i need to create a footer that can stay at the bottom of every pages of the report, but i can't use the standard function because i need to hide some element before it self.
I hope that i've explained ...
0
votes
2
answers
816
views
Is it possible to consume an external API using Microstrategy?
I am trying to see if an external API can be consumed from Microstrategy. I am new to this and so far I have seen a connector on Microstrategy that allows you to bring data from an URL, but when ...
0
votes
1
answer
330
views
OBIEE - Filtering Results based on a "historic" table of values
not really sure how/where to ask this so hoping this is the right place.
I have an OBIEE report that combines two tables; a current status and a 'historic' table.
I've created an example of my data ...
0
votes
1
answer
710
views
Table Break on RDLC Report
I have created RDLC Report, Below is image
But When I am printing this report, the table break. I want this table should continue to end of the page then it should break.
Below is image of PDF, how ...
0
votes
1
answer
501
views
How do I prevent the automatic rounding of numbers in the Stimulsoft report?
I'm using the last version of Stimulsoft and C#. I have a report that gets data from SQL Server database and shows it.
My problem is that it rounds up without me adjusting it, like this :
123,456,789 =...
0
votes
0
answers
73
views
SSRS - Batch printing grouping Issue? Report seems to be randomly messing up PO Number and page numbering
I'm using MS Report Builder v15.0.19210.0.
I have an SSRS report that is driving me crazy. If it is used to print a PO individually, all is well. The issue starts when the report style is used to ...
0
votes
0
answers
156
views
Generated excel file does not have extension
I am trying to generate excel file using the following approach:
private static final String CONTENT_TYPE = "multipart/form-data";
private static final String FILE_NAME = "DemoReport&...
1
vote
1
answer
459
views
Generating csv file for multiple loop in Java?
I am trying to generate a report with cascade values a shown below:
| Country | City | Town |
--------------------------------------
| Country A | City X | Town 1 |
| Country A |...
0
votes
0
answers
49
views
Is there any short way to build customised widest table reports in laravel
Is there any short way to build customised widest table reports in Laravel
I am developing a system that needs too many reports like ytd products (40+) and employee (85+) sale reports In the table ...
1
vote
1
answer
332
views
How to check variable type in template toolkit?
Is there any statement to print variable type in Template Toolkit? This is for debugging purposes.
I was trying to find something like:
type(my_var)
Output:
scalar
2
votes
1
answer
96
views
How to execute template tooklit script?
I would like to execute a template toolkit script with some dummy data in order to quickly test functionality. For example, an script that adds a date into an excel.
[%- MODE=xlsx %]
[%-
X = XLSX;
...
1
vote
1
answer
189
views
Access to the path "StimulsoftReportsResources" is denied
I getting error Access to the path "StimulsoftReportsResources" is denied.
I do not know where the problem comes from. For about a year now, the application has been working without any ...
1
vote
1
answer
404
views
Unwanted space appearing under nested table in SSRS report
I have a problem with white space appearing in at the bottom of a nested table. It only occurs if the contents of the main table cell row has data which vertically makes the cell height higher than ...
1
vote
0
answers
67
views
Power BI Conditional formatting for Matrix background Column name
I have these data in power bi
Status Cat Values
Amber Cat1 9
Green Cat1 4
Blue Cat1 3
Amber Cat1 5
Amber Cat1 3
Green Cat2 2
Green Cat2 2
Blue Cat2 8
I ...
2
votes
0
answers
37
views
Is there a way to show a string between a tablix and the end of the page?
I need to show a textbox with a static content after a tablix in order to cover the white space of the page, if there is.
I tried with a textbox (with the same height of the page) below the tablix but ...
0
votes
1
answer
416
views
"The type or namespace Reporting does not exist" in WinForms project
The type or namespace reporting does not exist in the namespace microsoft in windows Form.
Following code are to be shown when I click on the error
'''public Microsoft.Reporting.WinForms.ReportViewer ...
0
votes
1
answer
36
views
Access how do i create a report that shows how many of same including if only 1
I have a db of some 20k error code entries, and i would like to generate a report that show
how many of each is stored.
The user creates a entry when working on a specific error and they get it from ...
0
votes
1
answer
2k
views
How to merge two or more table from different databases to generate a report in PowerBI?
I have two MySql and an Oracle database, i want to generate a report that want data from each of them,
i want customer info from one of them, service info from another and invoice info from the last ...
1
vote
0
answers
193
views
Report building in Django
I am trying to build a system which will enable my users to create their own reports based on the model of their choosing without me having to code them every time they need updating.
In order to do ...
0
votes
1
answer
1k
views
RDLC Report add line between white space and last page
I'm working on a "contract format-like" rdlc report, which will have four tablix with variable numbers of rows. This report also have a fixed "last page" that is set to do a page ...
5
votes
1
answer
1k
views
Mocha reporters don't support parallel mode, does one exist?
We're using Mocha 8.0 and are running it with the parallel feature.
Mochawesome reporter completely crashes in that mode. And the couple of very simple reporters like json or spec, well they don't do ...
0
votes
0
answers
526
views
Create Varilable as Boolean in RDLC report to represent if dollar sign should be printed or not
I am designing an invoice using rdlc file in visual studio (ssrs). Per invoice may have 1-10 transaction. We'd like to present the dollar sign of the amount on the first result only. The rest wouldn't ...
0
votes
0
answers
345
views
how do you change the 2019 SSRS report to open Chrome browser instead of Internet Explore
I been having some issue with internet Explore not open 2019 SSRS reports. If I copy the report link into chrome the report open just fine. How do I get the report to open in Chrome instead on ...
0
votes
1
answer
2k
views
Crystal Reports - Update SQL in Command without connecting to database
I have a problem to update Command in Database Expert. After editing SQL query in Command and click on OK button, Crystal Reports wants to connect into database. But the database is on serves, where I ...
0
votes
1
answer
241
views
Crystal Report Not Following Original row order from Dataset
Good Day!
I need a help regarding my Crystal Report, the problem is that it is not following the original order of rows in the detail section from my Query
Example:
This is my query:
But here's the ...
0
votes
0
answers
124
views
how to generate multiple reports including plots using variable data in R
I have a table containing the following
myDF <- data.frame(Roll_No=c(1, 2), Student_Name= c(John, Bobby), Q1=c(77, 64), Q2=c(89, 83), Q3=c(55, 84), Q4=c(73, 81), Final=c(73.5, 78), Remarks=c("...
0
votes
0
answers
46
views
MVC- report show redundant values
I've an web app using MVC ,
it views a report from "View "
Vtasks View :
SELECT TOP (100) PERCENT dbo.tasks.task_id, dbo.tasks.task_name, dbo.tasks.task_desc, dbo.tasks.date, dbo.tasks.notes,...
0
votes
1
answer
264
views
Odoo 12 report invoice details on every page. How to achieve?
I am using Odoo 12 and have a legal requirement regardless report invoice and sale report.
I have to show the document details (document type, number, date, etc.) on every report page (not just the ...
1
vote
1
answer
68
views
SSRS join(Parameters!ACCNUMBER.Value, ",") generate rendering error
i am building a SSRS report using report builder 3.0.
i have parameter ACCNUMBER which contain a large number or records, and i am using inside my report the below function :
join(Parameters!...
0
votes
0
answers
104
views
Line chart Interactive Zooming in SSRS
Please find attached example image, mark red color as zoom points.
I want to achieve interactive zooming in line chart, I come to know using SSRS its not feasible. Can you please suggest any software ...
0
votes
1
answer
425
views
How to display in the Nightwatch.js Report.Html all the outputs and my log that appears in the console
In some nightwatch.js tests I use console.log to print some variables values or comments. I would like to know if there is a way to print the console.log of the console in a nightwatch.js report since ...
2
votes
0
answers
2k
views
Cucumber Reports not generated on jenkins job
So I upgraded my protractor to version 5.3.0 and since than cucumber reports are not generated. I suspect it is version mismatch issue but i'm not sure. I've tried some of versions of cucumber but it ...
0
votes
1
answer
252
views
Create links in Kentico reports
I'd like to add clickable links to a Kentico Report. The report editor allows you to add all kinds of HTML mark-up in the layout, but it doesn't allow you to add HTML INSIDE of a table that you've ...