Skip to main content

Questions tagged [reporting]

0 votes
2 answers
184 views

We have a large code base with lots of workflow data (camunda) that does this: Create a reporting event in the codebase Give it a code + payload Put the item on a message queue Consume queue ...
mabeloo52's user avatar
0 votes
1 answer
145 views

Scenario I have a system where a user can upload an Excel file which is validated and then used to provide data for the application. There are two distinct operations I need to handle with this file: ...
donquixote's user avatar
1 vote
1 answer
194 views

I am working in the data department of a middle-sized logistics company who is shifting from an 'old-school' on-premise BI data warehouse to a more 'modern' cloud-based data lake approach. Another ...
Stevo's user avatar
  • 13
0 votes
1 answer
1k views

I have to create a reporting system based on hundreds of different tables in a database (which means a huge volume) and I'd like to know the best practices and/or your wild ideas about it. Here are ...
Angi Balazs's user avatar
0 votes
3 answers
1k views

I have a monolith application in .net core 3.0 with entity framework core 3.0. using: a table with ~3 million records. Its structure is BusinessUnitId | ProfileId | Amount(it has more fields, but ...
Jamil's user avatar
  • 131
1 vote
0 answers
48 views

I have a C# Program that creats PowerPoint reports filled with statistics of a chosen (by the project manager who operates with the tool) company (each one has a companyID). The statistics are ...
ruedi's user avatar
  • 133
2 votes
2 answers
168 views

I’ve got me a design and implementation problem extracting and formulating the results I need. What I’m trying to do is build some reporting on forecasted stock commitments in an inventory system to ...
Hursey's user avatar
  • 147
0 votes
2 answers
229 views

Various analytics tools will track the number of handled and unhandled exceptions (crashes) that happen in an app. This obviously helps us find problems we didn't know existed and will fix it. Quite ...
Gil Sand's user avatar
  • 2,193
1 vote
0 answers
26 views

We have a system which generates db records and a ever increasing id named archive_id ( bigint in postgres). sample table: record_table ------ archive_id bigint,info varchar Another system ...
techagrammer's user avatar
0 votes
1 answer
122 views

So, this is going to sound like an accounting question, and on top of that might be a little too opinion or discussion-based for Stack Exchange. But we've been going back and forth on this a little ...
Hannele's user avatar
  • 135
3 votes
2 answers
3k views

I am working with a small team that is developing a CQRS/ES "semi-microservice architecture. We are pretty far along, but running into some interesting challenges with our projections and further ...
Jordan's user avatar
  • 187
2 votes
2 answers
663 views

I was tasked to automate reports used by multiple teams. Each team have their own procedure on how to generate the report that they need to deliver. I can automate the reports but it takes so much ...
chip's user avatar
  • 239
-3 votes
1 answer
167 views

I have a requirement for a reporting tool in which the user will be selecting the "class" that has some associated column and "filter" option in the view. Each class is associated with a list of ...
made_in_india's user avatar
0 votes
2 answers
226 views

We have a mature product that we reuse for new projects. For one project, some tasks were created for already working features. Those tasks were all assigned 1 SP each. So, just as a sanity check, I ...
pandaman1234's user avatar
3 votes
2 answers
489 views

I have an application that measures that continuously. (About every second - it depends on the device) For example sake, let's say that data is CPUTemp (as used as an example in an answer to a related ...
HPage's user avatar
  • 263

15 30 50 per page