Next arrow buttons not functioning

Hi All,
I have report where we use hierarchy column, when i expand the + sign in the report, it shows as - but only 25 values are visible, now when i press on next arrow symbol, its not working. I am using conditions in the section of the dashboard
Thanks,
Sreekanth

hey, i got the navigation arrows functional, the problem was i was having a narrative view which actually was deleted from left bottom corner but some how it still remained in Compound view, after deleting it from compound layout, they are working

Similar Messages

  • Exit button not functioning in MSS Team - Recruiting - Create new Candidate

    Hello Experts,
    Exit button not functioning in MSS Team - Recruiting - Create new Candidate Assessment iview
    Location of exit button :Create new Candidate Assessment iview we have next button when we click on we can see exit button in next iview
    any idea why it not functioning / help on this / or is it a bug from SAP
    Thanks,
    Regards
    Vijay

    Hi Krishore,
    Thanks for reply,
    The version of BP_ERP5ESS is 1.0 SP8 and The version of SAP_ESS is  600 SP8.
    do need to add extra patch for this.
    please help me on this issue. 
    Thanks,
    Regards
    Vijai

  • Beginner help with "next" arrow button

    Hi,
    I have a simple  video gallery set up connected to an xml file to load my assets (video  path, title, description).  Rather than using small thumbnails to change  the videos and corresponding info, I have two arrow buttons that should  change the videos in order back and forth.  (so 0 > 1 > 2 > 0  etc, and backwards with the left arrow)
    My assets are  connected and I know this is simple and I have learned it but I am  having trouble with my assets changing to my button click events.  I was  thinking of using if statements (which work on the first 2 assets but  then fail after that).
    protected function button1_clickHandler(event:MouseEvent):void
                    if (myVideo.source == "assets/media/" + myData[0].path;
                    myLabel1.text == myData[0].desc;
                    titleLabel1.text == myData[0].title;)
                    myVideo.source = "assets/media/" + myData[1].path;
                    myLabel1.text = myData[1].desc;
                    titleLabel1.text = myData[1].title;
    in my head i was thinking of then using "else if" myData[1] then it changes to [2] like this:
    else if (myVideo.source = "assets/media/" + myData[1].path;
                    myLabel1.text = myData[1].desc;
                    titleLabel1.text = myData[1].title;)
                { myVideo.source = "assets/media/" + myData[2].path;
                    myLabel1.text = myData[2].desc;
                    titleLabel1.text = myData[2].title; }
    but i seem to be doing something wrong.
    can anyone help me with the code to loop them all together?
    thanks!

    Yes, its ArrayCollection. It holds data. In your case, collection of videos.
        <mx:ArrayCollection id="myData">
            <mx:source>
                <mx:Array>
                    <mx:Object source="Video1.mp4" title="Hello Friend" />
                    <mx:Object source="Video2.mp4" title="Hw ru?" />
                    <mx:Object source="Video3.mp4" title="Hv a nice day!" />
                </mx:Array>
            </mx:source>
        </mx:ArrayCollection>
    Also you can use XML. Lets your XML data is like -
                private var myDataXML:XML =
                                        <data>
                                            <mydata>
                                                <source>video1.mp4/</source>
                                                <title>Hello Friend</title>
                                            </mydata>
                                            <mydata>
                                                <source>video2.mp4/</source>
                                                <title>How r u!</title>
                                            </mydata>
                                            <mydata>
                                                <source>video3.mp4/</source>
                                                <title>Have a nice day!!</title>
                                            </mydata>
                                        </data>;
    Note: You can populate this XML  data from external XML file too.
    Now, on button click,
                private function click_NextHandler(e:Event):void
                    currentIndex++;
                    if(currentIndex == myDataXML.mydata.length())
                        currentIndex = 0;
                myVideo.source       = "assets/media/" + myDataXML.mydata[currentIndex].source;
               titleLabel1.text     = myDataXML.mydata[currentIndex].title;            }
    Hope it helps.
    Thanks.
    abhinav

  • First/Previous/Next/Last buttons not working in Applications Master Detail

    Jdeveloper version: fusiondrop5primeb26
    accessed through appstta.oraclecorp.com
    I attempted to create an Applications Master Detail UI by selecting Applications : Master Detail from the Applications Component Palette. I created the UI using my headers table (APPLCORE_SHIPMENT_HEADERS) as the master and the lines table (APPLCORE_SHIPMENT_LINES) as the detail. The master is shown as a form and the details are displayed as a table below. On the screen with the checkboxes to include First, Previous, Next, Last buttons, I checked all of them.
    On the backend, my headers table has two rows.
    When I ran the page:
    1. When the page comes up, it shows the data for shipment header 1 and the associated details in the table below. This is correct.
    2. However, the First and Previous buttons are enabled at the top. They should not be enabled since I am on the first record, and there is no previous record. This is incorrect.
    3. When I click Next, the data does not update to the the next header record (shipment header 2). The data is still for shipment header 1. This is incorrect.
    4. When I click Next once more, an Error window pops up:
    Messages for this page are listed below.
    ShipmentLineId     Error java.lang.NullPointerException
    ShipmentHeaderId Error java.lang.NullPointerException
    LineNumber Error java.lang.NullPointerException
    ItemName Error java.lang.NullPointerException
    (same error is shown for all other columns in the lines table)
    I was under the impression that we do not need to do anything special for the First/Previous/Next/Last buttons to work, other than checking the boxes in the page creation process.
    The application in question is here:
    /home/sheyu/jdevhome/descflexdemo/.
    The ui project specifically is in this folder:
    /home/sheyu/jdevhome/descflexdemo/mywork/descflexdemo/ui/
    I have tried to start from scratch several times to no avail. Please advise.
    Thanks,
    Sherry

    Sherry, please use the internal JDeveloper forum at http://www.oracle.com/technology/products/jdev/customers/index.html for questions like this.
    The OTN forum is meant for versions that are available for the public.

  • Forward, backword arrows do not function

    The backward, forward buttons are not illuminated and do not function.

    First make sure that Firefox has been set to remember history, for details on the settings to check see the [[Options window - Privacy panel]] article.
    If Firefox is set to remember history, there may be a problem with the file that stores history, for details on fixing that see http://kb.mozillazine.org/Locked_or_damaged_places.sqlite

  • Next page button not working

    Post Author: Mike Norwood
    CA Forum: General
    I use VB to generate a report using the Crystal Reports Activex Control Version 8.0.0.4.  When the report appears on the screen the next page button does not change the page.  When the last page button is press the report show 1 of 33 at the top of the screen.  The next button still does not work.
    Thanks in Advance
    Michael

    Post Author: livez
    CA Forum: Crystal Reports
    Solved it , I had to pass reportdocument to viewer in Page_Init instead of Page_Load

  • Arrow key not functioning

    My arrow keys are not functioning when I tried to use them to move my objects. They work fine in InDesign and Photoshop, but not responding at all in Illustrator. Anyone knows why?
    Thanks!

    Always mention the version of Illustrator & the OS you are using.
    Check if by any chance the 'Keyboard Increment' in Preferences (Ctrl/Cmd-K) is set to 0.

  • Viewing video gallery on The Daily Beast: The option to view videos (#of videos and "next" arrow) do not appear

    On the website, The Daily Beast, they offer a collection of short videos to view. When I click on that offer, the video page comes up with the first video ready to play, and it will play. However, there is supposed to be (underneath the video) a group of #s representing other videos to view (1,2,3...) and a "next" arrow to proceed to next video. Those do not appear, so you cannot advance to any other video after the first one. Thanks

    Not a clue. I tend to avoid anything that even hints of being from M$. After being forced to use it during my year working in IT, I now really enjoy being able to tell them to take a flying leap.
    Personally from what little I saw on their opening page, I personally feel that iTunes has more then enough movies to suit me and it is Mac compatible.
    Allan

  • Approve Button not functioning in Approval Page NotifDetailsPG.xml

    In NotifDetailsPG, we have the page for approving Batch Approval Requests...
    There are four buttons, Approve, Reject, Reassign and Request Information.
    When we click on the Approve, or reject button, nothing happens, but on the Reassign and Request Information, we are directed to the proper page. Now I need to approve the Journal but i think the Approve and Reject button is not functioning. and we noticed in IE's status bar, that the page was "done with Errors"
    clicking on the done with errors area, we have the error message:
    Line:8
    Char:74
    ErrorL Expected ";"
    Code:0
    URL:http://hostname:port/OA_HTML/OA.jsp?page=oracle/apps/fnd/wf/worklist/webui/NotifDetailsPG?......
    What might be the reasons for this errors?
    null

    you have to search in Metalink using Advanced Search.. key-in "approve button" and select LinuxX86 as the platform..
    If i remembered there is also a result regarding 11.5.10...
    Mine is 11.5.9 related and it just instructed me to upgrade the Workflow mini-pack.. OWF.H.. I think 11.5.10.2 already includes OWF.H so your case might be a different one..

  • Google Maps buttons not functioning

    Google Maps does not function anymore in Safari. None of the buttons work, including the search button (I can type in an address, but nothing happens when I press the mag. glass icon, or return), or any of the smaller icons in the corner including zoom in/out, help, tools etc.
    Works just fine using Firefox, and I did update Flash to the latest version.
    Any help appreciated--thanks in advance.

    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • Mavericks update, MacBook Pro, short cut buttons not functioning to

    After recently installing the OSX mavericks 10.9.3 the shortcut buttons at the top of my keyboard are either not working or are not functioning with the correct button. I checked through the system preferences and found nothing to help me. What can I do to get the short cut buttons to work?

    Did you try syst prefes/keyboard restore defailts?
    Try SMC reset;
    http://support.apple.com/kb/HT3964
    Follow a bttery you should not remove yourself
    PRAM reset:
    Shut down your Mac.
    Locate the following keys on the keyboard: Option, Command (⌘), P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on your Mac.
    Immediately press and hold the Option-Command-P-R keys. You must press this key combination before the gray screen appears. Continue holding the keys down until your Mac restarts, and you hear the startup sound for the second time.
    Release the keys.
    Try a sfe boot:
    Power off, power on holding the SHIFT key, continue to hold till you see the progress BAR, then release and allow to finish booting (this will take longer than a regular boot) after it boots shut down and boot normal.

  • IPOD Mini front panel buttons not functioning

    First of all, thanks for reading my message.
    I have this wierd problem. My front panel buttons namely Menu, forward, rewind, play/pause and wheel donot work.
    The thing that is wierd is that my ipod is still functional using the remote. Even when I am playing MP3s using remote, those regular buttons dont function. They look like they are dead, no response what so ever.
    Since the remote has limited buttons I want my front panel buttons to work. Any inputs on this regard is appretiated.
    P4   Windows XP  

    More details:
    I can charge my IPOD.
    sync it to itunes.
    Hold works.
    ear phone jack works.
    In all my IPOD is in a state similar to what you have when you switch to "HOLD". Irespective of whether I swith the hold button or not.
    P4   Windows XP  

  • N95 8GB buttons not functioning

    I've had my Nokia N95 8GB for 2 yeras now, when all of a sudden some of the top media buttons have stopped working, preventing me from accessing messages and contacts which is a complete pain. I have tried taking the phone apart to clean the board and performed a hard reset, but to no avail. Has anyone ever had this problem and have any solutions? Also, would I have lost all my contacts from reseting?  
    Any help would be appreciated as it's becoming increasingly frustrating not being able to read my  new messages!

    The likely cause of problem is the connecting foil cable between phone's main body and the sliding/screen section. It can easily be replaced with new unit which costs about $20. Make sure you purchase a quality unit. I purchased 2 (very cheap) units from China and 1 unit in USA and all did not function properly. Ended up buying it from reputable source, double the cost and it did work. This is your best option, just replace the part.
    Other option is to use a Bluetooth keyboard. I used a mini bluetooth keyboard with my N95 and it controls all keys and shortcut funtions, etc. Not sure if you'll be able to configure keyboard at this stage (without use of some buttons).

  • My N73 ME Music Button Not Function

    Dear All,
    Please help me.
    My Nokia N73 ME, I buy last 2 month having problem.
    {problem}
    Music Button stop functioning after ON so long time.
    Power OFF and ON again the Music Button can function again.
    After several hours ON, the problem occured again.
    Last week I already update New Firmware version V4.0727.2.2.1 04-07-2007 still can not solve this problem.
    Anyone facing same problem and what the countermeasure?
    Thank you.
    Best regards,
    Abramosa

    I have got the same problem...No choice I have add shortcut to top menu to play my music
    N73 ME - V 4.0839.42.2.1 (27-09-2008)

  • Down arrow button not working, warranty item?

    Hello,
    I just bought first Mac ever. Upon finishing loading my dual boot OS I have noticed that the down arrow button is stuck/lose/broken. Not sure what it is but it is almost pressed down before you touch it. Is this repairable under the warranty? I  literally have had it out of the box for a couple hours and this issue has arisen. Just want to know whether just to get repaired at Apple store or return it to BB for a new one. Thanks

    You may have switched on caret browsing.
    *http://kb.mozillazine.org/accessibility.browsewithcaret
    You can toggle caret browsing on/off by pressing F7 (Mac: fn + F7).
    *Tools > Options > Advanced > General > Accessibility: [ ] "Always use the cursor keys to navigate within pages"
    Note that this is an accessibility feature of Firefox.
    *http://kb.mozillazine.org/Scrolling_with_arrow_keys_no_longer_works
    *http://kb.mozillazine.org/Accessibility_features_of_Firefox

Maybe you are looking for

  • Camera Raw 7.4 install issue

    Using latest version Adobe App Manager, cannot install Camera Raw 7.4. Worse, just attempting the update reverts me to CR 7.0! In Forum, JatinDembla offers the absurd suggestion of uninstalling everything and re-installing everything (is this guy rea

  • Visually handicap, needs to increase font size in logic pro, Command  doesn't work

    Hi,      I'm visually handicapped, and new to logic-pro.  I'm having a miserable time reading the internal logic-pro fonts.  Command + doesn't work, and I can't find any preferrence or settings options that affect the default font sizes, any ideas?

  • Business partner and R3 customer mapping table

    Hi Can anyone please tell the Mapping table in CRM and R3; where the Business partner number(CRM) and R3 customer number are mapped? Thanks in advance!! Ashish.

  • Bootcamp on MacPro

    Does anyone know if Bootcamp will work on the MacPro. Since it is a 64 bit archetecture, will Windows Pro 64bit need to be used, or can it also support standard Windows XP Pro? I'd love to get rid of my XP box that's sitting here in case I need to fi

  • Can you save contact id pic back to your phone?

    my pictures were deleted on accident.  but the picture i put for contact i.d.s did not delete.  is there a way to save that picture BACK to my phone?  anyone?  i have the droid eris. thanks. ~chels