Questions tagged [xcelsius]
30 questions
0
votes
1 answer
Excel 2013 formula throws #Value! error with SAP BusinessObjects Dashboard
I am using this Excel formula
=IF(C92=0,D102,D101)
It is throwing a #Value! error for my SAP BusinessObjects Dashboard 4.1 (SP7).
Is there another way to write this formula?
My guess is that SAP does not like using zero for C92=0.

michael
- 91
- 1
- 2
- 12
0
votes
1 answer
How to write data back in embedded spreadsheet in xcelsius after exporting the dashboard as SWF?
I don't want to use any external connection. I want to use my embedded spreadsheet of xcelsius as my database. I want to fetch data from it and at the same time I want to store new record into it.
This is all my requirement. Is this possible? If yes…

xyz
- 43
- 8
0
votes
0 answers
master selector SAP Dashboards (Xcelsius)
I am working on a SAP Dashboards project that requires a selector (combo box) that filters multiple charts on a dashboard. For example there are "Store" details and then several charts that repeat Store with other measures - i.e. a chart for "Store,…

NinjaPig
- 1
0
votes
1 answer
How to custom print on Xcelsius
Xcelsius comes with a print button, but what it does is to print a screenshot of the dashboard, what I need to do, is to do a custom print of a single table or chart, and not
the entire dashboard, is there a way to do this?

Mike
- 3
- 3
0
votes
3 answers
Dynamically Update Xcelsius Dashboard from Excel Data
I am designing an Xcelsius dashboard that will need to be updated once a week with data that only exists in an Excel Pivot table. I have been able to create dynamic dashboards in the past by tying the dashboard to an XML file or database. I am…

Krashman5k
- 105
- 1
- 2
- 8
0
votes
1 answer
XCelsius using ZOHO webservice
I need to make a dashboard application using data from http://www.projects.zoho.com
It is a project management site.
ZOHO provides data about projects by APIs available at http://www.zoho.com/projects/developers/projects-api.html
So can I use…

TechGeek
- 2,172
- 15
- 42
- 69
0
votes
1 answer
How to check if the swf of Xcelsius embeded on html is fully loaded?
Ive created a swf file with Xcelsius. How can I check when it s is fully loaded?
I tried jquery
$(document).ready(function() {
alert("document ready occurred!");
});
$(window).load(function() {
alert("window load occurred!");
});
but…

Sebastián
- 232
- 2
- 11
0
votes
1 answer
What is the best way to incorporate flash file as a url in webapplication?
I am planning to integrate BO Xcelsius dashboards(SWF files) using open doc with web application.
Right now i have only one option as using Iframe to incorporate it.
Is this secure and fast ?
I need to deal with huge amount of data for swf…

user416
- 516
- 3
- 12
- 34
0
votes
2 answers
Integrating HTML page into sap xcelsius
I have a xcelsius dashboard with 5 tabs,
My requirement is to add a new tab into "xcelsius dashboard" and load an HTML page into it, and page has lots of javascript and html components, like AJAX request, SELECT BOX, tooltips.

Anup Singh
- 1,513
- 3
- 16
- 32
0
votes
1 answer
How do I retrieve formatted input mapped in Excel Cell in Flex in Xcelsius tool
I have a formatted input excel value eg.$650.How can I retrieve this value in Property Sheet Flex Code in Flex ?Is there any function name in Interfaces in Xcelsius SDK function names?If so please help.

ajay Barokar
- 48
- 6
0
votes
1 answer
Making WCF web service look like a ASMX web service when asked?
I'm currently using Xcelsius to connect to my WCF web service, however it doesn't work. Googling around I see that Xcelsius can't connect to WCF web services but can't seem to find out why.
Assuming the web service gives away what type it is (WCF or…

Nosila
- 540
- 7
- 20
-1
votes
1 answer
Update Data With XML - xCelsius (SAP Dashboard Design)
I'm using SAP Dashboard Design 6 and I need to update the .swf with XML data.
The main idea is to upload the .swf on a web server and get the data from a XML that will be updated sometimes. New rows will be added every update.
Something isn't…

Elton Matsuhara
- 1
- 2
-2
votes
2 answers
Xcelsius: Retrieve data from Web service
My company is considering buying Xcelsius to allow users the production of dashboards
I think the tool is quite powerful as far as the dashboard creation is concerned, many widgets, based on Excel which the users know well...
I was wondering how…

vc 74
- 37,131
- 7
- 73
- 89
-2
votes
1 answer
Custom Web Service for xcelsius
I am involved with a team that uses Xcelsius for their dashboard presentation design. I know of options provided by SAP to connect to the database. My team used flynet but lisence issues are pushing us to think of custom webservice. Can design a…

saheedmyself
- 7
- 1
- 6
-3
votes
1 answer
Asking for a help. How do I fix this?
`static void Main(string[] args)
{
double celsius, Fahrenheit;
Convert.ToDouble(Console.ReadLine());
Console.Write("Enter Fahrenheit temperature : ");
celsius = (Fahrenheit - 32) * 5 / 9;
…

BEMO
- 17