Questions tagged [xcelsius]

30 questions
3
votes
3 answers

MS SQL 2005 Table to XML

I have a simple table in SQL Server 2005, I wish to convert this to XML (using the "FOR XML" clause). I'm having trouble getting my XML to look like the required output. I've tried looking through various tutorials on the web, but I am struggling.…
Jonathan
  • 419
  • 6
  • 15
2
votes
3 answers

Fahrenheit to Celsius wrong result

I am a student of software development and I need to convert from Fahrenheit to Celsius but my code calculates it wrong. Here is my code: int main() { // configure the out put to display money cout.setf(ios::fixed); //no scientific…
2
votes
0 answers

Any way to convert an XLF to a SWF with scripts?

I found out that an XLF file is just a ZIP folder that contains an XML doc and an 'xldoc' which is the Excel model that the template uses. http://myxcelsius.com/2010/04/25/xcelsius-xlf-dissected/ I can figure out how to automate replacing the xldoc…
Zack
  • 2,789
  • 33
  • 60
1
vote
0 answers

Xcelsius dashboard 2011 SP5-need solution

I have a problem in Xcelsius 2011 sp5. I am working on Xcelsius Dashboards. I am stuck with drop down combinations. I have 4 drop downs. I want to add ‘All’ for all dropdowns. i.e. 1st drop down 2nd drop down 3rd dropdown 4th…
1
vote
0 answers

Crystal reports exception: "The Report Application Server failed"

I'm running the following code: ReportDocument crystalReport = new ReportDocument(); crystalReport.Load(reportPath); DataTable dtReportData; DbUtils.GetSqlResult(dataQuery, out dtReportData); crystalReport.SetDataSource(dtReportData); var…
Urik
  • 1,598
  • 3
  • 19
  • 37
1
vote
0 answers

How to get/access the number of components placed in xcelsius 2008 canvas from flex code

How to get/access the number of components placed in xcelsius 2008 canvas from flex code?Which function of Xcelsius sdk can be helpful?
Flexiflex
  • 91
  • 9
1
vote
2 answers

How to select a range diagonally in Excel?

Hi I have a simple question, how to select a range diagonally in Excel, let's say I need to select (a3 and b1) or (a3 and b2) or simply a1 and b2, I need this range for SAP dashboard design (xcelsius) and Holding down a control key was NOT an…
user1429595
  • 2,635
  • 9
  • 25
  • 30
1
vote
0 answers

Error #2032 in Xcelsius When "Enable Send"

My scenario is an Xcelsius dashboard reading data in XML - Flash Variables format generated within an ASP page. Loading data works perfectly fine. However, when I tried to use enable send in order to export data out of Xcelsius, I started to get the…
Awartany
  • 11
  • 2
0
votes
2 answers

Xcelsius XML Data connection using .aspx page Error #2032

Because of my version of Xcelsius I'm limited to 2 web service connections so I tried using XML Data connection and aspx page to bring data from database to Xcelsius. I have an ASPX page that outputs an xml file with the format
Cristi
  • 1
  • 3
0
votes
1 answer

Count date field that occurs in a specific month

I need to count the occurrence of a specified month in my data, I used the following formula =SUMPRODUCT((MONTH(E$2:E$9999)=2)*(YEAR(E$2:E$9999)=2011)*1) The formula works, but XCelsius do not recognize the SUMPRODUCT function This is my data…
JPVoogt
  • 528
  • 5
  • 13
  • 25
0
votes
1 answer

Xcelsius - Drawing a box around multiple sliders - how?

The following instructions are straight from the Quick Start tutorial in Xcelsius, but I have YET to find out how to draw a box around the five sliders - there is nothing on-line either that seems to answer such a basic question! 4.11. Draw a box…
Craig
  • 1
  • 1
0
votes
0 answers

Error #2032 : preview the swf file from xml data (Xcelsius)

Whenever I try to preview the swf file from xml data in xcelsius(dashboard), error occurs #2032 cannot access external / connection type : xml data I also try to change the global security settings of adobe flash player and change the version of…
user8763262
0
votes
2 answers

Different security for different components on Xcelsius

Got a dashboard with 6 different Pie charts for 6 regions and One overall aggregate pie chart combining all 6 regions. I am trying to align it somehow to the user logins, so if the section manager logs in through infoview, he will be able to see all…
user455580
  • 329
  • 1
  • 4
  • 18
0
votes
1 answer

Exporting .SWF to CMS/Filestore

I have a couple of .SWF files that I am trying to get onto our BOBJ server and am having no luck. I am using XCelsius 2008 SP3.3 and trying to put it on an XI R3 server. What can I do to achieve this?
XanderLynn
  • 883
  • 3
  • 16
  • 29
0
votes
1 answer

Min IF function : SAP Dashboard

I have calculated Minimum value using MIN and IF functions in Excel for the below mentioned data using Array function. Below is the screen shot for your reference: This works absolutely fine, but when I try to write this in SAP Dashboard…
Ganesh
  • 95
  • 2
  • 14
1
2