Hi Everyone..I'm very new to drupal and was getting a bit of mixed information about views so I wanted to see if anyone can set me on the right path.
Here's my situation. I have a separate database(on the same drupal database server), that has alot of data thats maintained by another team. We want to publish that data to the web and after getting some suggestions it looks like drupal views is the way to go.
The problem is, I'm not sure where to go from there. I read the docs and just watched the views tutorial on lullabot, but my data isn't in the fields columns at all.
I read one doc that said I had to "describe" my external database to drupal but wasn't sure how to do it. I found a few tools on drupal.org(services, etc..) that said they can analyize my database and report the structure back to drupal but I can't figure it out.
Basically the end result I want is two things. First is to simply display the data as is from my external database onto a drupal node(the only catch is, each page is specific to a database entity so although the data format/display is standard, the data itself will change with the links, for exmaple, www.example.com/ibm should only provide our data on ibm and as the company name changes so does the data thats displayed) and later I might want to run some calculations on the data before it shows up.