Hello,
I have Xcelsius 4.1 w/ Excel 2007.
I’m trying to perform query on a database from Xcelsius. Someone on the internet said it works using the query string through ASP .NET application. I learned to make the .aspx page and got it working with the SQL server side, but am having problems with connecting to Xcelsius smoothly.
Problem: For the .aspx to output an XML that Xcelsius can consume, I need to activate the querystring in a browser. To do that from Xcelsius, my guess was using the XML Data Connection, put the query string (http://example.com/webservice.aspx?PersonID=1) into the XML url. Click check on Enable Send and Enable Load.
I know that Xcelsius Send and Load the data through this format:
<data>
<row>
<column></column>
</row>
I guess I don’t know how Xcelsius actually sends the data, so that my .NET application can receive the query string and update the xml.
When I test this out, the SWF would not load when I try to preview. Can any expert shred some light and point me to the right direction?
Greatly appreciated!
yungahhh (BOB member since 2014-10-28)