How can appear just some values when i filter in the report

Hi gurus,
i have a query in a web template, i remember there was a form to do this:
For example in the report there are many analist, A,B,C.
For material 1 the analis A,
For material 2 the analis B,
For material 3 the analis C,
when i filter in the report for material 1. and then the analist, i WANT when i click in filter the suggestion is ANALIST  = "A", because is the only analist for this material.
thats my problem when i filter just material A, and click to show the analist , appears ALL the analist in the suggestion of the report and is not correct because if i cliked in analist B the report doesnt bring values , its logic, , i remember some reports when you go filter, the suggestion to show is accord the values that you are showing, can you help me to do this , thanks!

Look at the definition of the infobject and in the query for "Query Execution Filter Value Selection"
This controls the values ie master data or posted items for navigation

Similar Messages

  • How can i reset my ipad when i have lost the code

    how can i reset my ipad when i have lost the 4 didgit/number pass code

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.htmlhttp://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tbhttp://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Devicehttp://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htmhttp://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • How can you change apps store when you travel around the world?  After upgrading to IOS6, suddently my iPad has switch me to the greek apps store instead of leaving me into my canadian apps store.  Therefore, I cannot upgrade 60  apps on my iPad.

    How can you change apps store when you travel around the world? 
    After upgrading to IOS6, suddently my iPad has switch me to the greek apps store instead of leaving me into my canadian apps store.
    Therefore, I cannot upgrade 60+ apps on my iPad.
    Does someone know how to revert this situation?
    Thanks for your help!

    Try this:
    1. App Store>Feature>Apple ID (at bottom of page)
    2. Tap on Apple ID>View Apple ID
    4. Enter your password
    5. Country/Region>Change Country or Region

  • How can we read some bytes from every line of the file

    How can we read some bytes from the every line of the file moving on to the next line
    without using the read line

    Actualiy readLine() takes more execution time
    for reading a part of line if we can do so without
    readLine() we can save some time...Well, if you knew, beforehand, the length of each line, you could use RandomAccessFile and its seek method, but, since you don't, you would have to read the rest of the line character-by-character, checking to see if it is a newline, in order to place the "cursor" at the beginning of the next line in order to read the next few characters you want.
    So, as you can see, you will need to read the entire line anyway (and if you do it yourself you also have to do the checking yourself considering all three possible end-of-line sequences), so you just as well use readLine().
    Some people may suggest Scanner and it's nextLine() method, but that also needs to read the rest of line (as evidenced by the fact that it returns it), so that is no different than the readLine() (or read it yourself) solution.

  • TS2755 How can I lock my screen when I'm on the phone? My cheek keeps hitting the mute button.

    How do I lock my screen when I'm on the phone so my cheek dosen't hit the mute button accedently?

    The screen should be automatically locked by the proximity sensor when you put the phone in speaking position. Make sure that there is nothing blocking this sensor (like a case for example).

  • How can I return some values from an applet invoked by jsp:plugin tag

    My JSP is something like that:
    <html>
         <head>
                 <title> . . . </title>
         </head>
         <script>
              function getValueFromApplet()
                   var src = document.pinApplet.checkPin();
                   document.myForm.j_username.value = document.pinApplet.tokenizeName(src);
                   alert(document.myForm.j_username.value);
                   document.myForm.j_password.value = document.pinApplet.tokenizePassword(src);
                   alert(document.myForm.j_password.value);
         </script>
            <body>
                    <jsp:plugin type="applet"
                          code="PinApplet.class"
                       codebase="/idp"
                       name="pinApplet"
                                width="300"
                                height="300">
                         <jsp:fallback> Authentication Form is not supported by the browser </jsp:fallback>
              </jsp:plugin>
                    <form action="https://xxx.xxx.xxx"
                   name="myForm"
                   method="post" onSubmit="return getValueFromApplet()">
              <table>
                   <td><input type="submit" value="OK" >
                   <td><input type="hidden" id="j_username" name="j_username" value=""></td>
                   <td><input type="hidden" id="j_password" name="j_password" value=""></td>
              </table>
              </form>
         </body>checkPin() returns "alice--alice"
    tokenizeName() returns the first token: alice
    tokenizePassword() returns the second token: alice
    When I test the applet in the IDE, it returns the values properly, but not in the JSP invokation.

    evnafets wrote:
    javascript will not be executing on the server. You can rule that one out.
    Is your Applet being initialised correctly?
    Where have you got the classes for it? I think the applet doesn't need any kind of initialization, because it doesn't have any variables and all the process is made in the method called by onsubmit()
    The applet is composed only by one class and I'm totally sure that the class is placed in the correct place.
    evnafets wrote:
    I would say put in a couple more alerts - one before the call to the applet, one after.
    put some logging statements in your applet to see if it gets there.In the javascript, there are two alerts between the three calls to the applet. Where do you advise me to put more alerts?
    I don't understand what do you refer when you say "logging statements"
    I am going to test again the call to the applet in order to find some kind of code that can be invalid or that can make the function to "crash"

  • How can we change some value in OSB at runtime as Preferences in BPEL

    Hi all,
    What is the approach we have to use in OSB to implement Preferences ( where i can change value at run time without deploying again ) like in BPEL.
    Thanks
    Phani

    Thanks for the replay . I know they used for different purpose.i want to know how can we change anything in OSB at run time without redeploying the process again.
    simple scenario :
    Lets say i have a option in BPEL to change the Username/password if i set as Partner link parameters from BPEL Console . no need to redeploy the BPEL process .
    if i invoke the same service from OSB how can change the username/password without redeploying the OSB project.
    Thanks
    Phani

  • TS2446 How can Ichange my security questions when I have forgotten the answers to the original security questions?

    I wish to make a purchase through itunes but have been blocked because I cannot remember the answers to my security questions. How can I make a purchase and is there a way to reset these security questions when I don't know the answer to the original question? ... well maybe I do but can remember exactly what I answered to these questions

    Click here for information. If you can't get the answers emailed to you for some reason, contact the iTunes Store staff via the link in that article.
    (75671)

  • How can I move some track from music folder to the podcast or audiobook?

    I have a lot of audiobook in my hard drive.When I add these files to library,they place in the music section.How can I move Them to the audiobook section?
    I've tried to chenge their genre to the Podcasts or Books,but there is nothing happened.

    So, if she purchased a song from iTunes in her library, I will also have to purchase the same song to add to my library?

  • If I use Verizon Edge with Iphone 6, Can i just buy SIM when i travel outside the USA?

    Hi,
       I plan to switch to Verizon Egde with Iphone 6, but i just want to make sure if i can buy SIM to use with it when i travel outside the USA? Do i need to unlock the phone?
    thanks.

    i chatted with the rep, and i was told that unless iphone 6 paid off ( i was asking about Verizon Edge), the phone is Locked! And if i have to use it outside the USA, i have to call the the customer care..not sure what for.
    I just want a phone and put new SIM in to use. No more, no less. I think Verizon makes thing more complicated for the customers (i've been with Verizon since 2005).
    If thing is so complicated, i'd better look for another solution then.

  • How can I move some files (but not all) in the photostream folder on my PC to another folder on the PC?

    I have photostream set up on my PC and all photos in both mine and shared photostreams are successfully being synced to my PC automatically. However, my goal is to navigate to the photostreams on my PC and be able to move them and edit the photos with other software I have. I'd like to move more one at a time as I have 100's. This would help me better sort them as well as free up some much needed space on my iCloud account as I don't need all these photos available at all times, but also don't want to lose them. Is there a way that I can do this? I really appreciate any help I can get.

    Your my photo stream folder should operate the same way other folders do.  First go to the iCloud control panel for Windows and click Options next to Photo Stream.  Here, note you photo steam location (listed at the bottom).  Navigate to the photo stream folder at that location, then open the my photo stream folder inside.  Right-click on the my photo stream folder, select copy, navigate to a location of your choice, then right-click and select paste.  Click on the copied folder, press your F2 key and rename it something like Photo Stream Backup.  Then you should be all set.

  • My daughter and I each have iTunes libraries on the same computer, how can I move some songs from one library to the other?

    My daughter and I each have iTunes libraries on the same computer, how can songs from one library be moved to the other?

    So, if she purchased a song from iTunes in her library, I will also have to purchase the same song to add to my library?

  • How can i select some row from multiple row in the same group of data

    I want to select some row from multiple row in the same group of data.
    ColumnA        
    Column B
    1                  OK
    1                   NG
    2                   NG
    2                          NG
    3                          OK
    3                          OK
    I want the row of group of
    ColumnA if  ColumnB contain even 'NG'
    row , select only one row which  Column B = 'NG'
    the result i want = 
    ColumnA         Column B
    1                         NG
    2                   NG
    3                          OK
    Thank you

    That's some awful explanation, but I think this is what you were driving at:
    DECLARE @forumTable TABLE (a INT, b CHAR(2))
    INSERT INTO @forumTable (a, b)
    VALUES
    (1, 'OK'),(1, 'NG'),
    (2, 'NG'),(2, 'NG'),
    (3, 'OK'),(3, 'OK')
    SELECT f.a, MIN(COALESCE(f2.b,f.b)) AS b
    FROM @forumTable f
    LEFT OUTER JOIN @forumTable f2
    ON f.a = f2.a
    AND f.b <> f2.b
    GROUP BY f.a

  • How can I download Illustrator updates when my firewall stops the Akamai installer?

    I am trying to reinstall my standalone Illustrator  CS5 and apply the updates that are available. Most of the updates installed very smoothly. The only updates that I am having trouble with are those that use the Akamai  program to install. This means to me that there have been changes in the way that Adobe downloads its programs. How can I complete my downloads for Illustrator CS5?

    update manually,  http://www.adobe.com/downloads/updates/

  • How can i verify my account when im not getting the email

    im not receiving the email to verify the account, how can i verify it. i really need to use it

    Hello gato0203
    If you have not received the email to verify your Apple ID, then check out the article below for multiple troubleshooting options to locate it and get you verified to start using it.
    If you didn't receive your Apple ID verification or reset email
    http://support.apple.com/kb/TS5404
    Regards,
    -Norm G.

Maybe you are looking for