Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
16 views

How to Generate Reports from MongoDB Community Edition and Integrate Them into a React UI?

I am using MongoDB Community Edition as my database and need to generate reports based on the data stored in my collections. The reports should be query-driven and provide insights such as aggregated ...
swaugat beura's user avatar
1 vote
0 answers
11 views

Subreport Image is being cropped in a SSRS Report when embedded

I have a SSRS Report in which I embedded a subreport, which is made by an image and a text. When I export the report in PDF, though, the subreport is being cropped and I cannot understand why; whereas,...
Letizia Nasorri's user avatar
-4 votes
0 answers
28 views

How can a software engineer report a Windows kernel bug to Microsoft? [closed]

How can a software engineer report a Windows kernel bug to Microsoft? Sure we have a support contract, but NO ONE here in the company knows how to report Windows kernel bugs (say, kernel crash via ...
Dan Shelton's user avatar
-2 votes
0 answers
20 views

Host not reporting in datadog console, Agent is running fine getting below can any one advise? [closed]

agent[3039]: 2025-02-28 08:56:56 PST | CORE | ERROR | (pkg/forwarder/worker.go:180 in proces> agent[3039]: 2025-02-28 08:57:02 PST | CORE | INFO | (pkg/logs/internal/launchers/file/launc> agent[...
Sumit Goel's user avatar
0 votes
1 answer
44 views

Confusing Gatling test report

When running a Gatling test, a report is printed to stdout after execution, such as: 21:16:16 ---- Global Information -------------------------------------------------------- 21:16:16 > request ...
knittl's user avatar
  • 266k
0 votes
1 answer
21 views

Is it possible to rename an element name on BIRT report?

Im trying to rename an table element name on beforeFactory or initialize. I know how to drop it depending on condition, I'm unable to find any set name property here. reportContext.getDesignHandle()....
Soumyadeep's user avatar
0 votes
1 answer
38 views

How do I implement email subscriptions for paginated reports in powerbi service?

I want to figure out the best method to create email subscriptions for those reports for people in different regions and departments
user29200827's user avatar
0 votes
1 answer
18 views

Find integration system names that has integration template with "DO NOT USE" phrase

I am trying to create a custom report to find integration system names that has integration template that contains "DO NOT USE" phrase. Should I create a calculated field using the "...
Techie_wd's user avatar
0 votes
1 answer
36 views

Using DevExpress XtraReport Constructor with parameter

I am creating reports with .NET Core Web API. I am using object data source as data source in my reports. I need to access domain services to get the data for these reports. I use DI with Autofac in ...
AdylshaY's user avatar
0 votes
1 answer
30 views

String values parameters doesn't appear in crystal report

I am working on a program where I use Visual Studio 2019 and Crystal Report version CR13SP26. I have a problem which is when I try to create parameter (type : string). It ​​does not appear in the list....
nansoft's user avatar
  • 45
0 votes
0 answers
19 views

Implementing Rdlc report in ASP.NET Core

[HttpPost] public IActionResult Print([FromBody] Base64Model model) { // Create the view model and pass the Base64 PDF data var ViewModel = new ReportViewModel { Base64Pdf = model.Base64Pdf };...
Muhammad Ahmad Arman's user avatar
0 votes
0 answers
30 views

How can I query the temp_file_limit value in Aurora/PostgreSQL? [duplicate]

I'm running reporting queries in Aurora/PostgreSQL and a few of them are running out of space with "no space left on device". I googled that the temp_file_limit parameter in PostgreSQL ...
The Impaler's user avatar
  • 48.9k
1 vote
0 answers
44 views

Display or Hide Table row and Column Header using Slicer in Power BI

I have a tableA and Table B. TableA has Columns ( Address, Name, City). Table B has Columns (Age, Tax, Salary). Table A and Table B are displaying over one another. Using Bookmarks I have Two buttons. ...
Baseer Ul Hassan's user avatar
0 votes
0 answers
56 views

Get previous results from the Allure report

With the help of the Allure report, I have managed to gather results from multiple test executions. The cumulative outcomes are visible in the Overview and Graph sections. However, I can no longer ...
ezak's user avatar
  • 1
0 votes
0 answers
80 views

CrowdStrike scheduled search is not yielding any results

I am trying to create scheduled search in CrowdStrike, that will run a FQL which searches for all the users (that are not clients) that connected to system in our environment using RDP. I need a daily ...
Jaya Kandpal's user avatar
0 votes
0 answers
45 views

Intermittent "Validation of ViewState MAC Failed" Error in SSRS Scale-Out Deployment Despite Correct Machine Key Configuration

I am experiencing an intermittent "Validation of ViewState MAC failed" error in my SQL Server Reporting Services (SSRS) scale-out deployment. The error message indicates: Error rending ...
alex's user avatar
  • 71
0 votes
1 answer
57 views

Is it possible to generate .rdl/.rdlc files using C#?

This is my use case : The user will select any number of records from a list of records populated in the UI. Based on the selected records, I need to display a Chart report in the web browser. I am ...
priya nandhini's user avatar
0 votes
1 answer
58 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 ...
simplysimply's user avatar
1 vote
1 answer
60 views

Cannot render revealjs files - Parameterized reporting in R using Quarto

I attempted to render a revealjs presentation using parameterized reporting. Even though I specified revealjs as the format in the YAML header and set the output_format to "revealjs" in the ...
Hamson's user avatar
  • 43
0 votes
0 answers
22 views

How use LIKE in a in a free text fields separated by | to compare it to a spacific column

i want to compare a column with a specific textfield which is separated by | using like statement | Column A | | -------- | | bobo vera | | | i used this code to get ...
EMPOWER EXCEL's user avatar
0 votes
1 answer
53 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'...
David's user avatar
  • 3
0 votes
0 answers
33 views

SSRS data label positioning on a range bar chart

I have created a waterfall-esque chart in SSRS using a range bar chart and it looks like the following: SSRS Waterfall Chart I'm trying to get the data label positions to be top if value is positive ...
Paul Davies's user avatar
0 votes
0 answers
261 views

FRM-41214 Unable to Run Report ,FRM-41217 unable to get job report status

Find any Bug , Help me Out PROCEDURE PRINT_1 IS repid REPORT_OBJECT; v_rep varchar2(512); rep_status varchar2(512); pl_id ParamList; Begin pl_id := ...
Zeeshan Fazal's user avatar
1 vote
0 answers
41 views

How to Aggregate Asynchronous Messagges from a Queue into a Final Result at Scale?

I'm working on a system where: A producer sends approximately 100 million messages daily to a message queue. The consumer processes each message from the queue and produces multiple parts as output. ...
Pouya Rezaei's user avatar
0 votes
1 answer
46 views

USE LIKE or CONTAINS to search two different column in one column IN SSRS

Hello guys i want to check if a two column are contained in an other column with using Like or contains statement. in ssrs report for example: column1 is name column2 is lastname column3 is fullname ...
EMPOWER EXCEL's user avatar
0 votes
0 answers
44 views

Issue with Time Configuration in xlreporter

I'm experiencing issues with xlreporter when graphing data from an SQL query. In my SQL query, I select and filter data using the following query: SELECT PT102_PV, t_stamp FROM group_table WHERE ...
Marco Bastias Jaramillo's user avatar
1 vote
1 answer
407 views

How to use excel files on SharePoint as data sources for power bi without hardcoded paths

I have a dashboard that fetches data from an excel files in SharePoint. To fetch the data from SharePoint I have to hardcode the paths to these excel folders in our SharePoint. The dashboard works, ...
alex gullen's user avatar
0 votes
1 answer
39 views

Derive values from previous Quarters

I have a table called Hyp with below data Quarter Target Date Q1 50 Dec 31,2023 Q2 65 Mar 30,2024 Q3 90 June 30, 2024 Q4 120 Sep 30, 2024 Basically the targets are ...
Sam Peter's user avatar
0 votes
0 answers
145 views

How to make dynamic reports with a Firebird DB?

I have a large Firebird database containing details of thousands of individual custom product orders. What are the best options to create reports of these orders that can be filtered and sorted? We ...
Eo04837's user avatar
0 votes
0 answers
43 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 ...
Chou's user avatar
  • 1
0 votes
0 answers
73 views

Keyerror in Allure Behave

Im currently trying to run an automation script using behave and generate reports using allure behave python. The code is working file if the allure reporting is not used. Exception KeyError: ...
Nirmal Kamishetty's user avatar
0 votes
1 answer
314 views

How to configure reporting in Cucumber?

I am using Cucumber for automated testing and would like to configure the generation of reports. What steps do I need to take to integrate reporting with Cucumber? Are there any examples of Maven or ...
Sonya Vizhanskaya's user avatar
0 votes
2 answers
171 views

Power BI Embedded token

I implemented Power BI Embedded reporting using a service principle. I only have a 10$ pro account. Everything is working fine but I don't understand exactly the pricing. So if I want to go in ...
Alex's user avatar
  • 81
0 votes
0 answers
41 views

YouTube Analytics shows the number of viewers, but the YouTube Reporting API does not show the number of viewers

I have created set of YouTube Reporting API jobs for a YouTube channel. The jobs were created and run every day as scheduled. However when I go to download the jobs they are all blank, only the header ...
famibosu ayata's user avatar
0 votes
0 answers
113 views

Workday: Calculated Field to get Position ID out of Worktags in Journal Entries

Has anyone created a calc field to extract the Position ID from within the Additional Worktags box on the Journal Entries Business Object? I need to be able to get the single position id for each ...
Maria's user avatar
  • 1
0 votes
0 answers
212 views

Dynamic parameter value change in Power BI desktop does not update the chosen value immediately

I have created dynamic parameter for say the field Year. The parameter is created with a list of different years the users can choose from. The users view the report from Power BI desktop directly. ...
Vid Ya's user avatar
  • 1
0 votes
0 answers
37 views

Hyperion Interactive Reporting Studio Pivot Labels

We are using Hyperion Brio Query for reporting and I am trying to add column labels in the pivot table after running the report. I cannot determine how to do this. I am attaching a pic of what I want ...
RTC's user avatar
  • 23
0 votes
1 answer
363 views

Adding expect value to Playwright html report

I want to know how I can include the values I expect on in my Playwright html report. It would be useful to see the URL and title I am expecting on to appear in the report. expect.toHaveURL— ../src/...
Andre Steenkamp's user avatar
0 votes
0 answers
25 views

NightwatchJS - mochawesome reporter doesn't report the messages from individual calls like browser.verify

I am using NightwatchJS 3.6.1 with mochawesome 7.1.3. In the report it generates, the messages that go along with each test line are not coming along with the line result. Example: browser.verify.ok(...
Beau D'Amore's user avatar
  • 3,404
0 votes
1 answer
324 views

Asp.net core API and DevExpress Reporting

I am trying to use DevExpress reporting with the.net core web API, but I didn't find any references. Is there any reference to using the.NET core web API with devExpress reporting?? or any video. I ...
Snoop's user avatar
  • 1
0 votes
1 answer
38 views

Writing VBA to take data from multiple sheets, organize them side by side chronologically downward (timeline) comparing the dates on multi-tables

I have tabular data with unique values in column A. Based on column A, i want to create tables placed to the side-by-side, whenever new values in column A are identified. Then I need to sort the date ...
Excel Shorts's user avatar
1 vote
1 answer
31 views

How to include printed response(s) from mock server back into karate.HTML report

I was wondering if its possible to include the interactions with a given mock server(s) printed request(incoming) and response (outgoing) back into the finished native karate.html report? Ive had a ...
jbart18's user avatar
  • 198
0 votes
0 answers
23 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 ...
Luis Moises Rojas's user avatar
0 votes
0 answers
35 views

Preventing Blank SSRS Reports from Emailing for parameterized reports that go out to multiple recipients

We use SSRS 2019 Enterprise edition for monitoring business metrics and setting up email alerts. These reports are blank at time when the alert conditions are not met. We intend to offer these alerts ...
Rishikesh Deshmukh's user avatar
0 votes
0 answers
69 views

Flutter Screenshot Vertical Horizontal Pdf A4 Size Problem

I Am working on a reporting app that produces PDF files in a4 format. my code working well but while it has large data it's not working properly. I Use RepaintBoundary | screenshot | Pdf | My Code ...
JAIMIN PATEL's user avatar
0 votes
1 answer
89 views

C# Devexpress, update report parameters

I am new using Devexpress report. I just created a report. At design time i created parameters. Now i need to pass parameters by code: PreFactura report = new PreFactura(); report.Parameters[&...
Luis Moises Rojas's user avatar
0 votes
0 answers
31 views

Reporting from Azure Sql in a customized app. SSRS vs Power BI

In the past (with sql server) when our team would want to provide reports to an end user we would create a web portal and incorporate SSRS and provide reports to any person who would have a valid ...
SF1's user avatar
  • 27
0 votes
0 answers
240 views

PowerBI API Dataset Refresh 404 Not Found

I am currently using PowerShell to make an API call to refresh a dataset. Here is the code: # Credentials $AppId = "<AppId>" $TenantId = "<TenantId>" $ClientSecret = &...
RapidRice's user avatar
0 votes
0 answers
35 views

How do I design data structures and choose technologies for reporting?

Problem Summary I have multiple different applications which collate data and currently output different data files (CSV, JSON, XML). I have several reports that I am building in Power BI, which use ...
LJsec's user avatar
  • 118
0 votes
0 answers
57 views

Can you report real-time visitors to your website using Mixpanel

I am looking for a web analytics tool where I can see in real time the number of users as well as other metrics for my website. I am currently using GA4 but the reporting is very static for real time ...
thomas kayll's user avatar

1
2 3 4 5
75