NW2004s: 0ANALYSIS_PATTERN drag and drop: Navigation pane does not refresh

Hi together,
I am wondering what's up with the 0ANALYSIS_PATTERN in the WAD.
When I execute a query and use the drag and dorp functionality to make a drilldown of a free characteristic to a row, the navigation pane on the left side ist not updated. It still shows the characteristic in the tab for the free characteristics and not in the part for the rows. Even when I do this action via the contextmenu it does not work.
In the old 3.x template this update works fine (ok, obviously not with drag&drop
Any ideas?
Greetings
Stefan

Hello,
Please give your SPS (Java) and Patch level of BIBASES & BIWEBAPP.
Regards, Karol
SAP NetWeaver BI, Development

Similar Messages

  • In mail drag and drop to desktop does not work with big pictures in 10.9

    My drag and drop function in apple mail program does not working anymore after upgrade to macos 10.9
    Big picture in my mail does not want to drag to the desktop anymore!
    Imac 2.93 Ghz core i7

    Hello,
    Please give your SPS (Java) and Patch level of BIBASES & BIWEBAPP.
    Regards, Karol
    SAP NetWeaver BI, Development

  • After upgrade to Yosemite, drag and drop for files does not work, destination folder crashes.

    After upgrading to Yosemite, dragging and dropping files from one location to the destination folder, causes the destination folder crash. However, copying the file and then moving it works fine.
    I'm not sure where to report bugs, but I figured this would be the best option

    http://www.apple.com/feedback/  Feedback
    https://bugreport.apple.com/  BugReporter

  • How do I merge events on the new IPhoto. The old one was simply drag and drop, this one will not.

    How do I merge events on the new IPhoto. The old one was simply drag and drop, this one will not.

    There are no longer events in Photos.  The new Photos for Mac is structuring the Photos Library automatically into Moments based on dates and locations. You cannot change the moments.
    When Photos migrates an iPhoto Library, it will create album for each event in the iPhoto Library, as a substitute, but these album based "events" are a fake, because albums behave differently from events.
    In iPhoto each photo could be only in one event, so you could move photos from one event to another. With albums, dragging a photo from an album to another album will simply add the photo to the other album as well.
    You will have to remove the photo from the original album.

  • I recently attempted to save my Notes in Macmail by dragging and dropping them into the Notes folder. On my most recent sync all Notes were deleted. Is there a way to undo this?

    I recently attempted to save my Notes in Macmail by dragging and dropping them into the Notes folder. On my most recent sync all Notes were deleted. Is there a way to undo this?

    Garret,
    is your movie in your backup folder a Quicktime movie? Then probably only have the Quicktime wrapper in your backup folder, but not the referenced media in the file fork of the movie. If you see the full quality movie in iPhoto in QuickTime player, don't drag it from the browser to the Desktop, but use "File > Reveal in Finder > Original File" to show the movie in your iPhoto Library. Select the Movie when it is revealed and ctrl-click it to open it in Quicktime Player.
    Export it from Quicktime Player with "Export to" and share it to iTunes. This way it will be converted to a .mp4 movie that embeds the missing resources.
    You can drag the converted movie from iTunes to the Desktop or share it using to Media Browser to other applications.
    Regards
    Léonie

  • Drag and drop music in iTunes not working

    Hi all,
    I am having problems dragging and dropping music in iTunes from my media library to my iPhone music library. The only possible way to import music is to sync playlists (which I hate doing). Does anybody else have this problem?
    Thanks!

    You need to make sure that your settings allow you to manually manage music. I believe it is a check box on the main settings page for your iPhone.

  • Drag and drop mail to mailboxes not working

    Since upgrading to Mountain Lion on my MacBook Pro, when I attempt to drag and drop an e-mail message from my inbox to another mailbox (folder), has stopped working.  I can still move mail to different mailboxes from the Toolbar / Message / Move to. 
    I'm using Apple Mail 6.0.  I've looked, but do not see any functions in Mail Preferences or Mailbox functions that enables or disables this feature.  Am I looking in the wrong place or missing something?
    Thanks, Terry

    It's actually much worst than that.  THe MOVE command works only intermittently to move blocks of messages.  This is true for both the MOVE button in the toolbar and for attempting tm move by using the control-click menu for a selected group of messages.
    Mail 5.2 under Lion does not fail in this way.  I am running two systems with the same collections of mail on each.
    I moved back to Apple Mail because of the end-of-life status of TBird. TB has lots of bells and whistles that make for easy use and it has handled by 30K/6.5GB mail collection without difficulty.  It also provides a lot of features that Mail does not have, including very helpful statistics during operations.
    I looked at a variety of Mail replacements inculding all the commercial stuff.  But nothing really dominates the marketplace andl the vendors seem frail.  It's clear that the big money is in cloud-service e-mail handling, not apps to run on machines you own and control.
    I imagined that Apple developed and maintained software would be more reliable and sustainable in the long run. It is distressing that the company's test and QA processes did not catch this but I suppose that Apple too is planning on letting Mail wither as their cloud service gains users and market share.  Why sell an app once when you can charge a monthly fee for the service.  It's perhaps cheeky to say but the cloud isn't a technological model it's a business model.

  • Drag and drop - remember answers/do not reset

    Hi there,
    Does anyone know how I can stop the drag and drop from resetting when the user goes back through the course? I have tried changing the attempts options, the reset options and so on in the settings, but it always resets and does not remember the users answers!
    Is this a bug? The drag and drop rarely does anything I want it to. It is so much easier in Articulate!
    Thanks!

    Hi,
    If you want the dropped state to be remembered you need to include the Drag and drop interaction in Quiz.Also you can add some marks to the dnd interaction.  If you do not want to add the marks to your total marks of your quiz(if you have any quiz in your course) check off the option "Add to total" option. There is an option for reporting the marks as well. Just check the "Include in quiz" option and let me know this addresses your issue.
    You can find the"include in quiz " option under reporting accordian. Attaching screen shots for your reference(in both Cp7 and Cp8)
    Devraj

  • How to add a code so my drag and drop movie clip will not stick  once it is dragged to final place o

    Hello all and kglad, I have to use the old drag and drop code on my movie clips, but the problem is when I drag the movieclip to the area on my .swf file once i release it, it sticks to the hand mover.
    I am encloseing the action script I am using could someone or kglad tell me what is missing from the code so that once it is released it will not stick, see code below
    circle.onPress = function(){
    startDrag(this);
    circle.onRelease = function(){
    stopDrag();
    I am desparate for help on this must get project ready for this afternoon
    Seal55

    there's nothing wrong with that code but it would be better to use:
    circle.onPress = function(){
    this.startDrag();
    circle.onRelease = function(){
    this.stopDrag();
    but that won't solve your problem.  there must be something else going on like a depth issue.  you may need to use swapDepths() to bring your circle under the mouse when releasing.

  • Printers and Scanners preference pane does not work after Mavericks upgrade

    I upgraded to Mavericks on my late 2011 MacBook Pro, and my printers and scanners preference pane stopped working. Sometimes it comes back as an error and wont open, other times it opens but the list of printers is obscured and not really showing, and it does not react normally. I tried reinstalling from System Restore with the onlie version, but that just took 6 hours but did not really help. I am going a little crazy as I cant get my Canon MX330 scanner installed and recognized. Does anyone have any ideas for me please??

    I'm assuming that you're referring to the Printers & Scanners in System Preferences (not a preference pane, which is a different animal).
    While I haven't experienced your issue, one thing that users find helpful is to go to System Preferences/Printers & Scanners/, and delete the printers listed by tapping on - (minus). Then, reenter the information when it's required later.

  • Drag and Drop Navigation

    Hi there,
    In my project, I have a navigation system wherein the user drags an element over a box, and is then taken to the appropriate part. At least, that's how it's supossed to work. Currently, when the user drags the element over a box, it just reverts back to where it started, with no timeline changes occuring. I assume this is because some part of my code is wrong, so it would be brilliant if somebody could take a look at the code below and work out where the error is. Edge Animate isn't reporting any errors, and it worked perfectly when there was just one box, so I'm a little unsure just  what the problem is.
    Many thanks,
    Dee Roberts
    function init(){
    sym.$("winter_nav").droppable({
    drop: function() { sym.play(7825) }
    sym.$("adventure_nav").droppable({
    drop: function() { sym.play(18640) }
    sym.$("family_nav").droppable({
    drop: function() { sym.play(36500) }
    sym.$("history_nav").droppable({
    drop: function() { sym.play(31292) }
    sym.$("map_nav").droppable({
    drop: function() { sym.play(12500) }
    $.getScript("http://code.jquery.com/ui/1.10.2/jquery-ui.js", function() {
    var logo = sym.$("log_hold");
    logo.draggable({ disabled: false });
    logo.draggable({ snap: true });
    logo.draggable({ axis: "x" });
    logo.draggable({ revert: "invalid" });
    logo.draggable({ revertDuration: 200 });

    Hello,
    Please give your SPS (Java) and Patch level of BIBASES & BIWEBAPP.
    Regards, Karol
    SAP NetWeaver BI, Development

  • Drag and drop messages in Mail not working.

    I no longer seem to be able to drag messages from my Inbox mailbox to another 'On My Mac' mailbox. I can still use the contextual menu or menu bar 'move to' command to move it to a specific box, but no mouse-dragging. Even "click-wait-drag" doesn't work...
    I see this issue appeared with and has been about since, 10.6.1 but the two topics (I could find), discussing it have been Archived

    Try doing a save as to the desktop and then try dragging thr .rtf file to the usb drive

  • Find and replace in files does not refresh when changes are made

    Using RH10, I search for a term with the Find and Replace Options pod. I use the Find Results list as a reference only, and open each file from the Topic List. I do this instead of opening the topics from the Find Results tab because I want to see the WYSIWYG changes. Anyway, I make my edits and delete the search term from each topic. Then, to make sure I have done all the work, I run the search again. I expect to see no or at least fewer matches than before, but I still get some or all of the same results as before, even though I double-check the Design and HTML views of the topics and even check the source of a topic separately in Notepad, all indicating that the search term is gone from the topic.
    There is some ridiculous lingering or echo going on. I make sure to select Look in: <Current Project>, and the paths of all the Find Results files are fine. How do you refresh the search so that this echo doesn't occur?
    Also, I close the Find and Replace Options pod, reopen it and start the search again, and the same results are there.
    Message was edited by: DMilkes

    Hi there
    To avoid the message about the file being modified, close all topics in the editor before commencing with any find and replace operations. The message is produced because you have the aforementioned topics open in the editor.
    As you mention "Find and replace in files", I'm guessing you are referring to version 8. I just opened version 8 and performed a find and replace to confirm. There is a button allowing you to clear all.
    On the clicking and dragging to create a link, it's never worked that way. You simply cannot drag from the Topic List pod to do it. But you can from the Project Manager pod. Perhaps you should consider submitting a Wish Form to ask for the ability to click and drag from the Topic List pod to create links.
    As far as rearranging your topics into different folders, as long as you do it from inside RoboHelp you shouldn't be destroying any links. RoboHelp will update references for you as you move things around. The only issue is if you are automatically creating your TOC structure based on the project structure. But usually that's a one time shot. From there forward you just manage things using the TOC editor.
    Hopefully this helps... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Drag and Drop not working in iPhoto

    I have a brand new MacBook Pro running Lion, and recently when I try to drag and drop in iPhoto, it stops working.  I want to drag photos from iPhoto to a folder on my desktop in order to upload those pictures online.  I have never had a problem with drag and drop in Snow Leopard, but suddenly Lion does not want to let me do it.
    I checked around and found out about repair permissions, which I did, then I restarted the computer.  Drag and Drop worked for a few minutes, then all the sudden it wouldn't let me again.  I was in the same album, trying to drag and drop the same group of pictures, and nothing had changed when it just stopped working again.  I really don't want to have to restart the computer EVERY time it wont let me do this.  Does anyone have any other advice?  Command copy/paste works for now, but drag and drop is just easier so I'd like to get the issue resolved!  Oh, and my software is completely up to date as well.

    Does anybody have any ideas?
    I've updated to the new version of iTunes since I originally posted this,
    but the drag and drop feature is still not working. This is making it
    impossible for me to update anything on my iPod.
    Thanks!

  • Dragging Icons stops working after organizing using drag and drop. Why?

    On the newest MBA (2013)
    While organizing my music I was creating new folders within the artists' folder in order to seperate things into albums. sometimes when im dragging the songs into this newly created folder ( I drag them in  like groups of 10 , really depends on the length of the album) the ability to drag any icon is completely gone. I can still highlight folders and icons but I can no longer move them at all ( using the three finger move on the mouse pad or by holding the click and dragging  )
    It only happens when I select and drag a few songs over to the folder and drop them in without waiting for that folder to open up.
    This forces me to restart in order to be able to use OSX normally again.
    Does anyone have any insight? Do I need to just wait for a new update ?

    I found this by EvB on https://discussions.apple.com/thread/4830916
    "Try this.
    Open a Terminal and type the following commands:
    cd /
    sudo rmdir tmp
    sudo ln -s tmp /private/tmp
    If your tmp directory is not already there then the second command will give an error - just proceed to the third command in this case.
    Once you have done this sequence, reboot the machine and see if your drag and drop is restored."
    Not sure if this fixed the problem or if rebooting temerally fixed it again.
         Nope did not fix it

Maybe you are looking for