7,520
questions
0
votes
0
answers
14
views
My Fast Report table is showing only one row. Why? How can I fix this?
In my ASP.NET Core 8 Web API project, I am trying to make a report. I am trying to generate report where it have a table with 5 columns and dynamic rows. But in my case, it is always printing one row. ...
0
votes
1
answer
20
views
How to create two details section with headers separated under group header section?
I work on crystal report I face issue how to display two details section with different headers related to same group by licenserecid ?
I can display first section related to group licenserecid ...
0
votes
0
answers
9
views
How to increase the lifetime of generated reports in pentaho-server 9.*?
Good afternoon To generate reports, I use pentaho server version 9. I use the standard queue and task API (reserverid, create job, status) After successful generation, the report is stored for no ...
-2
votes
0
answers
15
views
ArcGIS & Python - Automating PDF reports by pulling data from Feature Layers? [closed]
I've been working in a GIS/Data based roll for over a year now. I've written multiple python scripts for add-in tools and toolboxes for the ArcGIS Pro (and ArcMap) and other software successfully that ...
0
votes
2
answers
134
views
In Azure Devops, how can I query all the user stories, and the count of related bugs for each story?
In Azure Devops, how can I query all the user stories and the number of related bugs for each story? Can I create a report/view and schedule sending it to an email address?
Overall, I need a manager's ...
0
votes
0
answers
21
views
How to auto-refresh dates on a rolling 2 week period in my Power BI report
I am currently working on a Power BI report connected to a lakehouse in Fabric. Our report tracks a rolling 2-week period using a date filter that references my calendar table. Since our backend ...
0
votes
0
answers
20
views
Crystal viewer parameter loses value on navigation
I'm using "SAP Crystal Reports runtime engine for .NET Framework (64-bit)" version 13.0.31.4010, and the corresponding component for VS: "SAP Crystal Reports, version for Microsoft ...
0
votes
0
answers
32
views
MS Access - Add extra line space between the control in either query or subreport prior to export to MS Word
Long title but explains it...I've created a video database that works great and also includes a citation process. I created queries to concatenate all the needed citation information per guidelines ...
0
votes
0
answers
32
views
Waring on Report Builder 2024
Does anyone gets this warrning when try to open Report Builder .rdl (new version from 2024)?
"This report contains expressions or code blocks that could modify or delete your local files. Only ...
1
vote
1
answer
41
views
SSRS vs PowerBI
I am working on a project that is implementing PowerBI. I come from a SSRS background but I have a team that knows PowerBI. My role in this project is to give report specs to the PowerBI guys and they ...
0
votes
0
answers
19
views
How to integrate html or json report in test cafe
Unable to generate html or json report in test cafe
Followed these steps
npm install testcafe-reporter-json
testcafe chrome 'path/to/test/file.js' --reporter json
But unable to generate.
I have tried ...
0
votes
1
answer
18
views
How to load a datetime from SQL Server, separate it in date and time in SSRS and make it filterable in Excel when downloading the report?
How can I use a datetime column from SQL Server to have the following behavior when creating an SSRS Report?
In the report I want two columns. One with only date and one with only time.
When I export ...
0
votes
0
answers
12
views
I've written the code below however it's returning an syntax error and I can't figure out what's wrong
inner join [@PM_CMS_VLD] pm_cms_vld on pm_ocms.DocEntry=pm_cms_vld.DocEntry and CONVERT(date, year ({?Date To}) = year ({?Date To}) >= pm_cms_vld.U_From AND CONVERT(date, year ({?Date To}) = year ({...
0
votes
1
answer
43
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
0
answers
19
views
ERPNext Query & Script code Problem for Report
In this below code i need month names like setember, october, november instead of {current_month}, {next_month_name}, etc and the condition is this report works as interval of 3 months like if the ...