Help on Distribution of quantities in IP

Hi,
We have a keyfigure defined as quantity and unit as Pieces. (so, it cannot accomodate decimals)
In the planning, we are doing distribution from year to month.
if we enter  yearly value as 12, it distributes equaly as 1 on each month.
but If we enter yearly value as 10, it randomly make 2 months as zero, and others as 1.
also If we enter 6, it put 1 on alternate months.
It has different distribution patters, if the number is not multiple of 12.
Does any one, what is the SAP defined pattern of distribution?
Also, is there any settings to get as  8 or 8.33, for each month, when we enter 10 for year? (not 1 on 10 months and 0 on 2 months)
Thanks and regards,
Suresh.

Hello,
Go to query deign mode and Select key figure on which you want to distribute the data and click edit. Select Planning tab strip and select input ready  button, under the disaggregation  you can select ''Disaggregate value Enter'' and under Type of distribution you can select ''Equal Distribution''.
Create work book or open the query(Better create a query with hierarchy level like material Hierarchy)  and enter tha value on top of the hierarchy note and right click and select transver tha value. it will equal distribute down tha level.
Thanks.
With regards,
Anand Kumar

Similar Messages

  • Re: search help for distribution field name

    hi to all,
    i had written like this
    select-options: s_manif for sood-objnam no intervals.i want a search help for this so that i want to select a distibution list names.
    how i can go head.
    please help me in this regard
    thanks
    sun
    Message was edited by: sun deep

    Hi,
    Get the distribution list names(OBJNAM) from table SOOD with OBJTP = 'DLI' and then call your own F4 help based on selected values.
    code :
    select-options: s_OBJNAM for sood-OBJNAM no intervals.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR s_OBJNAM-low.
    DATA: BEGIN OF li_OBJNAM OCCURS 0,
             OBJNAM like sood-OBJNAM,
            END OF li_OBJNAM.
      DATA: li_ret_tab LIKE ddshretval OCCURS 0 WITH HEADER LINE.
      DATA: lt_dynpfields LIKE dynpread OCCURS 0 WITH HEADER LINE.
    select objnam from sood
           into table li_OBJNAM
                  where objtp = 'DLI'.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'OBJNAM'
          dynpnr          = sy-dynnr
          dynpprog        = sy-repid
          dynprofield     = text-044
          value_org       = 'S'
        TABLES
          value_tab       = li_OBJNAM
          return_tab      = li_ret_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Regards
    Appana

  • Can someone please help me add a quantities field to my apparel order form?

    Would someone be able to help me figure out how to add quantities to my apparel order form?  I created a rating scale for colors and sizes, but I can't find the best way to add a quantity field.  There are many different colors and sizes, and I would like to make it possible to order more than 1 of each item without filling out another form for every item.  Please help!  (I'm an amateur.)  Thank you!

    Hi,
    Please take a look at this FAQ:https://forums.adobe.com/docs/DOC-1632
    In 'Purchase Field Mapping' section, you will see that you can set the Quantity field.  Your Quantity field will be a Number field (add a text field on  your form, then select it and on the Property Panel on your right change the field type to Number) associated with the corresponding Purchase field
    Thanks,
    Lucia

  • Please help - App distribution problem - script.

    Hello,
    Need a wee bit of help here. We have a 3rd party piece of software that was supposed to be easy to deploy. I have had to create a .bat file and have finally got it all running.
    The Problem......
    Once the application installs it needs a reboot. The software itself will only allow a forced reboot with no warning or no reboot at all and no info box telling you you should.
    I have never ran a script or ever had to create an info box post installation and am struggling to do so. Under our comany policy, we cannot force a reboot without warning so the logical answer would be for the app object to display a box asking the user to reboot.
    Someone wrote me a litte vbs (vb script) file but cannot see how to get this to run post install as Zfd4 ir6 does not seem to run vbs files. Tried changing the file extension to suit but no luck.
    Would really appreciate any help.
    Thanks in advance
    Alan

    Set the app to "Distribute Always" & Reboot Never since your app handles
    the reboot.
    There are two description/notes fields - one is "Administrator Notes".
    Use the other one (cant recall its name).
    Then up the version # of your ZEN App.
    Alan Graham wrote:
    > No luck here. This is not a typical installation in that the batch files runs the msi and the mst overlay. Ticked the box "Prompt before Distribution" yet nothing has changed. Where exactly do I type the message? Maybe that's the problem.
    >
    >>>> craig wilson<[email protected]> 29/08/2006 13:12:17 >>>
    > Try adding the "Prompt Before Distribution" option to this app.
    >
    > Add the message that the Software will install and the PC will be rebooted.
    >
    > Since the software install itself does the reboot, it will be difficult
    > to do this in a post distribution fashion.
    >
    > Alan Graham wrote:
    >> Hello,
    >>
    >> Need a wee bit of help here. We have a 3rd party piece of software that was supposed to be easy to deploy. I have had to create a .bat file and have finally got it all running.
    >>
    >> The Problem......
    >>
    >> Once the application installs it needs a reboot. The software itself will only allow a forced reboot with no warning or no reboot at all and no info box telling you you should.
    >>
    >> I have never ran a script or ever had to create an info box post installation and am struggling to do so. Under our comany policy, we cannot force a reboot without warning so the logical answer would be for the app object to display a box asking the user to reboot.
    >>
    >> Someone wrote me a litte vbs (vb script) file but cannot see how to get this to run post install as Zfd4 ir6 does not seem to run vbs files. Tried changing the file extension to suit but no luck.
    >>
    >> Would really appreciate any help.
    >>
    >> Thanks in advance
    >>
    >>
    >>
    >> Alan
    >
    >
    Craig Wilson
    Novell Product Support Forum Sysop
    Master CNE, MCSE 2003, CCN

  • Table help: equal distribution of rows adjacent a merged column ?

    Hello,
    I am using StarOffice 8 (however the same principles ar probably true
    in version 7, too).
    I have a star office table (not HTML) that I want to behave more like an
    HTML table.
    For example, if I have a table with 1 row of headers and 5 rows of
    content (and some number of columns which is probably not important).
    I want to have the first column show 5 explicit rows while some of the
    columns to the right are completely merged or row-spanned as one
    cell (underneath that column's header cell, which is not merged, or
    course).
    The issue is this... the first column is distributed such that the cells are
    only as tall as the content within them. I can grow them larger by
    inserting carriage returns however that is surely a lame methodology,
    so I cannot use that as a solution.
    The last cell in the column is very very tall. I want the cells to distribute
    themselves equally in 5 equal heights as opposed to 4 equal heights
    and one super-tall cell in the 5th row. As I mentioned, the column
    adjacent and the right of this column is the same 5 rows merged into
    one large cell.
    i hope this describes my issue adequately...
    Cheers
    D

    Hello,
    I am using StarOffice 8 (however the same principles ar probably true
    in version 7, too).
    I have a star office table (not HTML) that I want to behave more like an
    HTML table.
    For example, if I have a table with 1 row of headers and 5 rows of
    content (and some number of columns which is probably not important).
    I want to have the first column show 5 explicit rows while some of the
    columns to the right are completely merged or row-spanned as one
    cell (underneath that column's header cell, which is not merged, or
    course).
    The issue is this... the first column is distributed such that the cells are
    only as tall as the content within them. I can grow them larger by
    inserting carriage returns however that is surely a lame methodology,
    so I cannot use that as a solution.
    The last cell in the column is very very tall. I want the cells to distribute
    themselves equally in 5 equal heights as opposed to 4 equal heights
    and one super-tall cell in the 5th row. As I mentioned, the column
    adjacent and the right of this column is the same 5 rows merged into
    one large cell.
    i hope this describes my issue adequately...
    Cheers
    D

  • Distribution of Business Partner Data

    I'm trying to determine the best method of distributing business partner data from R/3 to CRM via XI.
    Under CRM 5.0 help for Distribution of Business Partner Data, there are two ways given for distributing business partner data.
    1.  Replication by means of the SAP NetWeaver Process Integration (XI).
    2.  Distribution via the ALE/IDoc interfaces.
    Does anyone have an opinion on which method is best?  Method 1 obviously goes through XI, but I'm not sure about method 2.
    We won't be using CRM middleware, so that's not an option.  We do need to implement XI.
    Thanks for any advice you can provide on this subject.

    Hi,
    with ALE/IDOC you can also go for XI (for monitoring purposes, errror handling)
    for more about IDOCs and XI
    <a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Error On Distribution Model in the Backend

    Hello,
    I'm customizing our SRM and Backend to work together.
    I'm in the part Distribution Model. It works on SRM but on my backend, when I want to "Generate Partner" I have a message "No messages have been defined for the selection conditions in the model" and nothing is done.
    I don't know why...
    I don't know if it is link but me RFC connexion that I created on SRM to link to the backend name for example ABC_020 and in the backend is one RFC is ABCMAND020. doesn't it matter if they don't have the same name?
    Thanks in advance.
    If someone has a cookbook or documentation about SRM can you please send me at "[email protected]"
    Thanks twice.

    Hi Eileen,
    We have observed that without local RFCs i.e.
    SRM to SRM
    R/3 to R/3
    the business objects (matl/services) don't get replicated as you can not configure the Middleware sites in SMOEAC.
    Don't know whether it will help for Distribution model but worth trying
    BR
    Dinesh
    <b>Reward if helps</b>

  • Query to get the Quantities on Reservations window in Inventory

    Hi All,
    how can I get the Onhand Quantity and Available quantity on Item Reservations Details window( Inventory-->On hand Qunatity-->Reservations) in Oracle Apps 11i.I need to build a query wih all the reservation details.I need help in calculating the Quantities diplayed on the reservations form.
    Could any one pls help me on this.
    Thanks,
    PV

    Hi
    Use the following query
    SELECT SUM(transaction_quantity) A
    FROM
    MTL_ONHAND_QUANTITIES_DETAIL
    WHERE
    inventory_item_id = :INVENTORY_ITEM_ID
    AND organization_id =:WH_ID;
    QTY Reserved :---
    SELECT SUM(RESERVATION_QUANTITY) B
    FROM MTL_RESERVATIONS
    WHERE inventory_item_id = :INVENTORY_ITEM_ID
    AND organization_id = :WH_ID;
    SELECT SUM(transaction_quantity) C
    FROM
    MTL_ONHAND_QUANTITIES_DETAIL
    WHERE inventory_item_id = :INVENTORY_ITEM_ID
    AND organization_id = :WH_ID
    AND subinventory_code IN (SELECT SECONDARY_INVENTORY_NAME
    FROM
    MTL_SECONDARY_INVENTORIES
    WHERE organization_id =:WH_ID
    AND reservable_type = '2');
    Qty Available :---
    QTY_AV_BR:=nvl(A,0)- (nvl(B,0)+ nvl(C,0));
    Hope this helps you
    Thanks,
    Vijay

  • Building distribution with CVI2010 always needs something from the install DVDs

    Using CVI 2010, installed from NI Dev Suite 2011 with all the defaults. When I try to build a distribution, something is always missing and must be found on the DVD.  If I don't have the DVD with me, I can't build the distribution.  It must be something simple, I know, but its not obvious what must be installed from the DVD to keep this from happening.

    If you include additional components, when you build the distribution for the first time you must insert a CD or a DVD, but as stated in the CVI help for Distribution Needed Dialog Box
    In the Distribution Not Found dialog box, enable the Cache products pulled from this distribution locally for future builds to copy all necessary components from a distribution into a permanent location on the target system. When you initiate future builds, the local system finds these components instead of prompting you to insert a distribution CD.
    Vix
    In claris non fit interpretatio
    Using LV 2013 SP1 on Win 7 64bit
    Using LV 8.2.1 on WinXP SP3
    Using CVI 2012 SP1 on Win 7 64bit, WinXP and WinXP Embedded
    Using CVI 6.0 on Win2k, WinXP and WinXP Embedded

  • Distribution of java applications

    Hi,
    I have developed a Java application program to monitor real time data. This application communicates with electronic devices and collects the real time data. This application I am using on MS-Windows platform.
    Is there a way to make a single installable package which will install both application as well as the required Java runtime environment? Which will help in distribution of this application. Can you suggest me a method to do it?
    Thank you very much.
    SS

    hi,
    use Installanywhere:
    http://www.zerog.com
    greetz,
    Stijn

  • GR Date for Delivery Schedule line

    Vendor On-Time Delivery Report
    We have vendor On-Time Delivery report requirement, where we rate the
    goods-delivery of a vendor as "On-Time" or "Early" or "Late". The
    rating is given based on the difference between "Statistical Delivery
    date" and "GR date" (in the PO/Scheduling Agreement).
    In case of Scheduling Agreement (SA) we have to give delivery rating
    for each Delivery Schedule Line - Based on the difference
    between "Statistical Delivery date" and "GR date"
    The Goods Receipt is done at Schedule line item level and not at
    Delivery Schedule Item level, the GR date is not populated at Delivery
    Schedule Line level and we are not able to find the GR date for each
    Delivery Schedule Line.
    Once we get the "GR date" at SA Delivery Schedule line level, then from
    the difference between this date and "Statistical Delivery" date, we
    can rate the delivery of vendor as "On-Time" or "Early" or "Late".
    Is there any way that we can populate/get the GR date (GR creation date) for each delivery
    schedule line?
    Thanks in advance.

    Hi Rahul,
    I am working on the same requirement. Appreciate ur help on the same. The notes helps in understanding how quantities are distributed while GR. did u implemented any logic for this distribution or something else to compare the dates. I believe by checking the open quantity (EKET) (scheduled - GR quantity) we can see if there is open quantity for any schedule for the previous day then tht falls under the delayed quantity and if there is zero open quantity, it is on time delivery.
    thnx,
    Upender

  • Master record in MM

    what are the master record in MM other than material master and vendor master?

    hi
    The Master records other than the MMR are:
    VMR(Vendor master record) :
    THese are used to save information regarding the Vendor..you can maintain it in MK01 or XK01....
    There are few important parameters like Price, Vendor details like address, name etc....you can save the currency...bank details...etc...
    PIR(Purchase info record):
    you can save the data for vendor material comabination...It very important data...it contains all the important data like Price, vendor, material etc and all other information req. for purchasing....
    Quota Arragement:
    It helps in distribution in the proper ratio....
    Conditions:
    You can save all your conditions in the master record....
    Customer master record:
    You can save all the record of your customer in the master record which are then automatically pulled whenever req. at any point....
    Source LIst:
    In it you define the material and vendor for the purpose like MRP...you can also block the vendorfor a particular material from the same tcode....you can also make your vendor fix for source determination...
    Hope it helps....
    Regards
    Priyanka.P

  • Getting an Error WIJ20002 while trying to create a webi report in infoview

    Hi,
    We are getting an error " The Webintelligence Report Panel cannot connect to the server.Close the report panel and try to connect again or see your Business Objects Administrator ( WIJ20002)" only for a single universe.
    Please suggest how can we fix this error.
    Regards
    Chaitanya

    I am giving you couple of scenario based on which this error might occur.I include below a selection of what would seem to be the more relevant ones in your case. Please review these and try the suggested solutions and then let us know the outcome in each case.
    Scenario1:
    When creating a new document based on linked universes in InfoView 6.5.x, the following error message appears:
    "The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (Error: WIJ 2002)."
    When you click on details, the following error message appears:
    "java.lang.IllegalStateException: Cannot load DS; no ID set
    at com.bo.wp.om.OMDataProvider.getDataSource(OMDataProvider.java:192)
    at com.bo.wp.tc.TCMain.newDocument(TCMain.java:807)
    at com.bo.wp.tc.TCMain.initDocument(TCMain.java:649)
    at com.bo.wp.tc.TCMain.initClient(TCMain.java:1253)
    at com.bo.w.tc.thread.InitAppletRunner.run(InitAppletRunner.java:82)
    at java.lang.Thread.run(Unknown Source)"
    Resolution:
    In Supervisor, the user does not have the Import Universe right in the designer.
    Enable the Import Universe right for the user, and ensure they have rights at the user and group level.
    Scenario2:
    In BusinessObjects version 6.5, when attempting to create a new WebIntelligence report using the Java Query Panel, one of the following error messages appears:
    "The Web Intelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your Business Objects Administrator (Error: WIJ 20002)"
    or
    u201CWeb Intelligence cannot retrieve this document due to a server problem or an error in the document structure. See your Business Objects Administrator".
    Also, the bottom of the Java applet window states Launching new document.
    Resolution:
    The error messages occur because either the universe file name contains an ampersand character (u201C&u201D) in the name or the .unv or .unw files used by the Java Query Panel have become corrupted.
    To resolve the error messages
    Navigate to <installation directory>:/Business Objects/BusinessObjects Enterprise 6/nodes/<server name>/<cluster name>/universes/.
    Remove the .unv file for the derived universe.
    Navigate to <installation directory>: /Business Objects/BusinessObjects Enterprise 6/nodes/<server name>/<cluster name>/universes/<universe domain name>/ucdz.
    Remove the .unw file for the derived universe.
    Remove the ampersand character ("&") from the universe name.
    Scenario3:
    Problem:
    Error: "The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (Error: WIJ 20002)" when you try to open the Java Report Panel.
    Resolution:
    ****CONFIGURATION*****
    WebIntelligence version 6.1b
    Windows 200 Server SP4
    IIS 5
    JDK 1.42_03
    **********SYMPTOMS******
    You try to open the Java Report Panel and you receive the following error:
    "The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (Error: WIJ 20002)"
    *********CAUSE*************
    You do not have the correct permissions to access files from the wiasp virtual directory. The virtual directory and all sub-directories were initially configured to use "Scripts only" or "None".
    *********RESOLUTION*****
    Here are the steps to follow:
    1. Open the Internet Information Services Manager Console.
    2. Expand the "Default Web Site" and "wiasp" directories.
    3. Right-click each of the following directories, and in Properties for each, set the respective value for Execute Permissions:
    scripts = "Scripts"
    viewers = "Scripts"
    bin = "Scripts and Executables"
    classes = "Scripts"
    onlineguides = "Scripts"
    help = "Scripts"
    distribution = "Scripts" or "None"
    Scenario4:
    Problem:
    Error: "WebIntelligence Java Report Panel cannot connect to the server (WIJ 20002)" when attempting to create a new report
    Resolution:
    ****CONFIGURATION*****
    WebIntelligence 6.5.x
    **********SYMPTOMS******
    You attempt to create a new report using the Java panel based on a universe. The universe list appears as expected, but upon selecting the universe you receive an error similar to the following:
    "The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your BusinessObjects administrator. (WIJ 20002)"
    *********CAUSE*************
    There is a connectivity issue to the universe and/or document domain. The universe list is still displayed because that information is cached.
    *********RESOLUTION*****
    Here are the steps to follow:
    1. Log into Supervisor as a General Supervisor.
    2. Go to Tools > Repository to open the Repository Management dialog where domain connections are listed.
    3. Test the document and universe domain connections and update where needed to establish connectivity.
    Scenario5:
    Problem:
    Error: "WIJ 20002" when launching the Java Report Panel on a Windows 2003 Server.
    Resolution:
    ****CONFIGURATION*****
    WebIntelligence version 6.5
    Windows 2003
    IIS 6
    **********SYMPTOMS******
    You launch the Java Report Panel on a Windows 2003 Server and receive the following error:
    The WebIntelligence Java Report Panel cannot connect to the server. Close the report panel and try to connect again or see your Business Objects administrator. (Error: WIJ 20002).
    *********CAUSE*************
    This error message appears because ISAPI (Internet Server Application Program Interface) extensions are disabled by default on IIS 6.
    *********RESOLUTION*****
    Here are the steps to follow to enable ISAPI extensions:
    1. Click Start > All Programs > Administrative Tools > Internet Information Services (IIS) Manager.
    2. Expand the "" beside the server name by clicking the "" icon.
    3. Select "Web Service Extensions."
    4. Select "All Unknown ISAPI Extensions" from the right pane and click "Allow."
    5. Restart the IIS web server.
    I know it's a bit long but i hope this will help you to some extent in troubleshooting WIJ2002 Error.

  • Re: want to  Know Some thing about  Following

    Hi
    I am New to reports and don't know waht are the function of these menu's
    Tell Me more about these.
    1) File -----------------> Distributions ?????
    2) Program ----------------> Tracing???
    3) Layout ----------------> Anchor??
    and a property
    Base Printing On
    I am using Oracle 9i DS!!
    Edited by: user13642851 on Apr 11, 2011 12:38 AM

    Reports comes with an online Help:
    "Report distribution enables you to design a report that can generate multiple output formats and be distributed to multiple destinations from a single run of the report. You can create distributions for an entire report, and for individual sections of the report."
    "The best way to monitor your report's performance is to trace report execution."
    "Anchors are used to determine the vertical and horizontal positioning of a child object relative to its parent. The end of the anchor with a symbol on it is attached to the parent object."
    "The Base Printing On property is the object on which to base the Print Object On property of the current object. For example, if you specify a Print Object On of All Pages and a Base Printing On of Anchoring Object, the current object will be triggered to print on every logical page on which its anchoring object (parent object) appears. "

  • Make a small executable

    I've finally finished my project in LabWindows CVI (8.5). Now I need to package it all up and make an installer/executable. I thought that I knew what I was doing, but when i created the .exe it would only run on my PC and not any of the other PCs I put it on.
    I did some digging on the forums and it seems as though I need to have whatever PC this program is going on to have the CVI rte. I'm not sure how to do this and some people claim that the rte is fairly large. I'd like to keep my programs installation as small as possible.
    Can someone please walk me through the menus of how to make the smallest .exe that will run on a foreign PC (one that may not have CVI).
    Thanks.

    Hi Gwain,
    You are correct.  You will need to include the CVI Runtime engine in your installer if the PCs you are deploying to do not include it.
    You can do this by going to Build » Distributions » Manage Distributions.  There you can choose to create a new distribution.  The CVI Runtime Engine can be included by selecting it on the Drivers and Components tab of Edit Installer.  If you are concerned about the size of your installer, here you can choose to install only parts of the CVI Runtime Engine that your application needs.  You can do this by expanding the CVI Runtime Engine section and deselecting any components you do not need for your application.  This will help to reduce the size of your installer.
    For more information, see the CVI help topic "Distribution Overview".
    Jessica
    National Instruments
    Product Support Engineer

Maybe you are looking for

  • GRC Inbound - setar step POASSIGN manualmente

    Bom dia Pessoal, Preciso de uma ajuda, alguém sabe se é possível setar o step POASSIGN do GRC Inbound para Definido como OK manualmente? Pergunto isso porque a solução aqui do projeto é que alguns passos do processo que o GRC faz sejam feitos por um

  • Java SocketException Connection Reset???

    Hi, I have written a client/server app that works fine conceptually, but eventually at some point a SocketException Connection Reset gets thrown and brings my app down. I open and close a ton of Sockets, but this error kills me. How can I preven this

  • Http not forwarded as https by ssl

    I have the following problem with my serverfarm: http flow initiated from a serverfarm is not being handled by the load balanced ssl blades that’s supposed to forward traffic as https to its destination. To compare the traffic, I am including test fl

  • Query on Query giving less records

    I have a query say A whcih gives me a record set of around 96 records. I have another query B where I select distinct of userid and username from the query A. On the web page when I display from my query B, it get only 3 records. While my debugg mode

  • Where are the forward/back, refresh,etc- f11 didn't help nor did dragging from the left of the 'y' as suggested---help?om

    Do not have the page forward/back arrows, refresh icon, etc in my toolbar. Saw where this has happened on your page & recommendation was to 'drag' from the left of vertical bar next to the 'Y' in Yahoo- didn't work. Also said to hit the F11 key for F