Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
11 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
28 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.6k
1 vote
0 answers
24 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
32 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
36 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
29 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
52 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
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 ...
simplysimply's user avatar
1 vote
1 answer
50 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
1 vote
1 answer
72 views

GA4 passing `value` parameter for an event

I'm building few tracking events which touch payment conversions, let's say this event name is event_123 in the Event Parameters I pass value (default Google parameter recognized with checkmark) and ...
Boleslaw's user avatar
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'...
David's user avatar
  • 3
0 votes
0 answers
22 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
148 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
37 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
45 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
36 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
0 votes
1 answer
236 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
127 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
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 ...
Chou's user avatar
  • 1
0 votes
0 answers
61 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
213 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
142 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
  • 71
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
83 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
159 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
29 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
267 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,384
0 votes
1 answer
254 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
  • 11
0 votes
1 answer
37 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
27 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
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 ...
Luis Moises Rojas's user avatar
0 votes
0 answers
33 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
60 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
63 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
189 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
34 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
51 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
0 votes
0 answers
26 views

Add a eps file or pdf file to my report - MATLAB Report Generator

I'm trying to make my report using the Matlab Report Generator. I want to include some graphs that are in PDF format and others in eps. I've tried to use this code: % Insert the image into the report ...
Jonathan Alexander Munoz Marti's user avatar
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 ...
Ibrahim Ali's user avatar
0 votes
0 answers
125 views

error NU1101: Unable to find package Telerik.Drawing.Skia.Trial. No packages exist with this id in source(s)

se agrego la definicion con sus credenciales esto funcionaba correctamente pero recientemente ya no puede obtener las dependencias Local resources cleared. Determining projects to restore... D:\\a\\1\...
Walter Raul Canchan Hermoza's user avatar
1 vote
1 answer
69 views

Customization to Last Week filter [closed]

Does anyone know if it is possible to create a custom filter on a report that will show opportunities created from Thursday to Wednesday? Currently, I'm using "Last Week" as the filter but ...
Kristin Kennedy's user avatar
0 votes
1 answer
25 views

Showing Different Sub-Reports Depending on a User Driven Parameter

I want to create an SSRS Report that has two Sub reports links in it. Report A has Group A content. Report B has Group B content. Then I have a Main Report with links to Report A and Report B. I'm ...
Dskipper 's user avatar
0 votes
0 answers
159 views

ASP.NET session has expired or could not be found in webforms app inside an iframe

I´m tring to show a report using the reportviewer control in a webforms application inside an iframe and I´m geting the error "ASP.NET session has expired or could not be found" I´ve tried ...
Félix's user avatar
  • 3
0 votes
0 answers
9 views

Row in Power BI Table blank

I need help with an issue I am facing in Power BI. I have a table connected to multiple datasets. When I refresh, I have one column not populating any data and have not been able to figur out why this ...
Okot's user avatar
  • 1
0 votes
0 answers
125 views

xcresults tool is not able to export screenshots for failure cases ( xcresults-1.17.1 )

@Artem Eroshenko, Thank you for xcresults tool. When I run the run "xcresults export abc.xcresult results", it is generating files with zero bytes as below: 12605a3a-2b1d-4975-aeec-...
Thrihesh's user avatar
0 votes
1 answer
65 views

how to create a textbox in ssrs for user entry as a parameter and limit the Character input to 18

I have a blank text paramter that I need for the user to write a small response to fill in a blank on the report. However, I don't want the user to be able to write a book in the textbox. Any help ...
Dskipper 's user avatar

1
2 3 4 5
75