Selecting X and Y-axis in chart for web query

I have 3 chars and 4 kfs in a query. I want to draw a chart with CHAR1 in x-axis and only 2 kfs in y-axis.  where do i set that my X-AXIS is CHAR 1 and KF1 and KF2 in Y-AXIS.
When I do so all the KFs are getting displayed in the chart but I want only 2 Key Figures.
Pls let me know.

Bryan,
Sorry the above answers I have given are suitable for Bex Charts.
For Web Charts You can double click the chart and in the chart right click you can set the series, data points and everything.
But as it is you can't say the char1 is my primay x axis and char2 is secondary and so on.
Regs
Gopi.

Similar Messages

  • AsyncOS 6.3.1-025 and 6.0.2-017 for Web are GA

    Dear Cisco IronPort Customer,
    IronPort, now part of Cisco, is pleased to announce the General Availability (GA) of the two maintenance releases of AsyncOS 6.3.1-025 for Web and 6.0.2-017 for Web to all customers. These releases applies to all our Web Security Appliances (S-Series).
    Enhancements and Fixes in AsyncOS 6.3.1-025 for Web
    Partial list of defects fixed in 6.3.1-025
    * Fixed: Web Security appliance spontaneously reboots due to a slow memory leak when clients used NTLMv1 authentication in some cases. [Defect ID: 52548]
    * Fixed: Webroot scanning engine stops working when downloading some .cab files. [Defect ID: 53793]
    * Fixed: Web Proxy generates a core file after a client sends a POST request to a server that returns a 503 “Service Unavailable” message in some cases. [Defect ID: 54019]
    * Fixed: Web interface erroneously shows 100% CPU utilization when rate is lower. [Defect ID: 54767]
    * Fixed: Web Proxy generates a core file and restarts in some cases. [Defect ID: 54890]
    * Fixed: Web Proxy generates a core file and restarts after processing some HTTPS requests in some cases. [Defect ID: 55407]
    Enhancements and Fixes in AsyncOS 6.0.2-017 for Web
    Partial list of defects fixed in 6.0.2-017
    * Enhancement: Added support for NTLM proxy authentication against Windows 2008 Server R2. [Defect ID: 49114]
    * Fixed: Web Security appliance spontaneously reboots due to a slow memory leak when clients used NTLMv1 authentication in some cases. [Defect ID: 52548]
    * Fixed: Webroot scanning engine stops working when downloading some .cab files. [Defect ID: 53793]
    * Fixed: WBNP engine erroneously runs at 100% due to a memory leak. [Defect ID: 54034]
    * Fixed: Web interface erroneously shows 100% CPU utilization when rate is lower. [Defect ID: 54767]
    * Fixed: Vulnerability in Secure Sockets Layer (SSL) certificates. [Defect ID: 55278]
    * Fixed: Web Proxy generates a core file and restarts after processing some HTTPS requests in some cases. [Defect ID: 55407]
    For further information about these releases, please refer to the AsyncOS Release Notes. The release notes are available on our Support Portal:
    https://supportportal.ironport.com
    If you are concerned about an issue not listed there, please contact your authorized support provider to make an inquiry.
    How to Upgrade
    Prior to upgrading, please read the Release Notes referenced above and save a copy of the configuration file somewhere other than on your appliance.
    Once you have read the Release Notes you may log into the command line of your IronPort Appliance as the 'admin' user, and type 'upgrade', or use the WebUI upgrade functionality in the "System Administration" tab.
    **NOTE** It is important that you follow the upgrade instructions available in the Release Notes. If you do attempt to upgrade and do not see the desired release version available, your appliance is likely not on a version allowed to upgrade directly. See 'Upgrade Paths', below.
    Upgrade Paths
    Please refer to the Release Notes for qualified upgrade paths.
    If your systems are on any other AsyncOS release, you will need to perform multiple upgrades as specified in the release notes. Only the immediate next step in the upgrade path will be shown to you, with the next revision being shown once you are at the approved level.
    Release Stage
    General Availability (GA): This release is available to all our customers and is a recommended build to be used in your production environments.
    Thank you for choosing Cisco IronPort Security Products.
    Best Regards,
    Jakob

    6.3.1-025 is GA and anybody can upgrade. Release notes can be found on the portal.
    Notifications are done in several stages so not every customer is notified on the first day of GA.
    I'll post a GA announcement here on the portal as well - sorry for the delay.
    Best,
    Jakob

  • Hiding/removing x and y axis in charts (11g)

    Is it possible to hide both the x and y axis lines (not the plot area major/minor gridlines)? For example, I have a stacked bar chart and only want to show the bar and hide the x/y axis and the grid lines. I am able to hide the gridlines by toggling the to 'specify' in the Plot Area and not changing the associated options however, I am unable to hide the graph x/y axis.
    Any help is appreciated.
    Thanks.

    Hi Steve,
    To my knowledge, there is no direct method to hide the axis.You could try adding a background color (that matches your axis line color )to your graph(Graph Properties->Style tab) which in turn would hide the x and y axis lines.
    Regards,
    Dpka

  • Selecting, reading and sum of billing quantity for last 12 months in transformation end routine

    Hi experts,
    i have requirement to write end routine to read a DSO for last 12 months sales quantity for each month and sum value pass to keyfigure
    not interested using bex variable, while data loading from source to target dso in end routine i am trying to read another DSO which is same as my
    target dso where information is stored by fiscal period, year material etc. finally there is  a keyfigure in target whih needs to be filled with sum of 12
    months sales quantity, for each record form sourc to target maximum of 12 records will be in read dso (for 12 months) my routine is like below.
    i am not expert in abap please kindly gothrough and guide me in this
    TYPES: BEGIN OF s_/BIC/AZOSLS00,
    FISCPER  type /BI0/OIFISCPER,
    FISCVARNT  type /BI0/OIFISCVARNT,
    PLANT  type /BI0/OIPLANT,
    STOR_LOC  type /BI0/OISTOR_LOC,
    /BIC/MATERIAL  type /BIC/OIMATERIAL,
    VTYPE  type /BI0/OIVTYPE,
    BILL_QTY  type /BI0/OIBILL_QTY,
    END OF s_/BIC/AZOSLS00.
    DATA: it_/BIC/AZOSLS00 TYPE TABLE OF s_/BIC/AZOSLS00,
    wa_/BIC/AZOSLS00  TYPE s_/BIC/AZOSLS00.
    SELECT
    FISCPER
    FISCVARNT
    PLANT
    STOR_LOC
    /BIC/MATERIAL
    VTYPE
    BILL_QTY
         FROM /BIC/AZOSLS00 INTO TABLE it_/BIC/AZOSLS00
           FOR ALL
          ENTRIES IN RESULT_PACKAGE
           WHERE
    below field is from value of fiscal period (which is fiscal period -999 ex:  for 001.2014 this
    value will be 002.2013 so 12 months including current period)
    FISCPER >=  RESULT_PACKAGE-/BIC/ZFISCPERF
    below is result filed fiscal period (here i dont know which keyword or statement to be used to select
    interval values this between statement giving syntax error that can not be used in where for for all entries
    between RESULT_PACKAGE-FISCPER
            AND
             FISCVARNT = RESULT_PACKAGE-FISCVARNT AND
             PLANT = RESULT_PACKAGE-PLANT AND
             STOR_LOC = RESULT_PACKAGE-STOR_LOC and
          /BIC/MATERIAL = RESULT_PACKAGE-/BIC/MATERIAL .
        SORT it_/BIC/AZOSLS00 BY FISCPER FISCVARNT PLANT STOR_LOC
        /BIC/MATERIAL .
        LOOP AT RESULT_PACKAGE ASSIGNING <result_fields>.
          READ TABLE it_/BIC/AZOSLS00 INTO wa_/BIC/AZOSLS00 WITH KEY
    below dont know what statement i need to use in read statement for interval of fiscal periods
    giving error that >= can not be used
         FISCPER >=  <result_fields>-/BIC/ZFISCPERF
    FISCPER = <result_fields>-FISCPER
             FISCVARNT = <result_fields>-FISCVARNT
             PLANT = <result_fields>-PLANT
             STOR_LOC = <result_fields>-STOR_LOC
          /BIC/MATERIAL = <result_fields>-/BIC/MATERIAL
           BINARY SEARCH.
          BREAK-POINT.
          IF sy-subrc = 0.
    below for each record there will be 12 records in read so sume of 12 records quantity i need to pass to result again dont know what to say here
    sum statement giving error
                <result_fields>-/BIC/ZLSTSLS12 =
                 sum(wa_/BIC/AZOSLS00-BILL_QTY).
              ENDIF.
        ENDLOOP.
    friends please help me in this.
    Thanks
    Chandra.

    Hiii,
    If you only want to store last  12 months data in Target ODS .
    Then Create filter in DTP and write routine in filter for calmonth or fiscal period.
    Refer the below link to create filter routine :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80b2db87-639b-2e10-a8b9-c1ac0a44a7a6?QuickLink=index&…
    Regards,
    Akshay

  • Since upgrade when I am in Google Finance and look at stock quote, and hit to see chart for say six months, it now opens a blank web page. this did not happen before the most recent upgrade? How fix? Explorer will still provide the chart.

    Just go to google finance and get a stock quote on any stock and then the price comes up and you can choose to see the price history of different time periods, 1, 5, day one week, one month, etc. In the past when you hit the button for one of the charts, it would just change the chart on the same page, now it opens a new page that is blank?

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • I am using photoshop cc 2014.2 And when I use save for Web it gives me a dialog box that says it is using Latin characters I've never seen this before. Does anyone have an answer for this problem or do I need to go back to the older version of Photoshop.

    I'm using Photoshop cc 2014.21 I you save for Web and dialog box comes up that says that Photoshop is using Latin characters and that servers cannot recognize Latin characters in webpages and you may have trouble viewing these pages does anyone have an answer for this problem?

    What Firefox version is currently installed on the computer?
    You can find the full version of the current current Firefox release (37.0.2) in all languages and all operating systems here:
    *https://www.mozilla.org/en-US/firefox/all/
    If you have a very old Firefox version then you could consider to uninstall that version to clean up existing registry keys (especial the uninstall key).
    Make sure NOT to remove "personal data" when you uninstall Firefox, because that will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Check the Firefox program folder and remove the Firefox program folder if there are still files left in it.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Mixing CSS colors and image files from Photoshop for web

    Hello,
    I recently encountered a web production color issue and wanted to collaborate with other web producers to either inform or to see if there isn't a better work-around....
    A web site design has a particular color palette and some elements are converted to HTML/CSS colors (rgb hex values) and other elements must be saved as images--both with the same exact color appearance. We graphics professionals know that generally all images should have the color profile indicated (embedded, tagged) in the image file (e.g., sRGB, Adobe RGB or whatever) in our color-managed workflow so that the color numbers have meaning. For web, I've always used sRGB (the web standard) and tagged the images with the sRGB color profile.
    Historically, this probably hasn't mattered because no web browser cared about the image profiles anyway. However, recently, some browsers have started to implement color-management. This is good for pictures and such, but poses a problem for web graphic elements: the images are rendered in the color-managed sRGB, yet the CSS is still rendered outside of color-management (the so-called monitor or "device" profile?). Therefore, if a web page design's color palette is to be honored, the HTML/CSS hex colors must appear the same as the matching hex colors embedded in the images. However, modern browsers now render the colors in the color-profile-tagged/embedded images differently, so the colors on the rendered pages no longer match!
    My work around has been to NOT tag (embed) the web-element image files with any color profile and thus cause the modern browsers to do what they used to: render the images without a color profile just like they render HTML/CSS hex colors. Perhaps in the future, there will be an HTML specification to inform the web browser to render all colors (HTML/CSS/images) in a particular color profile. (In my cursory testing, I've found that current Safari and Chrome for Windows 7 do alter the tagged-image appearances, yet Safari in iOS does not.)
    Have other web producers run in to this issue and are there more eloquent work-arounds?

    Hi,
    This might help
    Serving Static Content on WebLogic and GlassFish | cdivilly
    Regards,
    Jari

  • Dynamic date range creation for WebI query

    Hi
    I have a webi query where I need to provide a date range as selection.  But the from date will be based on number of days that user will provide during query execution. For e.g. user will give no of days as 10 so the date range need to be created as  (system date -10) to (system date).
    I am not sure how to provide the option for user to input no of days and then calculate the date range.
    Could you please help me here.
    Regards,
    Amit

    Amit.
    it can be done but by creating multiple objects.
    create Obj1: @prompt("Enter Number Of days",N,Mono,etc..) and capture the number of days in it.
    Create your second object infact a filter object: Obj2: Sysdate
    Third Object(filter) Obj3:  (Sysdate-(@select(class\Obj1)))
    give the between condition in webi using these two objects
    between Obj2 and Obj3

  • Where shall i find  URL for web query

    Hi ,
    i designed a query by using WEb query wizard. after saving the query where sahll i get the URL do run that query in browser.
    thanx

    In the web publisher there is an option to copy the URL to the clipboard or you can execute the query and copy the URL. 
    Hope that helps...

  • How to auto change the name in X-Axis and Y-Axis in chart ?

    Hi, I want to plot data into a chart. I make a selection switch for each channel, there are for temperature measurement and voltage measurement.
    What I want is when I switch the selection to temperature measurement, the Y-axis´s name change into Temperature and when it is voltage change into Voltage.
    Can LabView do that ?
    Citras
    Solved!
    Go to Solution.
    Attachments:
    testtttttttttttttttttt.vi ‏59 KB

    There are a lot of things that you could do to make your life easier in your code but here is how I would start with the question that you asked.
    Tim
    Johnson Controls
    Holland Michigan
    Attachments:
    Example.vi ‏14 KB

  • I created a logo in AI illustrator and saved it as "save for web and devices" to get a transparent background. the logo save in png format. Now the problem is I want to print it on a flex but when I zoom it, it looks like a scalar random image. please hel

    ???

    Also when I open it in illustrator.. and starting editing it but the objects are unable to select..what i do know.WoojinAmy_WongIllustrator@ I

  • HP LaserJet P1102w. I print the IP address in the address line and there is no tab for Web services.

    HP LJ P1102w. want to sign on the HP web services. I print the IP add. in Explorer and I do not get Web services tab

    Hi,
    The Web Services functionality is only avaiable on later firmware versions,
    Updating the firmware of the printer will add the functionality and the tab will become available.
    Be sure to temporary plug the printer to your PC with a USB, then run the firmare updater below by selecting the newly added USB printer queue:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=bi-115794-1&cc=us&dlc=en&lc=en...
    Once the firmware update completes unplug the USB and follow the steps below to enable web services:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03128518&tmp_task=setupCategory&cc=us&dlc=en&lc...
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • About Typekit, Edge Fonts and Google Fonts real utility for Web Designers

    Hello,
    Perhaps it´s a simple situation for the majority of CC User but I´m a little bit confused about that. I have a TypeKit plan included in my Creative Cloud subscription. I have then the possibility of use Web Fonts included in Typeset (which is awesome, by the way). My problem comes when I try to use a TypeKit font for a client who does´t want to pay for a TypeKit plan and I can´t use the same font in the trial plan which is a great way of convince the client he needs TypeKit for a better typography access.
    So, my questions are:
    There is available TypeKit fonts in Adobe Edge fonts too?
    The only fonts available in Edge Fonts are Google Fonts?
    How can I know if a specific TypeKit font is available in TypeKit Trial Plan too without searching the entire catalog filtered by Trial Library or in Adobe Edge?
    Do you recommend to me a workflow in which I can use TypeKit fonts for clients avoiding the need to pay the client for that font? (it´s hard to convince him, not to use free alternatives like Google Fonts or Adobe Edge Fonts)
    Thanks in advance.

    I haven’t tried it so this may be a shot in the dark but you might be able to hack into the CSS and use @font-face to call a local font.
    Check the license of the font to be sure it allows this.

  • Fieldes planned delivery date and actual good recipt date for SAP QUERY

    Hi Gurus
    I am changing sap query. I need to find two fieldes  : planned delivery date and actual goods recipt date
    I dont know MM tables, do you know wrhere are?
    in table EKPO i don't find the fieldes.
    Thanks in advance

    Thank a lot!
    Regards

  • Selective printing in Business Objects XI R2 for WEBI / Desktop Intelligence / Dashboard

      <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial">Hi,</span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial"> </span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial"> </span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial">Requirement : The user would see a<span>  </span>report in 2 forms in a page . this page can be either in desktop intelligence or in WEBI . 2 forms are 1) Grid layout where the data is displayed 2) Graphical picture of the report / data grid.</span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial"> </span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial">User would like to print either one of the form of display not both.</span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial"> </span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial">I would like to know if this is possible in BO XI R2<span>  </span>in WEBI or in Desktop Intelligence. As such BO Dashboard also used..</span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial"> </span></p>   <p class="MsoNormal"><span style="font-size: 9pt; font-family: Arial">Since I am new to BO I might have missed out something. Do let me know if some more information is needed.</span></p>

    if you are using webi, it is very easy to convert grid into chart.

Maybe you are looking for