Chart XML country settings on WAD

Hi all,
just a couple of questions about charts on WAD:
- Where can i change the country configuration for charts ?, i need to change the format from 1,000 to 1.000.
  I've hear about a XML related to the chart settings but i can't find it.
- i'm using a data table for the X axis on the graph, one of the data series is a % value and it needs to be         represented with the "%" symbol. Can i change the number format for just one serie.
Thx in advance.

The paremeter for number format is the language, according to the language is taken , or . as the thousand sepparator. The XML tag for the setting is this one:
<SAPChartCustomizing>
<GlobalSettings>
  <Language>EN</Language>
</GlobalSettings>
</SAPChartCustomizing>
that's according to note 1064448 (http://service.sap.com/sap/support/notes/1064448). But i don't know
if is the IGS.XML file that you say. Is there any way to check the file from the client or i need access to the IGS server ?

Similar Messages

  • ICloud Country Settings do not propagate toiPad Air 2.

    I recently moved from the US to Costa Rica. In the iCloud settings on my desktop PC, I changed my country settings accordingly.. I also changed the setting in Contacts. I selected the option to format the phone numbers automatically to reflect the way they display in Costa Rica.
    The phone numbers show correctly XXXX-XXXX on the computer, and the iPhone, but on the iPad, they show (XXX)-XXX-XX
    Any ideas or suggestions?

    I recently moved from the US to Costa Rica. In the iCloud settings on my desktop PC, I changed my country settings accordingly.. I also changed the setting in Contacts. I selected the option to format the phone numbers automatically to reflect the way they display in Costa Rica.
    The phone numbers show correctly XXXX-XXXX on the computer, and the iPhone, but on the iPad, they show (XXX)-XXX-XX
    Any ideas or suggestions?

  • Chart Type - 3D Culumn in WAD

    Hi Experts,
    I noticed that in my output of 3D column chart of web application designer (WAD), there is the missing of series axis.
    Category Axis -Visible
    Value Axis - Visible
    Series Axis - Missing
    Do you have any idea to make this axis to be visible?
    Thanks in advance for your feedback.
    ~ GP

    Priya,
    Thanks for your prompt response.
    Although I have set them to be visible in series axis and all propoerties in series, the series axis is still not able to be shown.
    I'm not sure whether it has any linkage on the rotation of 3D chart.
    Thanks!
    ~ GP

  • Not a happy Apps Store customer - changing country settings

    I got the following problem and raised it a few times with NO reply from Apple which is very dissapointing and reflection of surprisingly poor customer service from Apple (with the exception of the customer service here in HK who came back to me quickly. But they could not sort it out for me).
    This year I moved from Australia to Hong Kong and changed without being aware of the consequences the store settings in itunes/apps Store.
    Unfortuntately I got a few apple devices: 2 MBAs, ipad2, ipad, iphone which where purchased in Australia and in Hong Kong. One consequence of switching the country settings is that on all my devices the apps are not in sync and that  I lost all my Australian apps. Its a complete chaos with my apps on different devices and I really regret that I spent money on the app store and now got an issue on how to sort out this mess.
    I read the T&G's and I'm aware of the country specific licences agreement but somehow apple should be able to help their customers in sorting out these constraints due to different laws in different countries. I don't believe one should be a lawyer to buy an app on the app store and to understand the legal implications when buying an app. It's not really the problem of the end consumer who buys legally the licence for an app and then moves country and suddenly doesn't have access to the purchased app anymore. The end-consumer already paid the licence for the app.
    But Apple makes this a big problem for the end consumer of and I'm worried what to do with my apple devices and my apps. The problem is that we currently got ipad for work so I need to get some apps from the store for my work.
    And I'm really ****** off because its now my problem and of the mess on my devices which all got different versions of the apps. My idea was to have all my devices synced so if I loose one device I could easily get a new one and sync it with itunes/app store/cloud as the single source of the truth.
    As a conclusion of above I'm now a very critical user of Mac/Apple Products and I make people, friends and business partner aware of this limitation and problem with the app store. I'm also for the first time looking forward to get my hands on samsung device as it doesn't really seem to matter anymore if my apps/data are automatically in sync as apples promise of a cloud based 'play and have it anywhere" is an empty promise.
    A very disillusioned customer (happy to switch to the competition)

    Thank you both for your very instructive and helpful reply. I can see that open discussions are strongly encouraged in this forum.
    @HACKINT0SH: if I remember one of your replies to another user with a similar problem of switching country setting you recommended to download all apps before switching but with the "side effect" that one will loose the ability to receive updates of the purchased apps once the country setting is switched.
    What exactly is the lesson learned?
    An app or a program is useless if you can't download updates as the app will be unsupported or won't work in future OS releases.
    Hence your suggestion to download all apps before switching is only a short sighted work around solution which doesn't solve the issue of how to receive updates for the apps you bought in your previous country.
    @Dah veed: I hope that above reply explains the problem of users switching apple store due to personal circumstances and not being able to continue using their purchased apps anymore. I didn't screw my country settings as I only moved from one country to the other without being able to move my apps with me. That's all and I would like to make people aware of this problem.
    I only replied to both of you because I found your replies very entertaining and also proves to me that apple is not monitoring their "technical" support forum.
    As a customer who is trying to help finding answers to problems I will nevertheless raise a formal complaint to apple instead of responding to both of you via this post. Perhaps this forum is indeed not the right forum to help solve this problem.

  • Smartform date formats not following SU3 setting or country settings.

    Hi,
    We have a smartform that has date fields that are to follow the format given in the country settings.
    But i cannot seem to make the fields be printed out by the country settings. Ís the variable field to be of a special type?
    I would rather not hard code these settings in the smartform.
    Hope someone can help. We are running 46C.
    Best regards
    Lisa M Simonsen

    Hi,
    Thanks for the reply but its still not working
    Best regards
    Lisa M Simonsen

  • #DATA# in Chart XML

    The #DATA# field in Chart XML takes the data from your SQL query and wraps it in XML so that AnyChart can render the chart correctly.
    Is there a way for me to customize how the XML is generated?
    Where do I find the definition for the #DATA# field?
    Thanks
    Austin

    Hi Austin,
    Firstly, what version of APEX are you using? Pre-APEX 4.0, the supported Flash charts use AnyChart 3.3 charts, however with APEX 4.0 we've integrated AnyChart 5 charts. The XML Reference differs quite alot between the two chart versions, so I'd just like to ensure that I provide you with the correct information for the version of charts you'#re using.
    The #DATA# substitution string in your chart XML is replaced at runtime with XML tags containing the resultset from your chart series query. If the chart XML does not contain the #DATA# substitution string, then we assume that you are providing your own data, and the chart series query will not be used. The generation of the XML tags for the data differs from chart type to chart type e.g. the data tags for a Pie chart are very different to that of a Gantt chart. Generally, users don't need to worry about that. They just need to provide the chart series query, and the underlying logic takes care of the rest. However, if you need to customize that XML tags for data, for whatever reason, then you essentially have two options here:
    1) Hard-code the necessary XML into the Custom XML region of your chart. This would require that you set "Use Custom XML" to Yes, on the Chart Attributes page, and in the Custom XML region, replace #DATA# with your XML e.g
    <data>
      <series name="VALUE" type="Line" color="0x1D8BD1">
        <point name="ALLEN" y="300">
        </point>
        <point name="MARTIN" y="1400">
        </point>
        <point name="TURNER" y="0">
        </point>
        <point name="WARD" y="500">
        </point>
      </series>
    </data><b>NOTE</b>: the above XML is in AnyChart 5 format, so if you're using AnyChart 3.3 charts then the XML will look very different. I can provide a sample for that if necessary. The AnyChart 3.3 XML Reference can be accessed here: http://3.anychart.com/products/docs/anychart/index.htm and the AnyChart 5 XML Reference can be accessed here: http://anychart.com/products/anychart/docs/xmlReference/index.html.
    or
    2) Generate your own data tags, via a page process for example, save the output to a hidden page item, and then reference that page item in the chart Custom XML...again, you'd be removing the #DATA# substitution string and replacing it with a reference to a hidden item e.g. &P1_DATA. I've got an example of how to do this on my Sample Application Thresholds example, here: http://apex.oracle.com/pls/apex/f?p=36648:35. Basically I've used an On-Demand process to generate the XML, which needed to be customised because the <data> tag needs to reference a threshold attribute e.g. <data threshold="salary_thresholds">, and by default the <data> tag does not reference this attribute.
    I hope the above information is helpful, and if you require any further explanation or assistance, just let me know.
    Regards,
    Hilary

  • Charting Query Total results in WAD

    Hello, I have a question regarding charting only the results in WAD. Currently, I have a % Lot Acceptance Calculated Key figure and in my Rows "Vendor" Upon executing, I get each individual Vendor counts which fall in the % Lot Acceptance bucket. I then retrieve the results, summed up view but when I chart this in WAD, I do not want any low level results but only the rolled up results. Any suggestions on what approach I should take? Should I possibly be pre-calculating the % Lot Acceptance in the Update rules and create a new field % Lot Acceptance which holds the "resulted" value? Should I utilize Virtual Characteristics/Key Figures? Thanks for your help in advance.

    Andy,
    Welcome to SDn ,
    whhat you could do is to remove all the drill downs so that the query result matches what you want in the chart and then save the same as a view , then attach the view to a chart data provider.
    Maybe posting it in the Business Explorer forum will be of more help...
    hope this helps...
    Arun
    Assign points if useful

  • Country Settings - iOS 8

    Since the IOS8 update, I cannot update country settings. Instructions now tell me to do so in the Settings App, but even after turning off Family Share, there's nowhere to facilitate this. Any advice?

    Double click on message and when "copy/ more option pops up click on "more" , forward arrow option appears in bottom right of screen. Click the arrow and you're on your way.

  • Itunes store country settings

    After having updated my iPhone 4 to IOS 6 I cannot get the Apps Updates anymore. It says that I have to change the country settings from "American" to "Swiss". Altough in my profile it is Swiss. Anyone has an idea how to solve this?

    Have you tried changing from the French store to the UK store? Click on the store icon and when it opens scroll to the bottom of the main pane where you'll find the "My Store" drop down menu. Click on the flag icon and choose the Union flag from the window that appears, this will return you to the UK store.

  • Can't change country settings

    Hello,
    I've been googling a lot and searching the Spotify forum but simple can't find a solution for my case.
    My case:
    - I'm in Belgium, Spotify shows in my account that I'm in Belgium
    - I just can't change the country, even when I want to pay, the several countries are listed but when I click 'USA" it simply doesn't take it
    - I have a VISA card from the USA and I want to use that card, and pay in dollars.
    When I proceed trough the payment the Spotify site tells me that they can't accept my creditcard since it's from another country then Belgium, of course it's from the USA...
    I even tried to put up a fake IP (in the US) through Hotshield but still doesn't work...
    I just want a Premium account that I can use in Belgium and pay with my American VISA!
    Can someone please help me!?
    Thank you!

     
    If the country field is inactive,
    you will need to contact support.
    Read this on how to do so:
    https://community.spotify.com/t5/Ongoing-Issues/Unable-to-change-country-settings-as-a-free-user/idi-p/1071969
    If you get an automated reply email telling you to check the help section or the community, you need to reply back to it, even if it's from a no-reply address.
    Support usually replies within 24-48 hours.
     

  • Wad x ,y-axis settings in wad for chart

    Hi experts
    I would like to know how to set min and max values in X,Y axis for chart in WAD, how set the width of each interval.
    Thanks in advance

    Kiran,
    Did the post solve your issue?
    Regards
    Gill

  • Chart Tool Settings in WAD.

    Hello,
    Could some body guide me through steps of bringing legend in the chart's displayed in my web report.
    As of now one chart is displaying legend at right side but none of other are displaying legend so how do i get it.
    thanks a tone for help.

    in Web Application Designer,
    Edit the chart (right click on the chart icon from the template)
    in BW3.0 or BW3.1
    Right click on the center of the window (on the chart : column, line.... as you have defined it), select CHART OPTION.
    Select the tab "LEGEND"
    Select where you want the legend
    in BW3.5
    in overview select tab legend, visibility : yes, alignement : bottom, top, east, west
    regards
    Philippe

  • Result set too large in BI report; Safety belt settings in WAD

    Hello All,
    When we run a BI report, the error " Result set is too large; data retrieval restricted by configuration" appears. We did a search on SAP portal and found the SAP note 1127156, whics recommends the configuaration of safety belt to limit memory used.
    Acoordingly the cust table RSADMIN has been configured. But on the web template side, we need to configure the changes as well. The note says:
    "1. Use the context menu Properties / Data Provider in a BEx Web Application to maintain the "safety belt" for a Query View.
    2. Choose the register "Size Restriction for Result Sets".
    3. Choose an entry from the dropdown box to specify the maximum number of cells for the result set.
    The following values are available:
    Maximum Number
    Default Number
    Custom-Defined Number
    Behind "Maximum Number" and "Default Number" you can find the current numbers defined in the customizing table RSADMIN (see below).
    4. Save the Query View and use it in another Web Template."
    I am trying to locate these options in the context menu in Web Applications designer but in vain.
    Can anyone help...

    This option is not available in WAD, it will be available when you run the web template under settings, Data Provider for the standard template 0ANALYSIS_PATTERN.
    If you have a custom template you will have to use the Dataprovider settings web item in your custom template to change the values during runtime.

  • About chart item category setting in WAD

    Hi WAD experts,
    I'm having a problem with a bar chart in my wad web template. I need to restrict this bar chart for showing maximum 5 categories. I have done this by unchecked the "maximum automatic" and set "max value" to 5 under the Category Axis in Refined Chart Properties for this bar chart.
    The bar chart looks fine and just showing 5 categories when the template is loaded. This is my i want exactly, but whenever there is a new filter applied to the same info provider from the filter pane item. The bar chart will try to display all categories again, and ignore my max 5 categories setting.
    I've tried to use the set item parameter command to reset the bar chart to show 5 categories after new filter applied but it doesn't work. The bar chart is still showing all categories.
    Did anyone experience this problem before? Please provide me some guideline and solution. Thanks in advance.
    BR,
    Eric

    You need to control this via the query that is the dataprovier for the chart. If the query only displays 5 categories, the chart will do the same.
    One option for this is to set a condition on the query of 'Top 5'.

  • Jabber-config.xml file, settings do not apply

    hi
    as i have a very simple setup i never used a jabber-config.xml file but as i have some display name issues and i thought it would be good to set some other settings as well i created a file but for some reason the settings do not seem to stick (do not show picture, docked window top right, presence server type
    in internet explorer and notepad the file looks fine but when i paste it in here there seem to be line breaks.
    below is my file
    <?xml version="1.0" encoding="utf-8"?>
    <config version="1.0">
    <Presence>
       <PresenceServerType>CUP</PresenceServerType>
    </Presence>
    <Directory>
       <DirectoryServerType>EDI</DirectoryServerType>
       <ConnectionType>0</ConnectionType>
       <PrimaryServerName>uk-dc2.domain.com</PrimaryServerName>
       <ServerPort1>3268</ServerPort1>
       <SecondaryServerName>uk-dc1.domain.com</SecondaryServerName>
       <ServerPort2>3268</ServerPort2>
       <UseWindowsCredentials>1</UseWindowsCredentials>
       <UseSSL>0</UseSSL>
       <UseSecureConnection>0</UseSecureConnection>
       <CommonName>cn</CommonName>
       <DisplayName>displayName</DisplayName>
       <FirstName>givenName</FirstName>
       <LastName>sn</LastName>
       <EmailAddress>mail</EmailAddress>
       <SipUri>msRTCSIP-PrimaryUserAddress</SipUri>
       <PhotoSource>thumbnailPhoto</PhotoSource>
       <BusinessPhone>telephoneNumber</BusinessPhone>
       <MobilePhone>mobile</MobilePhone>
       <HomePhone>homePhone</HomePhone>
       <OtherPhone>otherTelephone</OtherPhone>
       <Title>title</Title>
       <CompanyName>company</CompanyName>
       <UserAccountName>sAMAccountName</UserAccountName>
       <DomainName>userPrincipalName</DomainName>
       <Location>co</Location>
       <Nickname>Nickname</Nickname>
       <PostalCode>postalCode</PostalCode>
       <City>l</City>
       <State>st</State>
       <StreetAddress>streetAddress</StreetAddress>
       <BaseFilter>(&amp;(objectCategory=person))</BaseFilter>
       <PredictiveSearchFilter>anr=</PredictiveSearchFilter>
       <DisableSecondaryNumberLookups>0</DisableSecondaryNumberLookups>
       <SearchTimeout>5</SearchTimeout>
       <UseWildcards>1</UseWildcards>
       <MinimumCharacterQuery>3</MinimumCharacterQuery>
       <SearchBase1>ou=domain Users,dc=domain,dc=com</SearchBase1>
       <PhotoUriSubstitutionEnabled>false</PhotoUriSubstitutionEnabled>
       <UseSIPURIToResolveContacts>false</UseSIPURIToResolveContacts>
    </Directory>
    <Policies>
       <Screen_Capture_Enabled>true</Screen_Capture_Enabled>
       <File_Transfer_Enabled>true</File_Transfer_Enabled>
       <EnableVideo>false</EnableVideo>
       <InitialPhoneSelection>deskphone</InitialPhoneSelection>
       <UserDefinedRemoteDestinations>false</UserDefinedRemoteDestinations>
       <enableLocalAddressBookSearch>true</enableLocalAddressBookSearch>
       <EnableAccessoriesManager>false</EnableAccessoriesManager>
       <ForceFontSmoothing>true</ForceFontSmoothing>
    </Policies>
    <Options>
       <Set_Status_Away_On_Inactive>true</Set_Status_Away_On_Inactive>
       <Set_Status_Inactive_Timeout>15</Set_Status_Inactive_Timeout>
       <Set_Status_Away_On_Lock_OS>true</Set_Status_Away_On_Lock_OS>
       <StartCallWithVideo>false</StartCallWithVideo>
       <Start_Client_On_Start_OS>true</Start_Client_On_Start_OS>
       <AllowUserCustomTabs>false</AllowUserCustomTabs>
       <ShowContactPictures>false</ShowContactPictures>
       <ShowOfflineContacts>true</ShowOfflineContacts>
       <DockedWindowVisible>true</DockedWindowVisible>
       <DockedWindowPosition>TopRight</DockedWindowPosition>
    </Options>
    </config>

    when a user logs in for the first time and then exits jabber and logsin again the contact pictures are now no longer showing so those setttings seems to stick on the 2nd login
    but not the docked window setting for instance

Maybe you are looking for

  • How do my move my itunes music library to a different computer?

    my itunes music library is housed in an external drive, and i want to move it to a new computer. what is the least painful way to do this? any help will be greatly appreciated. ps: i can no longer access the computer where my orignal itunes was insta

  • JDev 11g update 1 base edition on windows: error building default domain

    Hi all, (refer to [url http://forums.oracle.com/forums/thread.jspa?messageID=3168105]here for original post) I'm posting this again with some more information. When downloading the Studio Edition (Base - no JDK) version of JDeveloper 11g update 1, an

  • Printer keeps printing (HP Officejet pro 8500 A909g)

    I'm currently running a HP OfficeJet Pro 8500 A909g wireless all-in-one printer off a wireless network - my laptop running Vista Basic. My printer has started the Christmas season by printing the document I send to it repeatedly... whether this is a

  • Any training course on IDoc/ALE

    Hi Friends, I am working in SAP SD area.  For the day to day tasks I need to work on Interfaces. If there is any error arises then, I have to look whether there is any problem from application (SD) side. If it is related to XI team, they will fix it.

  • Download Weblogic Server 9.2 MP2

    Hi, Please help regarding the download location for Weblogic Server 9.2 MP2 for Windows Server 2003 64 Bit. Thanks