Is it true that Xcelsius / Dashboard 4.1 can access SQL server database / Tables directly? Or can it access only universe in the new version (4.1)?
We have Xcelsius but not the BO Enterprise ( No Designer or Webi).
Can we access our Aggregate tables on the SQL server directly from Xcelsius / Dashboard or can it only talk to BO universe?
I access all my databases directly from xcelsius (oracle and sql server). I don’t use Bobj at all. I just write SQL queries and wrap them up in an aspx script to return the results as xml to my dashboard.
From both of your answers, I understand that Xcelsius / SAP Dasboard does not have a direct mechanism to connect to SQL Server but there are some work arounds.
Bernard,
Previously, I have only exported and imported Excel into Xcelsius. I always thought Excel is embedded inside Xcelsius but as per your suggestion, you can link a dashboard to an external spreadsheet. How can i achieve that.
Debbie, I can build SQL queries but am not familiar with aspx and XML . Is it some thing a novice person can learn?
Can you provide any samples of aspx with sql queries which can return xml?
If you have a good read of this forum, I’ve posted many examples, including a basic template script. I’m not familiar with aspx either, but I’m getting quite good at making it up as I go along! The advantage of doing it this way is that you can pass a list of - say - countries from the database into xcelsius and then pass the user’s selection back out to the database - thus only bringing back the data you actually need.
Oh and you link xcelsius to an external spreadsheet by generating an XML map and using the XML MAP connection.