Wednesday, December 16, 2009

Swap ya!


Didi and I appear to be participating in an impromptu worker exchange program. A little more than a month ago I was working for The Echo Group, a behavioral healthcare software producer and Rapid Insight partner company. My decision to leave Echo opened up a couple of new positions, one of which Ms. Owen found too good to pass up. In turn, her leaving RI provided me with the opportunity I was looking for. Great how things work out sometimes!

As we’re all going to be working together, I should probably give you a quick tour of my professional history. Besides my time at Echo as a Project Manager/Facilitator (where I conceived and developed their latest product, the Visual Health Record), I’ve managed the customer service department of a local Internet service provider and have written Excel applications for a risk analysis consultant. Before relocating to New Hampshire, I was a Systems Engineer at Cape Canaveral designing and installing electronics to support rocket launches. 

No, that doesn’t make me a rocket scientist. But, fortunately, it doesn’t take a rocket scientist to learn and use RI’s products. As you might expect, I’m shamelessly exploiting Didi in her final weeks learning the finer points of Analytics and Veera. I’m relieved at how intuitive the products are - I hope you feel the same way. 

Looking forward to meeting all of you in the coming New Year. Until then - Happy Holidays! 

-Jeff Fleischer

Tuesday, November 24, 2009

Two Files, One Record, and a Mission


I'm a very stubborn individual when it comes to new things.  If it's not intuitive, I'm going to move on.  If I buy something and it has to be put together, I want to be able to figure it out by looking at it.  When things are not intuitive, I get so annoyed.

Technology is even worse - cell phones, computers, it's all the same.  I simply hate reading manuals or documentation.  Seems silly coming from someone who does a lot of training and writes documentation for a software company, but I realize that people learn in so many different ways.  I've downloaded a lot of software over the years, some of which I've immediately embraced due to it's ease of use and some abandoned minutes after opening the application.

I think there are certainly a handful of our customers who share my philosophy of if it isn't easy and intuitive it will be quickly forgotten.  That's why they like Veera.  But, for those that don't share that view, a different approach is necessary.  Sometimes using Veera requires a shift in thinking.  It's almost like fishing an equation out of a word problem.  You have a specification or analytic requirement that needs to be completed, then you have to retrieve that data.  It has to be put together in a way that it ends up being clear, and more importantly correct.  

I was working with a customer the other day who had 2 files.  One file had one more person in it than the other.  He wanted to know that one person.  Seems easy enough, right?  Turns out, not so much.  In one file, he had a SSN and a full name, in the other was some additional data as well as a first, middle, and last name and a separate ID.  This required the 2 to be merged and then compared for finding that person.  There was no such field to do that.  So, we took the file with the name parts and concatenated them together using a transform.  After a few fumbles, we got that to work beautifully.  We then merged on that new full name to the existing first name and still ended up with a handful of those that didn't match up.  Turns out THOSE had suffixes and we didn't have the suffix in the other file.  We then added a cleanse to clean all of those up, and tried again.  We added source table flag columns in the merge to create quick binary variables with a 1 if it existed and a 0 if it didn't.  With a simple filter after that, we found the one straggler that was missing from the original file.  It should have been so simple, but the data didn't cooperate.  

The good news in all of it, was that we could cleanly create a process using a visual job in Veera.  We didn't have to jump through other screens or hoops, just had to think methodically of how it could be done, fish out that equation and execute it using a series of tasks.  Sometimes, you just have to take a step back and look at the big picture to help you see more clearly the answer.  The nice thing, is being able to see it all flow from start to finish - and even a little bit intuitively.

-Didi Owen

Friday, November 6, 2009

Breaking Free of SQL


The coolest thing about my job is that I get to play around with all sorts of data from all kinds of different places. Sometimes, it's clear as day how things work, and sometimes, well, not so much. Since I joined Rapid Insight roughly two years ago, I've had to really rethink how I go about accomplishing data-related tasks. It was a hard adjustment after writing thousands upon thousands of lines of SQL code intermixed with random comments and post-it notes to move to the visual interface of Veera.

In the beginning, I would create a simple Veera job and then hurriedly go into Query Analyzer and try it there. Each and every time, the answers would match up. Then one day, I hit a snag trying to do some functions in SQL that I had done easily in Veera. Somethings such as finding and resolving duplicate records seems easy enough, but doesn't work that way. It's easy enough to FIND the duplicates in SQL, but getting rid of them is another story entirely. That was the day I would say I found the 'light' and decided that I didn't need the crutch of writing the code on the side and trusted wholeheartedly the results from Veera. In fact, I found that *gasp* there were times I had some flaws in my SQL code and Veera was correct.

Since that day, I have enjoyed helping others to see the 'light' and enjoy being able to create a visual interpretation of the journey to an output. So far, there hasn't been an instance where we were unable to figure out a reporting issue or a funky way of creating a new variable or cleanse, which is very cool indeed.

Overall, being a recovering SQL girl is working out for me. 

-Didi Owen