Forum Discussion

p_stathopoulos's avatar
p_stathopoulos
Frequent Visitor
6 years ago
Solved

Combine data from xls and SQL

I have a lot of reports pulling data from a single My SQL.

One report is about Cost per Division and i want to compare to the Budget.

The problem is that the initial budget amounts are only in a xls

DivisionAmount (Actual SUM from MySQL)Target (From the XLS File
Sales20.00025.000
General10.00015.000
TOTAL30.00040.000

The xls has the numbers per month (12 columns)

1. What is the best scenario to do it, Is there a Guideline for this kind of analysis/compare ?

 

2. The MySQL is through a Gateway so the data is always up to date.

The XLS in the other hand, is on a local drive. Is there a way to have it live (even is changing only once a yer) ?