Click here to Skip to main content
15,892,839 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: Born programmer? Pin
den2k8822-Aug-16 0:27
professionalden2k8822-Aug-16 0:27 
GeneralRe: Born programmer? Pin
obs12321-Aug-16 22:10
professionalobs12321-Aug-16 22:10 
GeneralRe: Born programmer? Pin
ngoj21-Aug-16 22:46
ngoj21-Aug-16 22:46 
GeneralRe: Born programmer? Pin
den2k8822-Aug-16 0:25
professionalden2k8822-Aug-16 0:25 
GeneralRe: Born programmer? Pin
Vark11122-Aug-16 4:56
Vark11122-Aug-16 4:56 
GeneralRe: Born programmer? Pin
Member 1269059222-Aug-16 5:54
Member 1269059222-Aug-16 5:54 
GeneralRe: Born programmer? Pin
jfren48422-Aug-16 7:30
jfren48422-Aug-16 7:30 
GeneralSometimes, I actually like my job Pin
#realJSOP21-Aug-16 1:22
mve#realJSOP21-Aug-16 1:22 
I wrote some software that is used once per month to import data from over 50 sources (excel files, databases, and web sites), save it in a database, and generate a series of 37 panels (for lack of a better term) that show various types of graphs and data grids, and then generate power point slides so management can be briefed by the various department heads.

They have another guy doing a Qlikview "application", and importing the same data (except the web site stuff because Qlikview can't do that), and generating similar panels.

We both have the same issues - the excel files are mostly created by humans, which means anything that changes in the formatting or layout of the file could cause major issues during the import process.

For the last four months, there has been a string of major changes that affect both the importing, layout, and content of the panels. This is where it gets good.

Because of the way I've written the code (WPF desktop app using MVVM), I can generate a new chart/grid, or an alternative version of an existing one, in less than 10 minutes. I can write a new importer in less than 15 minutes (in most cases).

My app can create powerpoint slides with editable sections (as appropriate). Qlikview cannot export to powerpoint. At all. So after the panels are generated as JPGs, the customer has to create the powerpoint slide himself, and then copy/paste the jpg onto the empty slide, and add the desired edit boxes. I ask you - what good is automation software when it doesn't freakin automate anything?

I can also use a stored procedure to tailor data retrieval for the viewmodel so no post-processing is required. On average, Qlikview requires at least three load operations to simply massage the data to a usable form.

My app can be refactored and generate results in a fraction of the time the Qlikview app can. A final advantage is that my annual salary costs significantly less than the annual support contract, developer licenses, user licenses, and server licenses for QLikview.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

GeneralRe: Sometimes, I actually like my job Pin
Mark_Wallace21-Aug-16 2:15
Mark_Wallace21-Aug-16 2:15 
GeneralRe: Sometimes, I actually like my job Pin
#realJSOP21-Aug-16 4:03
mve#realJSOP21-Aug-16 4:03 
GeneralRe: Sometimes, I actually like my job Pin
dandy7221-Aug-16 4:55
dandy7221-Aug-16 4:55 
GeneralRe: Sometimes, I actually like my job Pin
Jörgen Andersson21-Aug-16 7:50
professionalJörgen Andersson21-Aug-16 7:50 
GeneralRe: Sometimes, I actually like my job Pin
#realJSOP21-Aug-16 8:14
mve#realJSOP21-Aug-16 8:14 
GeneralRe: Sometimes, I actually like my job Pin
Jörgen Andersson21-Aug-16 9:07
professionalJörgen Andersson21-Aug-16 9:07 
GeneralRe: Sometimes, I actually like my job Pin
dandy7222-Aug-16 3:41
dandy7222-Aug-16 3:41 
GeneralRe: Sometimes, I actually like my job Pin
H.Brydon22-Aug-16 6:56
professionalH.Brydon22-Aug-16 6:56 
GeneralRe: Sometimes, I actually like my job Pin
dandy7222-Aug-16 11:51
dandy7222-Aug-16 11:51 
GeneralRe: Sometimes, I actually like my job Pin
TheGreatAndPowerfulOz21-Aug-16 17:55
TheGreatAndPowerfulOz21-Aug-16 17:55 
GeneralRe: Sometimes, I actually like my job Pin
Garth J Lancaster21-Aug-16 3:29
professionalGarth J Lancaster21-Aug-16 3:29 
GeneralRe: Sometimes, I actually like my job Pin
Sander Rossel21-Aug-16 11:52
professionalSander Rossel21-Aug-16 11:52 
GeneralRe: Sometimes, I actually like my job Pin
#realJSOP21-Aug-16 23:59
mve#realJSOP21-Aug-16 23:59 
GeneralRe: Sometimes, I actually like my job Pin
Mycroft Holmes21-Aug-16 12:50
professionalMycroft Holmes21-Aug-16 12:50 
GeneralRe: Sometimes, I actually like my job Pin
#realJSOP22-Aug-16 0:01
mve#realJSOP22-Aug-16 0:01 
GeneralRe: Sometimes, I actually like my job Pin
Mycroft Holmes22-Aug-16 12:52
professionalMycroft Holmes22-Aug-16 12:52 
GeneralRe: Sometimes, I actually like my job Pin
Marc Clifton21-Aug-16 14:42
mvaMarc Clifton21-Aug-16 14:42 

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.