Click here to Skip to main content
15,895,746 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Baby it's cold outside Pin
FranzBe11-Jan-22 6:09
FranzBe11-Jan-22 6:09 
GeneralRe: Baby it's cold outside Pin
yacCarsten11-Jan-22 10:31
yacCarsten11-Jan-22 10:31 
GeneralRe: Baby it's cold outside Pin
oofalladeez34312-Jan-22 6:19
professionaloofalladeez34312-Jan-22 6:19 
GeneralRe: Baby it's cold outside Pin
Mike Hankey12-Jan-22 6:31
mveMike Hankey12-Jan-22 6:31 
GeneralRe: Baby it's cold outside Pin
oofalladeez34312-Jan-22 6:34
professionaloofalladeez34312-Jan-22 6:34 
QuestionReport generators? Pin
Sander Rossel10-Jan-22 22:52
professionalSander Rossel10-Jan-22 22:52 
AnswerRe: Report generators? Pin
Jörgen Andersson10-Jan-22 23:15
professionalJörgen Andersson10-Jan-22 23:15 
AnswerRe: Report generators? Pin
lmoelleb10-Jan-22 23:16
lmoelleb10-Jan-22 23:16 
Got a project with DevExpress. No real opinion on it besides that you should never use it - but that goes for any reporting tool that mess with the database. Poke tongue | ;-P

For anything somewhat serious you need a layer between the user and the database. Luckily we have "somewhat of a layer", so our users are not completely tightly coupled with the database structure. This is more by luck than design as the original developers had no clue you should never do that - I guess that happens when you pride yourself with only employing the smartest people.... but then ignore the lack of experience D'Oh! | :doh: . Unfortunately this layer means "try reading everything into memory, then combine it at runtime" if you do not know exactly what you are doing... oh well... Most reports customers create still executes in less than 24 hours.... not all of them though. Dead | X|

Luckily we have a couple of non-developers who knows there way around the tooling (better than us developers).

Sure you could probably do some things with database views to decouple.. but... ehh... it's 2022, can we please start working on top of APIs thank you very much.

I hope this nonsense goes away and we can offload to PowerBI and similar in the future. But our customers can't just throw all the data in the cloud, so getting too many on-prem dependencies are also problematic. Frown | :(
GeneralRe: Report generators? Pin
Jörgen Andersson10-Jan-22 23:35
professionalJörgen Andersson10-Jan-22 23:35 
GeneralRe: Report generators? Pin
lmoelleb11-Jan-22 1:44
lmoelleb11-Jan-22 1:44 
GeneralRe: Report generators? Pin
Jörgen Andersson11-Jan-22 1:51
professionalJörgen Andersson11-Jan-22 1:51 
GeneralRe: Report generators? Pin
lmoelleb11-Jan-22 3:02
lmoelleb11-Jan-22 3:02 
GeneralRe: Report generators? Pin
Jörgen Andersson11-Jan-22 3:12
professionalJörgen Andersson11-Jan-22 3:12 
GeneralRe: Report generators? Pin
Mircea Neacsu11-Jan-22 3:39
Mircea Neacsu11-Jan-22 3:39 
GeneralRe: Report generators? Pin
lmoelleb11-Jan-22 4:14
lmoelleb11-Jan-22 4:14 
GeneralRe: Report generators? Pin
Mircea Neacsu11-Jan-22 6:26
Mircea Neacsu11-Jan-22 6:26 
GeneralRe: Report generators? Pin
lmoelleb11-Jan-22 7:16
lmoelleb11-Jan-22 7:16 
GeneralRe: Report generators? Pin
Jörgen Andersson11-Jan-22 8:54
professionalJörgen Andersson11-Jan-22 8:54 
GeneralRe: Report generators? Pin
Bruce Patin13-Jan-22 10:41
Bruce Patin13-Jan-22 10:41 
AnswerRe: Report generators? Pin
Kornfeld Eliyahu Peter11-Jan-22 0:01
professionalKornfeld Eliyahu Peter11-Jan-22 0:01 
GeneralRe: Report generators? Pin
LucidDev13-Jan-22 7:05
LucidDev13-Jan-22 7:05 
JokeRe: Report generators? Pin
Peter_in_278011-Jan-22 1:23
professionalPeter_in_278011-Jan-22 1:23 
JokeRe: Report generators? Pin
Daniel Pfeffer11-Jan-22 7:53
professionalDaniel Pfeffer11-Jan-22 7:53 
GeneralRe: Report generators? Pin
trønderen11-Jan-22 8:45
trønderen11-Jan-22 8:45 
GeneralRe: Report generators? Pin
enhzflep11-Jan-22 15:18
enhzflep11-Jan-22 15:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.