Jumps issue

Hi All,
I having an issue in one of my reports. I am sure whether its an issue with jumps or particular variable.
Well here's the issue:
In the sender report( weekly report) I have "net gallons" being displyed for  4 weeks(week1, week2, week3, week4) in the current calender week(customer exit) and prior year calender week (set with an offset). So from this weekly report i make a jump to the daily report( receiver) wherein it has to display the "net gallons" for each day. For the current year and prior year. Now after make the jump the report shows me the values only for the current year(is a SAP exit) and does not show anything for the prior year(set with an offset- current year - 1).
Need help in solving this one.
I hope this is clear.
Thanks in advance,
Meher

Hi Meher
Is there data in ur second or receiver report for Prior years.
Thanks
Raghu

Similar Messages

  • Bluetooth Stereo jumping issues

    Hi all,
    Having an issue at the moment when playing back music through my car stereo via Bluetooth every so often the track will just jump for a second and then come back. I've cleared the BT memory and paired the Z2 again and no matter what I do I get the same skipping reoccurring. Has anyone had this issue previously and managed to fix it? Or has anyone any suggestions for a possible fix please?
    Thanks in advance,
    Pete

    How do you mean car update? The head unit is aftermarket not built-in so the car itself does not have Bluetooth. It's worth noting (I forget whether I already did or not) that the Bluetooth streaming works perfectly with my iPhone 5 just not with the Sony. I'm now on my second Xperia Z2 as the first one's call quality was abysmal. While this one seems a **bleep** of a lot better this Bluetooth streaming issue is actually doing my head in and making me want to change phones completely.

  • Volume Jump issue

    Hooray, I figured out how to post a question, haha.
    I love my new nano, but there is a small bug in the software that is starting to bug me. Basically, the volume hikes up an insane amount (especially noticeable when using headphones) when randomly hitting the next track button. It's not a difference in volume level in the actual song, as I can press forward and then previous track and then it's an acceptable sound level again. the volume indicator is not affected, naturally my reaction when music is blaring in my ears is to turn it down, and it usually ends up below half way. press forward and reverse track to go back to the same song and I'm turning it back up to about 7/8ths of the way to full.
    This usually seems to happen when I seek through quite a few songs in a short amount of time.
    Just putting that out there, in hopes of a software update fix. Thanks
    Message was edited by: speedyink

    most comment here have been about sound jumping up. I'm having a slightly different issue. When I listen to a play list (or even the radio, thats why I dont think its a pre-setting with a particular song) the sound drops to 0. I then take the nano and increase the sound by hitting the plus sign. I can get it up half way, and right before my eyes the sound drops back to 0. It's driving me crazy. It usually happens after 30 minutes of use. Has anyone gotten through that problem?
    I tried rebooting the nano, and then it might work for a day or two, but then I'm back to having the volume drop to 0 all over again. Please help

  • RRI Jump issue

    Hi
    we are using report to report interface to jump between two of our queries. In our first query based on po number it should jump to invoice report.( link is po number) ,it works fine when there is invoice for PO , but when there is no invoice for PO instead of showing NO APPLICATION DATA FOUND , it is showing the entire invoice report data with all invoice values.
    please help
    thanks & regards
    Krishna

    Hi Krishna,
      When there is no PO once you jump on reciever query check what all restrictions are passed from sender to reciever , this you can check in information tab while you run in RSRT ,
    Ideally if you have such requirement in RSBBS assignement details setting you need to  disable or delete (X)  setting for the other characteristics and you need to enabkle only for PO characteristic.
    Regards
    vamsi
    Edited by: vamsi talluri on Jul 20, 2011 8:01 PM

  • RRI JUMP issue in QAS

    Hi Gurus,
    My RRI jump from Sumary query to Detail query is working fine in DEV. But when I moved the transport with same settings to QAS it is not working, getting message "Data not found", but actually the data is there in the Cube. Is it pointing to different source system ?. How do I check.
    Please let me know what could be the reason ?.
    Thanks
    Liza

    Hi Liza,
    Can u pls check which target system u have given in the Maintain Sender/Reciever Assignment setting. For your case it should be loacal.
    Secondly Please review the field assignment details in how u are propagating from summarise to detail veiw.
    Please check the below article :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607e63d5-b56f-2c10-718f-8e33a08baa89?QuickLink=index&overridelayout=true
    please revert if more questions
    Thanks,
    Deepak

  • Windows 7 Taskbar Jumping Issue

    In windows 7, if you right click any icon that is pinned to the taskbar, and then, with that program's menu displayed, left click an empty part of the taskbar and move the mouse in any direction. The taskbar (even if it is locked) will jump to the top of the screen.
    http://imgur.com/eG8Xz.png

    In windows 7, if you right click any icon that is pinned to the taskbar, and then, with that program's menu displayed, left click an empty part of the taskbar and move the mouse in any direction. The taskbar (even if it is locked) will jump to the top of the screen.
    http://imgur.com/eG8Xz.png
    Hi
    I tried but was unable to recreate the behavior you are describing.
    If this is something that just started recently, you might want to try using s System Restore point to go back to a time before the behavior started.
    If this does not fix the problem, try creating a new User Account, Create a user account, log on with the new account and try to recreate the behavior.
    If the behavior cannot be recreated with the new user account, this may indicate that your current user account is corrupted.
    If this is the case, replace the corrupted account with a new account using the instructions in the following article.
    How To Fix a corrupted user profile
    Let us know what you find.
    Thank You for using Windows 7
    Ronnie Vernon MVP

  • Sequence jump issue

    My case is to keep capture the change data, not for dim/fact table but for ods level: if any delete/update, updated expire date then insert a new one, if insert then insert. use sequence as surogarnt.
    My logic used is using full join to contains all changed data then splitter them to the same target table 5 times. all seems ok except for the sequence number,it will jump.there are alway sequence gap. in this case sequence number increase quickly.
    I have went through the forum,metalink, asked OWB expert, but didnot get the answer for a whole day.I changed the set base to raw base,it didn't work; removed the update part to avoid merge, but sequence still jump. how to handle it? any advince? thanks a lot.
    Donny

    Hi Jorg,
    You are right, after I tried other ways I gave it up due to time limition, I aslo used what you advised here, here are my procedure code : (first disable constraint in another procedure, pre mapping). Thanks a lot.
    CREATE OR REPLACE PROCEDURE rds_set_sequence
    IS
    p_init_num NUMBER;
    lv_target_tab VARCHAR2 (40);
    lv_pk_name VARCHAR2 (40);
    SQL_disable VARCHAR2 (200);
    CURSOR cur_key
    IS
    SELECT ROWID, rds_key
    FROM rds_xls_ref_source_systems
    WHERE rds_key IS NULL;
    BEGIN
    BEGIN
    SELECT NVL (MAX (rds_key), 0)
    INTO p_init_num
    FROM rds_xls_ref_source_systems
    WHERE rds_key IS NOT NULL;
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    DBMS_OUTPUT.put_line ('No data found : ' || SQLERRM);
    END;
    FOR cursor_key IN cur_key
    LOOP
    EXIT WHEN cur_key%NOTFOUND;
    p_init_num := p_init_num + 1;
    UPDATE rds_xls_ref_source_systems
    SET rds_key = p_init_num
    WHERE ROWID = cursor_key.ROWID;
    -- DBMS_OUTPUT.put_line ('seq number : ' || TO_CHAR (p_init_num));
    END LOOP;
    COMMIT;
    EXECUTE IMMEDIATE 'ALTER TABLE RDS_XLS_REF_SOURCE_SYSTEMS ENABLE CONSTRAINT RDS_XLS_RSS_PK';
    EXCEPTION
    WHEN OTHERS
    THEN
    DBMS_OUTPUT.put_line ('Error on updating the table : ' || SQLERRM);
    ROLLBACK;
    END rds_set_sequence;
    /

  • Satellite C600 - Cursor jumping all over the screen

    I was just issued the Satellite C600 and I cannot type without my curser jumping all over the screen. I've followed the advice from other threads with no success. "FN+F9" does not disable the touchpad, and there is no touchpad tab under Mouse Properties. In fact, when I search the whole computer for "touchpad" there is no response.
    Please advise!

    Hello
    Why you try to disable the touchpad?
    On Satellite C series there is a BIOS update that will solve this cursor jumping issue. There are already a lot of threads here in forum:
    http://aps2.toshiba-tro.de/kb0/TSB1103370000R02.htm
    Check this!!!

  • Boot Drive no longer at top?

    This is something I've never seen before and am not sure exactly where to post.
    I did two new things for my G5 Tower of PowerMac (dual 2ghz) this week.
    I put in a new 750GB Western Digital Caviar SATA drive in the top bay and installed 10.5 as a clean install. After the clean install, I used Migration Assist. to pull the data from the other internal SATA (bottom bay). Things went pretty well with a few bumps, but nothing that a couple of updates and restarts didn't cure. The only thing that's weird is that the new drive, which is now my boot drive, will not drop at the top. It won't even drop second in line. :-\
    For the longest time, I thought it wasn't even booting off the drive and that there were jumper issues or something. It wasn't until I looked closely (both drives had nearly identical systems on them since I wanted to move it to the larger drive) that I realized it actually was booted off of the drive, just didn't drop at the top. All other drives, external and internal can be dismounted just fine, but I'm puzzled as to why this is happening. I searched here and couldn't find reference to it anywhere, but these boards have some of the savviest people I've read.
    Has anyone ever seen this and how did you correct it?
    Very much obliged,
    Mick

    Didn't get any feedback on this, but I believe it was related to the cloning of the drive. Still not seen this behaviour before, but there you go.
    cheers,
    Mick

  • Disk Utility won't recognize new hard drive

    Hello,
    Thanks for taking the time to read this.
    The original hard drive (80 GB) went bad, so I replaced with a new 160 GB Western Digital one. I formatted the hard drive using Disk Utility from the Mac OS X Disk. It worked the first time I booted into Leopard (I just booted up to make sure the OS loaded...didn't install any new software and/or hardware).
    Then I shut it down and started it back up, and the computer didn't recognize the hard drive. I inserted the Mac OS X disk and ran Disk Utility, but the hard drive was not recognized.
    So now I'm thinking the new hard drive was also bad. So, I ordered another one (Seagate 160 GB) and it to was not recognized when I ran Disk Utility from the Mac OS X disk.
    When replacing all of them, I followed directions I found here and other websites. They all said to do it the same way, so I'm assuming the directions for replacing a hard drive in a laptop were correct.
    I searched Google and found several posts suggesting using an application called Disk Warrior, but from my understanding, you cannot run it from a disk, it needs to be installed, which is obviously impossible since the hard drive isn't recognized.
    Then I ran Open Firmware and did "devalias" from the prompt. From what I can tell in the list of hardware, the hard drive is recognized, but I am not sure. I took a picture of the screen printout but do not see an option to attached it to this post. Therefore, I'll just tell what it said for now and will create an image hosting account so I can add a URL for it later.
    In the list, "hd" is in the left column and in the right column of the same line is "/pci@f4000000/ata-6@d/disk@0" (without quotes).
    If anybody has any suggestions, they would be greatly appreciated.

    Welcome to the Apple discussions.
    I've replaced a few hard drives, and in instances where it's not recognized, it's either been a cable connection issue or I've seen others with a jumper issue. Either the hard drive to logic board cable isn't properly set, typically on the logic board side, or a jumper was left on the drive, where typically you can just remove it. I haven't personally had the cable fail, however, that's possible too.
    When you pulled the large plug from the back of the original hard drive, did you do it very carefully? It's not like a desktop hard drive plug that you can just pull out ... it needs to be wiggled out, gently. I have a hard time believing two new drives would be essentially DOA, although the first one worked for a bit, which leads me to wonder about the physical connections.
    Since you have your original OS X disks, you could try running the Apple hardware test to see if it gives you any error message(s).

  • Hard Swop

    Attempting to swop the Hard Drive from a Quad Power Mac G5 (B) into the Quad Mac Pro Intel G5 (A) but the OS will not boot up from that (B) drive. The system does see the (B) drive but only as a secondary storage drive and only while in bay 2. When selecting the drive from the start-up option and restarting the system, it starts up XP. When the (B) drive is placed in bay 1 without drive (A) the system will not start up at all.
    So to recap. 2 drives (A&B). The first drive (A) came with the system running OS 10.5 and has 2 partitions - 1 for OS X and 1 for XP. The 2nd drive (B) is coming out of a Quad Power Mac G5 running OS 10.4.10. Both drives are standard Mac installed 250gb SATA drives.
    Is this a boot camp issue? Is this a jumper issue? Is this an OS issue? Is this a Intel issue? Is this a Drive Format issue?

    Thanks for your reply. I was leaning toward the format variable while hoping it was a simple boot camp fix. Just to confirm the Quad Power Mac uses a APL format while the Intel Quad Mac Pro uses a GUID format. To your knowledge is there a converter that would fix this issue but wouldn't slow the system?
    Any experience transfering a harddrive over the firewire? If so any thoughts on using Boot Camp to create another partition and then transfering the 10.4.10 system to that partition. Obviously the software would have to be reactivated, but my concerns revolve around utilizing the XP and avoiding possible bugs from moving to a Intel machine. This is a production machine that can not be used as a test bed for 10.5.1 - yet. I appreciate your time.

  • Zip drive in MDD

    Now I'm trying to make use of some parts of my newly abandoned G3 B&W. One thing that's in there is a Zip drive (100MB). Is it possible to install this in my "new" G4 MDD 1.25GHz? There is a SuperDrive in there already.
    Thanks.

    The zip drive is recognized but not the super drive.
    That sounds like the jumper issue I mentioned to the original poster. The ATA bus that serves the optical drive(s) requires little jumpers on the back of each drive be moved about to set priorities on that cable. You cannot have two masters or two slaves, only one master one slave. Unless it's been altered, your optical drive should already be set to "master."
    This Iomega install document (a small pdf) shows how to set the jumpers on the back of the ZIP:
    http://download.iomega.com/english/manuals/english/en325401.pdf
    It's on page 5.
    Typical cabling suggests that the master device be at the end and the slve device use the mid-cable connector.

  • Blank Screen (Raid/BIOS Problem?)

    Have been running a stable setup for several months with the following components:
    845 Ultra ARU (PIV 1.6A)
    Gainward Geoforce III  128 MB
    2 - Seagate Barracuda IV
    Kingston 512MB DDR
    Enermax EG365P-VE
    Windows XP
    All running at default values (i.e. no overclock).  Very stable until this weekend when the screen went blank while in rest mode (no programs running).  The system did not respond to anything other than the reset button.  
    The system boots normally until it attempts to start Windows XP (at that point producing the same blank screen no response/no warnings or error message setup).  BIOS settings appear unchanged and the array appears to be functioning during the startup (sends back that message and correctly identifies the 2 disks).  Attempting to repair the XP setup (using the XP install disk) does not recognize the array as a properly formatted device (it sees it just says the format is unknown).  Booting on floppy with the array drivers allows a directory of a third disk that has always been installed on the secondary IDE controller (it's not bootable just a backup of old information) but does not recognize the format of the arrayed devices.
    Thinking out loud:
    Could a BIOS flash help?
    Are there any other suggestions before I'm forced to have to reformat the array?

    Wasn't able to come up with a bootable floppy with FDISK on it.  Copied the data onto the small drive hanging off the onboard IDE controller and attempted to reformat the array.
    However the XP format fails at various stages on the formatting.  Checkdisk also fails in phase 4 (sometimes right away and other times after a period of time).  The error messages are non descriptive (just XP was unable to complete the function) and after the failure the drive is not accessible until the next time the computer is turned on.  Tried to delete and reinstall the array but that doesn't appear to do anything (the data is still there which surprised me).  Is there a way to completely wipe out the array and start over?
    Don't think it is a jumper issue (it worked for several months without a glitch) but will check.  Can't see what would have happened to the driver but will try to reinstall the motherboard driver (I understand that has the RAID driver as well).  Could try and reflash the BIOS?

  • Extra internal HD not showing up

    Hi all,
    My laCie d2 external drive packed up, and just before I was going to toss it in the trash, I took it out of the enclosure and put it in my G4 (1.25d). It works! ...but only if I disconnect 1 of my other internal drives.
    I have a 70g Seagate drive in P5(P5 is indicated on the power plug). If I add the laCie (actually a 160g Maxtor) in P4, niether the seagate or lacie show up.
    If I only connect the lacie, the lacie shows up.
    Both of these are in the ATA/66 (front) section.
    I have the main HD and a 10g seagate in the rear carrier. (ata 100)
    Is this a jumper issue?? I have no jumpers connected on the drives in P4 & P5.
    Hope someone can help,
    Ta v much
    G

    Hi-
    You need to have the drives jumpered. They should be jumpered to cable select ( for your dual 1.25).
    What is the brand of the drive from the LaCie housing?
    Maxtor jumper settings:
    http://www.tacktech.com/display.cfm?ttid=379
    Seagate Jumper settings:
    http://www.seagate.com/support/kb/disc/ref/jumper_settings.html
    Western Digital:
    http://eshop.macsales.com/Tech/manuals/idehdsettings/WD72.pdf
    G4AGP(450)Sawtooth, 2ghz PowerLogix, 2gbRAM, RaptorSATAATA, ATI Radeon 9800   Mac OS X (10.4.8)   Pioneer DVR-109, 23" ACD, Ratoc USB 2.0, QCam Ultra, Nikon Coolscan

  • Code Problem or Bug?

    I have a problem that seems simple to the core.  I can easily duplicate it and I am not sure why it's happening.  Here's the steps:
    1. Drag a button to the stage and give it an instance name (btnHello).
    2. Create a new layer (for Actions).
    3. On frame 1 (of the Actions layer), put in the following code:
         btnHello.addEventListener(MouseEvent.MOUSE_UP, goHello);
         function goHello(event:MouseEvent):void{
         gotoAndPlay(5);
         stop();
    4. On frame 5, put in the following code:
         trace("Frame 5");
         stop();
    5. On frame 10, put in the following code:
         trace("Frame 10");
         stop();
    Pretty straight-forward.  It is a button that is hard coded to go to Frame 5 when clicked, which it does do.  However, if I am already on Frame 5 when I click it, it jumps to Frame 10.  If I click it again, it junmps back to Frame 5, click again, Frame 10.
    This is causing some serious issues with my navigation / flow.  Does anyone know why it's happening and what I can do to preevent it?
    Thanks.
    Dave

    I tested this to know for sure my inclination was correct.
    When you are on frame 5, and you call a gotoAndPlay(5); - you are essentially just telling the playhead to play, since its already on that frame.  So, what happens is it goes to frame 6, where there are no stop actions, plays through to 10, and fires that trace and stop().
    You can do one of two things.
    1. Use gotoAndStop(5) instead of gotoAndPlay - which will only fire the trace once, since the playhead won't leave the frame if you are already on it.  But it will fix your jumping issue.
    2. Check the current frame and only call the gotoAndPlay if you are not on that frame.
         function goHello(event:MouseEvent):void{
              if(currentFrame != 5){
                   gotoAndPlay(5);
              }else{
                   trace("Frame 5 again");

Maybe you are looking for

  • How to switch off Genius?

    Anyone who can tell how to unsubscribe/switch off Genius. I simply hate the whole Genius for a number of reasons, one of them being that it freezes all activites and on slow connections I cannot even open iTunes.

  • Photoshop crash while transform

    Hi there, when i try to transform several layer or masked layer photoshop crashes. It's reproducable. Changing to administrator, updating drivers and photoshop, uninstall and reinstall adobe suite - nothing worked. There seems to be an issue with the

  • How to use INVOKE function with INT parameter types

    Can you tell me how to use invoke function with int parameter type ?

  • GRAPH in web dynpro

    Hi, I have to create GRAPH in web dynpro application based on my conditions. I am able to create but with XML code but node position is not displaying on proper position. So plz help me as soon as possible. Thanks Ranveer

  • Converting Calendar Objects

    I seem to be having a problem converting between to timezones. What I want to do is convert an ISO DateTime string of the format YYYY-MM-DDThh:mm:ss in the local timezone to a similar format string in UTC. I have posted the code below. When I input a