Xml data connection issue.

Hi all,
I have created an XML data connection in xcelsious that reads data from xml file and creates the stacked bar chart. Also used connection refresh button to refresh the data from xml file.
For using xml data connection we have to give the fix structure of xml file, like we have to add range according to the data source and also have to give the name of range in xml file.
The issue is if data is changed at run time then the xml file structure will not be fixed, in that case bar chart shows only the data of the range given in xml data connection and new data is not shown by the connection.
For example if we want to show the monthly revenue of some areas in stack bar chart, but the number of areas are not fixed. So we canu2019t fix the number of stacks [number of range] in xml data connection. In that case it only shows the no of areas that are fixed in xml data connection.
Is there any way to change the range in xml data connection so new changed data can also be displayed in bar chart or is there some other way so we donu2019t have to fix the structure of xml file?
Thanks in advance.
Regards,
Neera Sharma
Palewar Techno Solutions
(Mobile Solutions for Your Business)
www.palewar.com

Hi,
Which product are you using and in which version?
Didier

Similar Messages

  • XML data connection and XML submit button

    Hi Guys,
    another one that 'should' be straight forward.  I have an xml data connection that is used ot pull in event details (name, location, cost etc) that allows you to select various events, then fill in your contact details and then submit the form.  I need to have the form submit with the data that the user entered into the form as well as their selection of event.  When I set up the email submit button, the XML file attached to the email is actually the XML file that the form pulls the event details from not the data that the user has entered into the form.  Again I reckon this one should be straight forwad to fix, seems like a fairly normal way to operate, but I just cant find a solution.  please help

    >We are letting user know that u have thrown email to someone and we also let user know how is going to contact them.
    This is good, but you cannot stop the email from opening and the user
    needing to send it. This is, as I said, fundamental to security and
    cannot be switched off.
    >I tried using HTTP request but it still opening email option to send mail.
    This suggests you did not do it right, because when you use http, no
    mail is sent locally. Can you describe what you do?
    >
    >I want to do the way we do in the html page using javascript to set action event at click event and send data to specified email id.
    HTML cannot silently send an email either.
    Perhaps you could outline what sort of HTML JavaScript you use, so
    that we can suggest an equivalent if there is one.
    Aandi Inston

  • How to execute the Code-Behind of .aspx linked using XML Data Connection

    I have a dashboard with a live XML Data Connection tied to a Default.aspx file.  That .aspx file has a Default.aspx.vb code-behind file tied to it with some logic in the Page_Load sub routine.  If i open the .aspx on my own in the browser, the code-behind executes properly.
    However, when I tie the .aspx to my dashboard and launch it I know for a fact the .aspx is being called (i have a placeholder on the dashboard to let me know if it executed or not) but its code-behind file is not.  I can't seem to find a solution through Google, would anyone be able to lead me in the right direction with this?  My code is as follows:
    Default.aspx
    <%@ Page Language="vb" aspcompat="true" Debug="true" validaterequest="false" AutoEventWireup="false" CodeBehind="Default.aspx.vb" Inherits="scheduleAppointment._Default" %>
    <%    
        'tester to see that script executes, this puts "ScriptExecuted" on a label on my dashboard
        Dim sXML As String   
        sXML = "<data><variable name=" + Chr(34) + "Range_0" + Chr(34)
                      + "><row><column>ScriptExecuted</column></row></variable></data>"
        Response.Write(sXML)
    %>
    Default.aspx.vb
    Imports Microsoft.Office.Interop
    Partial Public Class _Default
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
                (I have code here creating a Microsoft Outlook appointment and saving/scheduling it. This is not being
                 executed when running the dashboard itself, but I know the code works if I run the .aspx on my own
                 in Internet Explorer browser)
        End Sub
    End Class

    Easy fix, apparently code-behind doesn't execute in Preview mode.  Exported to .swf and ran in the Internet Explorer browser and it worked.

  • Incorrect MIME type for XML Data Connection POST requests

    It appears that Xcelsius 2008u2019s XML Data Connection logic does not specify the correct MIME type for the data it sends to the server in its POST request.  Using an HTTP debug proxy, I was able to see that Xcelsius sends XML data in the POST, but is setting a content-type of u201Cx-www-form-urlencodedu201D.  According to the W3C spec:
      http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1
    Data sent with a MIME type of u201Cxxu201D should be encoded as key?value pairs, like this:
      key1=val1&key2=val2&Submit=Submit
    So, what Xcelsius is doing is clearly incorrect.  Worse, if your server process is a Java servlet, you may find that the POSTed data will be gobbled up by the servlet container and you wonu2019t be able to read it using a getInputStream(), or getReader() call because itu2019s already been processed by a call to the getParameter() method.
    The correct mime type for POSTing an XML formatted request from Xcelsius should be "text/xml".
    Wayne

    Hi,
    The Error #2032 your getting is due to the Flash player security.
    To remove this this error you need one crossdomain Xml file in the root directory which actually provides a lot more control over who has access to your data from a SWF. The cross domain policy is attached as crossdomain.xml.
    In the XML file, it is used a wildcard (*). This allows a SWF located on any machine to access your data source. You can certainly use an IP address or domain name to restrict access rather to opening it up completely. I always start with the wildcard to make sure my dashboard works, then start restricting access as necessary.
    Here is a whitepaper with everything you need to know about Flash player security:
    http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf
    Please let me know if you need any more clarification.
    Regards,
    Sanjay

  • XML data connection works in the preview, but not in the final swf

    Hello,
    I have set-up a dashboard with an XML data connection button to load XML data from an internet source. Everthing works perfect in the preview-swf within Xcelsius 4.5. But pressing the button in the exported swf does not have any effect. The dashboard is busy for 2 seconds, but no data is loaded. What could be the reason?
    Thanks.

    Yes, the location is registered. The problem also occours when the swf is opened directly on the web server where the xml-source is running.

  • XML Data Connection : Relative path

    Hi,
    I'm new to Xcelsius
    I have added an XML Data Connection with a static path pointing to a xml file in my C:/
    Now I would like to point the path to a relative path like ./ where the XML file be place in the same place as the dashbord.
    How can I do this?
    ~SaNv...

    I have inserted a text field to get the xml file input path and inserted that  on a cell.
    Then made tha XML connection to read this cell for loading the XML file. This works fine in the xcelsius preview, however when I exported this as an swf/pdf i get the below error in accessing the XML.
    To access external data, this file must be trusted.
    For a PDF file, in Adobe Reader, click Edit > Preferences > Security (Enhanced).
    For any other file type:
    **Do NOT click OK until you have read all the following steps.**
    1. Click OK to close this message and open the Adobe Settings Manager in a web browser.
    2. Click Global Security Settings Panel.
    3. On the Global Security Settings Panel:
       a). In the u201CAlways trust files in these locationsu201D drop-down, select Add location.
       b). Click Browse for files.
       c). Do one of the following:
           - For a PowerPoint file, navigate to the PowerPoint.exe location.
           - For all other file types, navigate to the location of this file.
       d). Click Open.
    4. Close the Adobe Settings Manager. Re-open this file.
    If the problem persists, contact the file creator or your system administrator.
    Error: Error #2148
    Connection Type: XML Data
    File URL: file:///C:/Documents%20and%20Settings/santhosh/Desktop/final.swf
    External Data URL: C:\Documents and Settings\santhosh\Desktop\test.xml
    I have also added the XML file in the Global secuirity testing
    ~SaNv...

  • Getting data via "XML Data" connectivity

    Hi,
    I need to retrieve data in Dashboard Design SP2 from one table stored on a SQL Server 2000. As I need to refresh the data I only have the option to use the "XML Data" connection (we are using BO4.0 Edge and can't use QaaWS).
    However, I am completly new in this XML topic... In which way should data be delivered so that I can use it in Dashboard Design (in Data Manager -> "XML Data" I have to input a "XML Data URL"...)?
    Thanks!

    Hi steve,
    Please refer below tutorial. It shows an example to create dashboard with XML file as data source.
    [http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0efea0a-f515-2e10-2daa-cc5a4d23c1a8]
    Hope it helps you.
    Regards,
    Nikhil Joy

  • Windows Phone 10 Technical Preview for Lumia 521 Data Connection Issues.

    Hello,
    My name is Addiel Gutierrez and i have a question about the data connection issues that i am having for the Lumia 521.
    The problem is that the "4G" won't show up, there is no connection, but i can still send messages or call.
    My question is
    Is there going to be an update of fixing this issue? Or How can i fix this?
    Thanks!

    same problem on my lumia 520, camera and phone work but no internet apps works, no connection for wifi

  • Problem on refreshing with XML Data Connection

    Hi all,
    I have just created a Xcelcius 2008 interface which is consuming data from XML Data connection that I created using an ASPX web form (webservices). On Xcelsius 2008, I set to refresh the data on every 30 seconds.
    And I have found problem that the Xcelsius 2008 refresh XML Data intermittently. It doesn't want to refresh the latest data, and it still shows the previous data. But the strange thing is when I open the web services to check the validity of the data, the xcelsius is able to update and show the data exactly same with the opened data that I checked.
    And next, I repeatly refrehsed my browser (F5), oddly, the Xcelsius Flash reload data, and when I stop to refresh it. The Xcelsius stop to refresh the data also.
    So what happen to this Xcelsius? Any solutions?
    Regards,
    Devin Wood

    Hi Devin,
    I am also facing the same problem, what codes you exactly use to control the cache. I have used the following but getting same old data.
    Response.Cache.SetExpires(System.DateTime.Now);
                        Response.CacheControl = "no-cache";
                        Response.AddHeader("Pragma", "no-cache");
                        Response.AddHeader("Pragma", "no-store");
                        Response.AddHeader("cache-control", "no-cache");
                        Response.Cache.SetCacheability(HttpCacheability.NoCache);
                        Response.Cache.SetNoServerCaching();
    Hope to get help from you.
    Regards
    Bikram

  • PDF form with XML data connection comes up blank at run time

    Hello All,
    I am a newbie to ADOBE Livecycle 9, but am very proficient in C#.  I would like to request for your guidance on the following issue.
    We have a desktop application in C#, WPF, Sqlserver. The requirement is to launch a Livecycle form from the application for the user to read/edit/save data
    I have done this much so far -
    Downloaded trial version of Livecycle 9
    Developed a interactive PDf form
    Created an XML based data connection. Generated fields on the form using the fields from this connection.
    Set the .XML file as preview source for the form
    the controls on the form are boumd to the xml data source
    In design mode, the form works fine, it displays my data correctly
    I have created a WPF form with a button. On click of this button, I call the Process.Start(pdf-file-path). My pdf is launched properly
    I have added a combo box to my WPF form. I select a parameter from this, then call a stored procedure which returns me a datatable depending on parameter passed
    Using the returned datatable, I have used the datatable.writexml and datatable.writexmlschema to create my XML and XSD files. as mentioned above, this xsd is used to create the data connection for the PDF and the XML for the preview source
    This is what I want to do -
    Launch the PDF from my WPF form, pre-populated with the newly created XML data from my WPF form.
    So basically, as the user changes the selection criteria from the combo box, the XML file data will change and the PDF file will be launched each time with new data.
    The XSD format will always be constant
    Problem -
    My XML and XSD get created properly, my PDF launches, but it is empty
    If I change my selection criteria and run the WPF application, and then open the PDF in design mode, it asks me whether it should refresh the XML source. This means that the PDF form is connecting correctly to the XML source
    So why then, does the form come up empty at run time?
    What link am I missing?
    I have found some sites that help using Web applications, but nothing for desktop applications. It would be fantastic if you could point me to some help for developing Livecycle forms with C# / SQLServer
    Your help in this case will be highly appreciated.
    Thanks and Regards

    Oops, something happended with the above post. I will try again... I have tried your suggestion but I still get the same garbled XML (with data repeated and some values "cut in half".<br /><br />Here is what I get after decode-service and extract-to-XML-service. This is just the first barcode, the others are similar, sorry for the poor formatting, but I get a CDATA tage infront of the "istensen" value.<br />                                                              <br />CDATA:istensen</fld_ForMellemEfterNavn<br />><fld_VejNRpostByEnLinie<br />>Superroad 99, 1330 Supertown</fld_VejNRpostByEnLinie<br />><fld_PrivatTelefonnummer<br />>20724283</fld_PrivatTelefonnummer<br />></sub_Person<br />></sub_PktA<br />><fld_BlanketNr<br />>kb0371ff</fld_BlanketNr<br />><fld_BarcodeCount<br />/></form1<br />>/sub_Adresse<br />><sub_Person<br />><fld_ForMellemEfterNavn>Kim Christensen</fld_ForMellemEfterNavn<br />><fld_VejNRpostByEnLinie<br />> Superroad 99, 1330 Supertown </fld_VejNRpostByEnLinie<br />><fld_PrivatTelefonnummer<br />>20724283</fld_PrivatTelefonnummer<br />></sub_Person<br />></sub_PktA<br />><fld_BlanketNr<br />>kb0371ff</fld_BlanketNr<br />><fld_BarcodeCount<br />/></form1<br /><br />Obviously this is not a legal xml-string, so I can do nothing about it.<br /><br />I have tried using a custom .NET component (ClearImage) for reading the same form (with the barcode) I get the correct data out from the barcodes. So I guess something is wrong with the decode-service in Barcoded Forms ES when I use compressed XML. But I can conclude since the ClearImage component can read the barcodes that they are compressed correctly.<br /><br />Can you help me with getting further with this problem?<br /><br />Sincerely<br />Kim

  • XML Data Source Issue

    Post Author: MrJames
    CA Forum: Semantic Layer and Data Connectivity
    I'm sure the issue is my lack of understanding on how this should work.  I've created a report using an XML data source.  The fields on my report come from the XML file schema, and all fields having to do with quantities selected from the schema show as numeric fields in the report designer.  However, when I try to use the SUM function on these fields I only get a count, and not a sum.
    When I view the XML file using XML Notepad 2007, the viewer shows these fields as text fields.  So as near as I can tell, I'm reading text data into a field defined as numeric.
    I can directly connect to the table in SQL Server 2005 and the sum functions work fine, however, the sum function will not sum when using the XML table. 
    Apparently I'm missing something here??

    Hi,
    Which product are you using and in which version?
    Didier

  • IPhone 4 voice/data connection issues?

    I've had my iPhone 4 for around 6 months now. Lately I've been dropping a lot of out-going calls and have had some issues receiving calls in the last few days. Today I've had 3 voice mail notifications from people who have tried to call me and could not get through. It rings through to voicemail and sends me a notification after they're done recording. I have anywhere from 2 to 4 service bars, usually averaging at 3 in this location.
    On top of the voice and call issues, I've been having problems with GPS and location services lately, too. I use the Waze app for directions. My phone will register 3G data signal, but none of the apps that use GPS can find any location. I have Location Service turned on in settings and have no problem starting my routes when I have wifi signal at home before I leave.
    Phone details:
    iPhone 4 8GB
    Sprint Network
    1 GB space available

    Helo mchelman,
    Thank you for using Apple Support Communities!
    I was researching what you may be able to do in this situation, and want to recommend this troubleshooting assistant.
    Calls and connection issues
    http://www.apple.com/support/iphone/assistant/calls/
    All the very best,
    Sterling

  • LUMIA 730 data connections issue found

    Hi there,
            This is the second problem i have notified in my lumia 730 after 10 days usage. I can't find the data connection switch to turn off after surfing a long while in 2g connection. And the same appears after restarting the phone. My phone takes to much time for shutdown as it shows "GOODBYE" message for atleast 60 seconds.
    For information - I am using transcend 8gb class-2 SDHC memory card and i had stored 30apps (3.62gb apps including asphalt8). Please give me a solution to solve this issue.
    Thanks&regards,
    R. JAI RAJ KUMAR

    I just got my first W8P a Lumia 730 and after few days of usage I becoming to like it & almost recommend it to others until recenty. I am experiencing exactly the same problem like on this thread and on the shared screeshoots. During this state my phone's cellular+sim settings is deactivated by itself. My phone is unreachable and couldnt make an outgoing call even I had active networks & full networks coverage. If try to dial it doesnt call and it doesnt cancell my current dialed number. I have to restart the phone by hard pressing the switch to make it usable again. It takes something like 2 minutes to restart. When connecting to WiDi thru Miracast, it will disconnect after few seconds. I had 32gb class10 microSDHC attached, one of the best in the market as they advertized but I suffered accasional crashed. Checking your phone's network setting from time to time worrying that you may miss an important call is the last thing we want from our phone. I'd like to ask your technical support I supposed I am on the right site, please help us.
    rjraj007 wrote:
    Hi there,
            This is the second problem i have notified in my lumia 730 after 10 days usage. I can't find the data connection switch to turn off after surfing a long while in 2g connection. And the same appears after restarting the phone. My phone takes to much time for shutdown as it shows "GOODBYE" message for atleast 60 seconds.
    For information - I am using transcend 8gb class-2 SDHC memory card and i had stored 30apps (3.62gb apps including asphalt8). Please give me a solution to solve this issue.
    Thanks&regards,
    R. JAI RAJ KUMAR

  • Iphone data connectivity issue

    Me and my wife are having problems with our iphones data connectivty with 3g (for the iphone 4s) and 3g&amp;LTE (for the iphone 5). Although the cellular signal is frequently 4 or five bars, most often than not, we cannot browse or use any app because the data connection seems hanged. We always resort to either enabling/disabling the airplane mode, turning the cellular data off and on OR turning off and on the device and the browsing will be normal again and our apps able to access the internet. This experience is becoming a disappointment and we hope you could help us. Im sure we are not an isolated case as most of my friends complain similar experience. Thanks in advance.

    Settings > General > Reset > Reset Network settings.
    If the issue continues, basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.
    It may also be necessary to contact the carrier to troubleshoot the issue.

  • Droid DNA Mobile Data Connectivity Issues

       I have the HTC Droid DNA, about 6 weeks old, and for some reason my phone has randomly started to lose connection to mobile data. I've never dropped it or spilled anything on it, so I don't understand why this is happening. I've tried turning my phone off and on again, changing the preffered network to global and back to LTE, and removing and re-inserting the SIM card..but it still randomly happens. My phone can be fine for a week and then it will randomly just disconnect from mobile data again.
       My first question is why do I pay for this when I have to sometimes wait for more than an hour for mobile data to come back? My second question is does anybody else with the DNA get this problem? I realize that when you have Wi Fi activated it would automatically disconnect you; however, this isn't related to my issue. I've turned Wi Fi off and that's when I get the mobile data disconnected issue. This HAS to be corrected. I'm not paying over $100 a month for data when I can't even use it when I need to.

    >> Duplicate post removed for cross-posting violations of the Verizon Wireless Terms of Service
         See Droid DNA Problem, No SIM card error for original message <<
    Message was edited by: Verizon Moderator

Maybe you are looking for

  • Enter query - what was changed (entered) in enter query mode

    Hello, I need to know what criteria (values and items) an user entered (typed) when my form is in enter query mode. Thanks

  • Hiding POSTed parameters in v2

    Hi: I have a portal which contains tabbed pages. My problem is that within those tabbed pages I have jsp portlets which contain forms. When I submit the form, the data gets posted correctly, but when I change to another tabbed page, all the form vari

  • Cancel upgrades

    How do I cancel an upgrade and go back to an older version of itunes?

  • Wireless Connection keeps fluxuating

    I have had this problem 7 times straight now, and I'm getting extremely frustrated with it. I dropped my macbook on my desk rather roughly and since then, my airport connection has been fluxuating horribly. The wireless symbol will go on and off, on

  • Model Name:     iMac

    Model Name:          iMac   Model Identifier:          iMac9,1   Processor Name:          Intel Core 2 Duo   Processor Speed:          2.93 GHz   Number Of Processors:          1   Total Number Of Cores:          2   L2 Cache:          6 MB   Memory: