Chart and filter button missing

when I insert a query in a workbook the chart and filter button are missing.  We are using netweaver 2004s.  is there a way to have them display?

Hi LMM,
There are 2 ways to create workbooks:
1) create a workbook in Excel (create new workbook in Excel thus not via the GUI), insert a query using the Bex analyzer and save using the Bex analyzer.
2) create a query using Bex analyzer, execute the query, save as workbook using Bex analyzer  
Option 2) will have the chart and filter buttons.
Option 1) will not have these options.
Assuming you created the workbook using option 1), please recreate the workbook using option 2).
You should now have the chart and filter options.
Please assign points of this solved your problem,
Best Regards,
Filip

Similar Messages

  • LR Approve and Reject buttons missing?

    Hi,
    We have recently customised standard LR workflow and we have replaced standard LR task (TS12300097, TS12300116) to custom task.  We have updated UWL configuration file to add these 2 new task.  We could successfully see the LR raised by ESS user in the MSS UWL task list but when we click on the task we could see the task details without APPROVE and REJECT buttons, these 2 buttons are missing.
    We have made necessary changes in the SWFVISU tcode and Portal UWL XML configuration.  Is there any other configuration need to be done to fix this issue(make APPROVE and REJECT button visible)?
    NOTE: If we switch it back to standard task the buttons are visible it's invisible only when it's using new task.
    Thanks
    Praveen

    Thanks Vivek.
    I have resolve this issue, I found that in the UWL xml configuration I have configured task WebDynproApplication property incorrectly, it was pointing to LeaveRequest instead of LeaveRequestApprover.  Changing this has fixed the problem.
    Thanks anyway.
    Closing this thread.
    Praveen.

  • Accept Terms and Conditions Button Missing

    I just tried to sign up for a free trial of Creative Cloud.  I used my exisitng Adobe ID and then I was prompted to enter my date of birth... and then the terms and conditions box popped up.  Using Firefox 19.0.2 and Chrome 26.0.1410.64 m the checkbox and accept button are missing (broken CSS?) on IE 9 the button barely shows but I was able to click it.  I told Adobe customer support but they said they couldn't pass the info on and suggested that I post it here...

    TLyon please see the exisiting discussions on this topic at http://forums.adobe.com/message/5180180#5180180 and http://forums.adobe.com/message/5130319#5130319.  I would recommend adding your experience to the first discussion as opposed to starting a separate discussion.

  • Sort and filter option missing in table view

    Hi,
    I am not able to see the sort and filter option for all the columns in table view. Could anyone please help me if i need to add something to see that option.
    Thanks,
    Kamesh Bathla

    Hi,
    Thanks for the reply, yes its web UI issue, i am having search and result view and i need sorting option for all the columns in result view. I thought that it is standard functionality, do i need to add something to html file or anyother place to see the sorting options?
    Regards,
    Kamesh Bathla

  • Import and Backup button missing from "library" view, I am trying to import hmtl bookmarks

    I have just clean installed latest Ubuntu 11.04 which comes with firefox 4.
    I have old bookmarks from previous install I want to import.
    When I click on Bookmarks - Show all Bookmarks, the Import and Backup button does not show.
    How can I import my saved bookmarks?

    You may need to look a bit higher to the Ubuntu menu bar.
    You can also try to disable the Ubuntu Firefox Modifications extension.

  • Insert and query buttons missing on qbe customize

    I created a simple qbe report and enabled update, delete, insert, and query. If I use the 'customize' link on the portal development screen for the qbe, it gives me the insert and query buttons. But as a portlet added to a page, if you click on the customize at the top right of the qbe portlet, it omits the insert and query buttons. Why does this happen? In each case I am logged in as the same person. I even played with the priviledges, to no avail.
    Any suggestions?

    Hi Steve ,
    In Qbe Report the update , delete , insert buttons are for full page mode and will not appear in portlet mode .
    The portlet mode customization can only be used to change the data appearing in the report (this is in consistent with the other kinds of reports )
    As a work around a form can be provided to insert and update the data .
    Regards
    Medini

  • Data Charts and Radio Buttons

    Hello,
    I'm new to flex and need some help with a project of mine. I
    want to be able to take a poll (using Radio Buttons) and create
    from that info a chart. I've tried everything I know how, but I
    can't get it to work. I know I need a dataprovider tag somewhere
    but how to create the data from that poll to create the model and
    the data provider? Any help would be great.
    Thanks,
    Olsen

    A dataProvider for a chart (or list) is based on one of the
    Collection classes, usually ArrayCollection. So if you want to
    create a chart of say the number of people who responded to a
    question broken down by their ages, you might have a table like
    this:
    Age Response
    18 a
    22 b
    23 a
    18 b
    etc.
    That tells me you want use an ArrayCollection:
    [Bindable] private var chartData:ArrayCollection;
    chartData = new ArrayCollection();
    chartData.addItem( { age:18, value:"a"} );
    chartData.addItem( {age:22, value:"b"} );
    etc.
    Now you have an ArrayCollection of Objects, each of which has
    an age property and a value property. Now you can apply this to a
    chart:
    <mx:ColumnChart dataProvider="{chartData}"... >
    <mx:series>
    <mx:ColumnSeries yField="value" />
    </mx:series>
    <mx:horizontalAxis><mx:CategoryAxis
    categoryField="age" dataProvider="{chartData}"
    /></mx:horizontalAxis>
    </mx:ColumnChart>
    You can define the chart in MXML and modify or create the
    data in ActionScript.

  • "Firewall" and "Internet" buttons missing from "Sharing" preferences page

    Hi,
    I recently upgraded two servers to 10.4.3 (one was running 10.2 and one was running 10.3). On both servers now the Firewall and Internet tabs are missing from the Sharing preferences. Also, under the list of services on the Sharing prefs, there are only three services listed:
    REmote Login, ARD, and Remote Apple Events. No other services are listed.
    I found this problem because something in the firewalls changed and was blocking access to the servers via ARD. If I stop the firewall, then ARD works. So I wanted to go into the firewall settings and open up the ports required by ARD. Lo and behold, no Firewall tab on the Sharing page!
    I've searched everywhere for info on what could make most of the services disappear, along with the Firewall and Internet tabs. But I can't find anything. Any ideas out there?

    A call to Apple confirmed that the majority of services on 10.4 Server are now handled through Server Admin rather than through the Sharing preferences window.

  • Sorting and filter option missing in table view

    Hi,
    I am having search and result view in my component and i need sorting option for all the columns in result view. I thought that it is standard functionality, do i need to add something to html file or anyother place to see the sorting options?
    Regards,
    Kamesh Bathla

    Hi,
    Its the custom component. here is the htm coding for my result view
    <chtmlb:tableExtension tableId = "Table"
                           layout  = "FIXED" >
      <chtmlb:configTable id                    = "Table"
                          navigationMode        = "BYPAGE"
                          onRowSelection        = "select"
                          selectionMode         = "<%= RESULT->SELECTION_MODE %>"
                          table                 = "//RESULT/Table"
                          usage                 = "SEARCHRESULT"
                          visibleRowCount       = "<%= lv_rowcount %>"
                          width                 = "100%"
                          actions               = "<%= controller->gt_button %>"
                          actionsMaxInRow       = "5"
                          selectedRowIndexTable = "<%= RESULT->SELECTION_TAB %>"
                          showNoMatchText       = "FALSE"
                          />
    </chtmlb:tableExtension>
    Regards,
    Kamesh

  • Approve button missing for managers to approve trave & expenses

    Hello all,
       Our production system is running ESS/MSS. Last couple days, some of the users have been reporting that they are not able to approve the expense reports because they do not see "Approve" button, instead, they are seeing "Assign to me" button.
    Could anybody please suggest what could be happening?
    Thanks!

    what is your portal version? Are there any recent SP updates?
    check uwl wiki below
    http://wiki.sdn.sap.com/wiki/display/BPX/UWL+FAQ#UWLFAQ-The%27Approve%27and%27Reject%27functionsaremissinginthecontextmenu
    The Approve and Reject functions are missing in the context menu
    Reason: The configuration XML file cannot be generated due to the missing RFC destination for the provider connector. The result is that the item type information, for example, available actions, dynamic parameters, visualization parameters, cannot be retrieved from the back end.
    Solution: Refer to SAP note 1133821
    In our environment EP7.0 SP18 , approve and reject buttons missed,after implementing above note,again they appeared.
    Regards,
    Koti Reddy

  • My browser and back and forward button has disapered

    My web browser field (http://) and the arrows back and forward on top of page has dissapered. I have reinstalled Firefox, but that did´t help.

    Check if the instructions in this article help: [https://support.mozilla.com/en-US/kb/Back%20and%20forward%20or%20other%20toolbar%20buttons%20are%20missing Back and forward buttons missing].

  • Missing maximize, minimize and close buttons

    I see that people have been having problems with these issues before the finalized FF4, I have the most updated version on my PC. The answers all seem to say it was a problem with beta versions. When I stay online for long periods of time my full screen, minimize and close buttons disappear. I have 2 screens and have found that when I pull a tab to the other screen the buttons reappear with that tab. But all the tabs still on previous screens are still missing. If I pull the whole set of tabs (opened together) I still can not get the buttons to reappear. when I am ready to close all the open tabs at once I use task manager and close down FF4. Right now I see my background screen where the button should be.

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    If you are in full screen mode then hover the mouse to the top of the screen to make the Navigation Toolbar and Tab bar appear.<br>Click the Maximize button (top right corner of the Navigation Toolbar) to leave full screen mode or right-click empty space on a toolbar and choose "Exit Full Screen Mode" or press the F11 key.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    You can also try a different Windows theme.

  • Any way to set color for value in chart and still filter out values (but retain colors)?

    Is there any way that I can hard code a color into a chart and still filter out values?
    I have 5 divisions, each with a specific color.  I have put them into a stacked column chart and it looks fine.  My issue arises when I try to filter out some of the divisions.  The colors do not stay with the specified divisions.
    Ex.)
      Div 1 = Red
      Div 2 = Green
      Div 3 = Black
    When I filter out Div 1, this is what I see:
    Div 2 = Red
    Div 3 = Green
    I have tried standard delivered filter panel, and check-boxes using CHART_1.setDataSelection( )
    It seems like the color hard coding in the "additional" properties of the chart are not tied to the value, but are determined by sort order.  Any help is greatly appreciated

    Hi,
    There is one Possibility bu not By chart .
    It will look like chart but will use Text box .
    Lets say you have 5 Divisions & 3 Key figures .
    Then You need 5 * 3 = 15 Text box .
    Arrange them in 5 columns and 3 rows type of view .
    now .
    set fix width for all .
    set the height & position by coding
    You need to set this type of code for filter selection also .

  • E51 is lack of "OK" button and groups are missing ...

    Greetings all!
    Couple of days ago I've noticed that my phone E51 is lack of "OK" button - to be more precise: when I'm creating new SMS/ MMS message and I'm going to add contact, the cell phone displays all my contacts, I can select one or more persons but can not confirm by OK button (normally placed at left lower corner of the screen) because there is not “OK” letters and linked button doesn’t respond.
    See picture below - there is OK button, mine E51 doesn't have that one... ://
    Additionally my contact groups are missing and I can not display them - they are gone.
    I've reset my phone with the code *#7???# but notching changed. Afterwards I've tried to upload my contacts' backup to my cell phone - and PC suite said there is synchronization problem - but nothing more... “Contact’s can not be synchronized”…
    Does anyone get similar problem?
    Solved!
    Go to Solution.

    That's strange. But then again it seems you may have entered the wrong code if you say nothing happened. Back up your phone except for settings. You may lose data if you do not. The final two methods below would delete user data.
    Try these:
    *#7780# - this will restore factory settings. See if the Ok buttons return
    *#7370# - do this only if the above code does not work. This wipes the phone memory of settings and all installations, a quick format. 
    Hold *, green and 3 keys simultaneously while powering up - last ditch effort. If nothing else works. This will return your phone to factory state
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • Even in Safe Mode, minimize, restore, and close buttons are missing, though the functions remain, and a dialog box now comes up when opening FF.

    Ever since I installed the latest Firefox update, the minimize, restore, and close buttons are visually missing, though their functions are still present.
    I have also started to have one of those dialog boxes asking whether or not I would like to allow a program to make changes to my PC come up when I open Firefox.

    Check that Firefox isn't set to run as Administrator.
    Right-click the Firefox desktop shortcut and choose "Properties".
    Make sure that all items are deselected in the "Compatibility" tab of the Properties window.
    * Privilege Level: "Run this program as Administrator" should not be selected
    * "Run this program in compatibility mode for:" should not be selected
    Also check the Properties of the firefox.exe program in the Firefox program folder (C:\Program Files\Mozilla Firefox\).
    If you can't make the changes then you need to start Windows Explorer as Administrator.

Maybe you are looking for

  • Disco 10g Admin errors after upgrading db from Oracle 9.2.0.6 to 9.2.0.8

    We no longer have the capability to add mutliple user in the Administrator. We have to login and out several time just to setup a single user in Discoverer. Has anyone come accross this before? Message was edited by: userJAR

  • Lines and Boxes in Pages. Please help!

    I created a poster in Pages and it is printing with all kinds of lines and boxes behind the text and images. When I go into the doc I do not see them there. Where is this coming from and how do I get rid of them? thank you!

  • IPSec Spoof Detected error on VPN route

    I'm trying to set up a new VPN user/group/policy to replace a flawed old version that used IP addresses from the same pool as the inside VLAN. As of right now I have most things configured but am unable to establish a connection to a service host on

  • Can not attach a file in mail.

    Hi, I want to attach a file from a map in mail via the paper-clip but I am unable to open a map which contains the file I like to attach. Mail wants to attach the complete map.. I have the latest version of OSX Yosemite. Is it a bug ?

  • Using Rman

    By default, rman created a backed up file on the target host under $ORACLE_HOME/dbs/<somefilename>. Is it possible to tell rman to store the file on the rman machine instead of the target machine? BTW, I am using v816 for Solaris. Any comments would