View on ekpo,ekbe quantities are appearing twice

hi experts,
I have created view based on EKPO, EKBE.
Key is EBELN in the VIEW.
When i check the data in VIEW the data appearing twice from both the tables.
for example
EBELN   EBELP QUANTITY
10000      10         20
10000      10         20
so its appearing twice which is not right.
when i check the ME23N
it shows only
EBELN    EBELP    QUANTITY
10000      10             20.
what is the problem, and wot is the solution for this?
regards
venuscm

hi,
join the two tables on as many key fields as possible, eg mandt, gjahr, bukrs, etc.
Harshita Saxena

Similar Messages

  • OutputLabes, values in selectOneChoice are appearing twice in the jspx page

    Hi All,
    In a Jspx Page, there are two menu tabs. Each Tab has a PanelForm and each panelform has certain components.
    By default the first panelform in the first tab will be shown on page load and while clicking on second tab, the second panelform will be shown.
    The first panelform has three selectonechoices and three command buttons.
    If i click on reset button, these 3 selectonechoices are set to null by backing bean.
    Here comes the problem, after clicking on reset, if you click on second tab where the second panel form available, certain components like outputLabel and the values in selectOnechoice, are appearing twice on the page.
    Can anyone suggest me how to get rid of this problem..
    Here is my Jspx Page..
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:loadBundle basename="GeneralAdmin" var="gadmin"/>
    <f:loadBundle basename="HoldCapabilites" var="holdc"/>
    <f:view>
    <afh:html>
    <afh:head title="editManualProfileAttributes">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <script type="text/javascript">
    function cancel() {
    var flag = false;
    flag=window.confirm('You want to discard the entered data');
    return flag;
    </script>
    </afh:head>
    <afh:body>
    <af:messages/>
    <h:form>
    <afh:tableLayout>
    <afh:rowLayout width="100%">
    <jsp:include page="/jsps/webutils/template/header.jsp"/>
    </afh:rowLayout>
    <afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:menuPath>
    <af:commandMenuItem text="#{gadmin.admin}" action="adminHome"/>
    <af:commandMenuItem text="#{gadmin.epaAttr}" selected="true"/>
    </af:menuPath>
    </afh:rowLayout>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="20"/>
    </afh:rowLayout>
    <afh:rowLayout halign="center" valign="bottom">
    <afh:cellFormat width="20%" height="20px" valign="bottom">
    <af:menuTabs>
    <af:commandMenuItem text="#{gadmin.epAttr}"
    action="#{EditManualProfileAttributes.firstTab}"
    binding="#{EditManualProfileAttributes.commandMenuItem2}"
    id="commandMenuItem2"/>
    <af:commandMenuItem text="#{gadmin.auditHistory}"
    action="#{EditManualProfileAttributes.secondTab}"
    binding="#{EditManualProfileAttributes.commandMenuItem1}"
    id="commandMenuItem1"/>
    </af:menuTabs>
    </afh:cellFormat>
    <afh:cellFormat styleClass="bottomLine" width="80%"
    height="20px" valign="bottom">
    <af:objectSpacer height="1" width="1"/>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="100%" height="10"/>
    </afh:rowLayout>
    <af:panelForm id="panelForm1" width="100%"
    binding="#{EditManualProfileAttributes.panelForm1}">
    <afh:rowLayout width="100%">
    <afh:cellFormat width="15%">
    <af:outputText value="#{gadmin.mpAttr}"
    inlineStyle="font-family:Arial; font-size:9.0pt; font-weight:bold;"/>
    </afh:cellFormat>
    <afh:cellFormat width="85%">
    <f:verbatim>
    <hr align="left"
    style="border-width:2.0px; color:rgb(219,238,243);"/>
    </f:verbatim>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="20"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="5%"/>
    <afh:cellFormat width="15%">
    <af:outputText value="#{gadmin.refName}"
    styleClass="outputText"/>
    <af:outputText value=" * "
    inlineStyle="font-size:10.0pt; font-family:Arial; color:rgb(255,0,0);"/>
    </afh:cellFormat>
    <afh:cellFormat width="80%">
    <af:selectOneChoice id="navList1" autoSubmit="true" partialTriggers="commandButton2"
    valuePassThru="true" unselectedLabel="Select"
    binding="#{EditManualProfileAttributes.navList1}"
    valueChangeListener="#{EditManualProfileAttributes.getDetails}">
    <af:forEach var="li"
    items="#{bindings.GetRefNamesVO1.rangeSet}">
    <af:selectItem label="#{li.ReferenceName}"
    value="#{li.Id}"/>
    </af:forEach>
    </af:selectOneChoice>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="10"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="5%"/>
    <afh:cellFormat width="15%">
    <af:outputText value="#{gadmin.refId}"
    styleClass="outputText"/>
    <af:outputText value=" * "
    inlineStyle="font-size:10.0pt; font-family:Arial; color:rgb(255,0,0);"/>
    </afh:cellFormat>
    <afh:cellFormat width="15%">
    <af:selectOneChoice id="navList2" autoSubmit="true"
    partialTriggers="navList1 commandButton2"
    binding="#{EditManualProfileAttributes.navList2}"
    valueChangeListener="#{EditManualProfileAttributes.getColumns}">
    <af:forEach var="li"
    items="#{bindings.LookupRefTableVO1.rangeSet}">
    <af:selectItem label="#{li.LookupDesc}"
    value="#{li.LookupId}"/>
    </af:forEach>
    </af:selectOneChoice>
    </afh:cellFormat>
    <afh:cellFormat width="15%">
    <af:selectOneChoice id="navList3"
    binding="#{EditManualProfileAttributes.navList3}"
    partialTriggers="navList1 navList2 commandButton2">
    <af:forEach var="li"
    items="#{bindings.EditRefColumnVO1.rangeSet}">
    <af:selectItem label="#{li.DetailDesc}"
    value="#{li.DetailsId}"/>
    </af:forEach>
    </af:selectOneChoice>
    </afh:cellFormat>
    <afh:cellFormat width="50%"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="10"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="5%"/>
    <afh:cellFormat width="6%">
    <af:outputText value="#{gadmin.stDt}"
    styleClass="outputText" id="outputText1"
    binding="#{EditManualProfileAttributes.outputText1}"/>
    </afh:cellFormat>
    <afh:cellFormat halign="left">
    <af:outputText value=" * " id="outputText2"
    binding="#{EditManualProfileAttributes.outputText2}"
    inlineStyle="font-size:10.0pt; font-family:Arial; color:rgb(255,0,0);"/>
    </afh:cellFormat>
    <afh:cellFormat width="4%"/>
    <afh:cellFormat width="80%">
    <af:selectInputDate id="startDate"
    binding="#{EditManualProfileAttributes.startDate}"
    partialTriggers="navList1 commandButton1 commandButton2">
    <af:convertDateTime pattern="dd/MMM/yy"/>
    </af:selectInputDate>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="10"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="5%"/>
    <afh:cellFormat width="15%">
    <af:outputText value="#{gadmin.edDt}"
    styleClass="outputText" id="outputText3"
    binding="#{EditManualProfileAttributes.outputText3}"/>
    </afh:cellFormat>
    <afh:cellFormat width="80%">
    <af:selectInputDate id="endDate"
    binding="#{EditManualProfileAttributes.endDate}"
    partialTriggers="navList1 commandButton1 commandButton2">
    <af:convertDateTime pattern="dd/MMM/yy"/>
    </af:selectInputDate>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="10"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="20%"/>
    <afh:cellFormat width="7%">
    <af:commandButton text="#{gadmin.save}"
    action="#{EditManualProfileAttributes.save}"
    id="commandButton1"
    binding="#{EditManualProfileAttributes.commandButton1}"/>
    </afh:cellFormat>
    <afh:cellFormat width="7%">
    <af:commandButton text="#{gadmin.reset}"
    action="#{EditManualProfileAttributes.reset}"
    id="commandButton2"
    binding="#{EditManualProfileAttributes.commandButton2}"/>
    </afh:cellFormat>
    <afh:cellFormat width="7%">
    <af:commandButton text="#{gadmin.cancel}"
    id="commandButton3"
    binding="#{EditManualProfileAttributes.commandButton3}"
    action="adminHome"
    onclick="return cancel()"/>
    </afh:cellFormat>
    <afh:cellFormat width="59%"/>
    </afh:rowLayout>
    </af:panelForm>
    <af:panelForm id="panelForm2" rendered="false" width="100%"
    binding="#{EditManualProfileAttributes.panelForm2}">
    <afh:rowLayout width="100%">
    <afh:cellFormat width="15%">
    <af:outputLabel value="#{holdc.mpaAttr}" id="abc"
    inlineStyle="font-family:Arial; font-size:9.0pt; font-weight:bold;"/>
    </afh:cellFormat>
    <afh:cellFormat width="85%">
    <f:verbatim>
    <hr align="left"
    style="border-width:2.0px; color:rgb(219,238,243);"/>
    </f:verbatim>
    </afh:cellFormat>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <af:objectSpacer width="10" height="20"/>
    </afh:rowLayout>
    <afh:rowLayout width="100%">
    <afh:cellFormat width="15%">
    <af:outputLabel value="#{holdc.refeName}"
    styleClass="outputText"/>
    <af:outputLabel value=" * "
    inlineStyle="font-size:10.0pt; font-family:Arial; color:rgb(255,0,0);"/>
    </afh:cellFormat>
    <afh:cellFormat width="85%">
    <af:selectOneChoice id="navList4" autoSubmit="true"
    unselectedLabel="Select"
    valuePassThru="true"
    binding="#{EditManualProfileAttributes.navList4}"
    valueChangeListener="#{EditManualProfileAttributes.getVersions}">
    <af:forEach var="li"
    items="#{bindings.AuditRefNamesVO1.rangeSet}">
    <af:selectItem label="#{li.ReferenceName}"
    value="#{li.Id}"/>
    </af:forEach>
    </af:selectOneChoice>
    </afh:cellFormat>
    </afh:rowLayout>
    </af:panelForm>
    </afh:tableLayout>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    </jsp:root>

    Hi Puthanampatti,
    Thanks a lot for your reply, but i am using JDev 10.1.3.3. There is no panelFormLayout component and i am not using that component.
    Even i am strange this duplicating of components and values in selectoneChoice occuring from past 2 days in the old file. I am wondering whether my file got corrupted by any sort.
    Regards,
    R N V Prasad

  • In va01 condition types are appearing twice

    Hi
    In the pricing conditions screen of sales order I find that all the condition types are appearing twice and also calculted taxes twice.please give me solution

    Hi Swapna,
    Make  Exclusive checkbox in your access sequence in V_T682I.Check your calculation of pricing also.Check there are no of threads on this topic.
    Regards,
    Madhu.

  • On my drop down menus, the items listed are appearing twice.

    On my drop down menus, the items listed are appearing twice.  For instance, there are two "shut down" and two "restart."  How do I fix this?

    Hi Peter, and a warm welcome to the forums!
    See Tom Gewecke's post here...
    http://discussions.apple.com/thread.jspa?messageID=4395251&#4395251
    This problem has been reported serveral times. It seems to be a loss of access to the main system font. I've not heard of any cure except a reinstall.
    It appears to be time for a relatively painless Archive & Install, which gives you a new/old OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space and no Disk corruption, and is relatively quick & painless...
    http://docs.info.apple.com/article.html?artnum=107120
    Just be sure to select Preserve Users & Settings.

  • Tax code appearing twice

    Dear All
    I have created a tax code T1
    For this tax code i am maintaining conditions with combination as Plant and Tax code (which we have created)
    Conditions Maintained for Plant P1 and tax code T1
    JMOP,JMX1,JEC1,JEC2,JSEP,JHX1 and JVRD
    Similarly I have maintained Conditions for Plant P2 and tax code T1
    JMOP,JMX1,JEC1,JEC2,JSEP,JHX1 and JVRD
    Well now the problem is that when i am Creating Purchase order
    and selecting tax code as T1 for a specific plant i.e P1
    All the conditions are appearing twice
    What can be the possible reason and what is the solution
    Points will be awarded for the solution
    regards
    Shailesh

    hi,
    Are you creating vendor purchase oreder? or in this case your plant is vendor?
    If you are releasing order on vendor then use combination vendor, plant and material code.
    What is your business process?
    Regards
    Kedar Kulkarni

  • Calendars and Contacts appearing twice on iPhone

    Since upgrading to OS 3.0 on my iPhone 3G I am finding that all my iCal events are appearing twice in the Calendars app.
    And when I do a spotlight search on the iPhone, I find that contacts are listed twice.
    I am a mobileMe user, and use mobile Me to sync my info to the phone over the air, rather than syncing calendars and contacts via iTunes.
    Is anyone else having this info aear twice? Any ideas on how I can get the duplicate info to disappear?

    Do you have MobileMe? This occurs if you sync Calendar with your Mac iCal AND MobileMe, with both having the same listings. You get duplicates with Contacts for the same reason. If you open Calendar and touch the left arrow to show "Calanders" you'll find 2 copies, merged in "All"
    To get rid of the duplicates:
    1. Settings > Mail, Contacts, Calenders > Accounts > MobileMe > Calendars > Off
    You'll get a warning: "There are existing calenders synced with your Mac. Would you like to merge them with your MobileMe account?" Choose "Do not Merge". You then are asked what to do with the existing calenders on your phone - select "Delete."
    2. Connect your phone to iTunes and go to the "info" tab of your device page and disable sync contacts with your Mac.
    3. Settings > Mail.... > Accounts > MobileMe > Calendars > ON. It will take a few minutes to re-sync the calender without duplicates.
    If you also have duplicates in Contacts, go though the same process.

  • Bookmarks toolbar Firefox 10.0.2/OSX 10.6.8 - gone. View Toolbars Bookmarks Toolbar - checked. Dragging URL's to bookmarks toolbar area no longer works. Gray area appears/disappears when checked/unchecked but will not show any or accept new bookmarks.

    My bookmarks toolbar in Firefox 10.0.2 Mac OSX 10.6.8 suddenly disappeared. View>Toolbars>Bookmarks Toolbar is checked. Dragging URL's to the bookmarks toolbar area no longer works. The gray area appears and disappears when checking/unchecking under View/Toolbars menu, but will not show any or accept addition of bookmarks.

    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    *Open the Customize window via "View > Toolbars > Customize"
    *Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    *If missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *If you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar set up
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Just installed mountain Lion. Viewing a pdf sent to me using preview and some colors are appearing BLACK, however when I view the same PDF in Acrobat they are perfect and what they are suppose to be. WHY would PREVIEW showing a different color?

    Just installed mountain Lion. Viewing a pdf sent to me using preview and some colors are appearing BLACK, however when I view the same PDF in Acrobat they are perfect and what they are suppose to be. WHY would PREVIEW showing a different color?

    Here's what I've found on the issue:
    Pantone color definitions have changed (coinciding with CS6) — they are now "Pantone+" (I think that's what they're called). The "+" apparently means they're now LAB colors. Lab colors are not properly displayed in Preview (or in Finder previews) — they display as black (as far as I can tell, in all circumstances). I'm sure it's a tad more complicated than that, but that's the gist.
    Now the bad news — nobody seems to know anything about a fix or workaround (unless you convert your PDFs to process — this might be a fix for sending to clients). It causes issues for me in AI files — being able to view them in the finder (with previews) is a HUGE time saver for my workflow... when they're all black, not so much.
    In my chat with a director of product dev at Adobe, they placed the responsibility to fix on Apple (assuming Apple wants to support Pantone color definitions in their OS).

  • Lock icons appear twice in notification area of task bar

    I just got my touchsmart IQ546t. I've noticed sometimes the caps, num, and scroll lock icons in the notificaiton area of the taskbar appear twice. Not sure if it is something to do with the wireless keyboard or not. For now I hid them, but I would like to fix it.

    Hi
    Which tasks are not present in the taskbar area?
    As far as I know if the application was started as a background process it doesnt occur in the task bar.
    Furthermore possibly during the installation some programs ask you if you want create the icon in the task bar.
    Additional I have found a very useful article about the Missing System Tray Icons at Windows XP start-up.
    http://www.tech-pro.net/howto_013.html
    Maybe it will help you a little bit.

  • TS1702 my ibooks are appearing on my music playlist, but NOT on ibooks for me to view...how do I resolve this issue?

    my ibooks are appearing on my music playlist, but NOT in ibooks for me to read, how do I resolve this issue?

    This is a concern amoung many corporate users.  It's going to take somekind of policy change with apple.
    Enterprise support:
    Call enterprise support  (866) 752-7753  to create  a case ID number

  • Why are my contacts appearing twice after I synched?

    All my contacts are showing twice after I synched my Iphone 4. Why an dhow can I fix?

    Are you syncing through iTunes and then possibly something like MobileMe or Google? If so, you need to turn off the iTunes sync so you are only syncing with the web-based server. That will produce the duplicates.

  • Single artist is appearing twice in My Music

    One artist, one album, saved in one folder on my PC. Yet she appears twice in My Music. In one of the appearances there is one track, in the other are the rest. They both appear in My Music with the same artist name and same album name.
    How do I merge them into one?

    *HowTo: Grouping Tracks Into Albums*
    Excuse the long post, but hopefully covering all the bases (that I can think of) will help you fix the other issues you are likely to run into as you try to organise your iTunes library.
    <hr>
    *Use an album friendly view*
    iTunes will let you sort music on many columns, some of which are unlikely to group albums together or put the tracks in their normal order. The most useful order for editing the library is probably the *List View* organised as *Album by Artist*. If you're not already there, select the list view and click on the column heading for Album until it reads Album by Artist. If the items you're trying to gather together are still scatted through the library use the options in the *Search Box* to narrow down the results until you can see the items you need to edit. You can also use the *Browser Pane* (View > Show Column Browser & View > Column Browser submenu) to display lists of Artists, Albums, Genres etc. Selecting one or more items in these columns will focus the track listing on matching items.
    !http://www.samsoft.org.uk/iTunes/section1.png!
    <hr>
    *One cover, too many tracks*
    The iPod (and iTunes to a lesser extent) conflates two or more albums with the same title, most obviously with *Greatest Hits*. On the iPod this can result in one album acting as a combination of two or more. Selecting any cover gives all the tracks of all albums with the same title. See below how selecting either of two distinct albums with the same title gives a track listing which is a combination of both albums The workaround for this "Greatest Hits" bug is to give each album a unique title - I tend to go for *Album - Album Artist* as this reads clearly in the iTunes browser. Alternatively you could use the wording as it appears on the cover or append different numbers of spaces for each different album. Somewhat oddly, setting different values for Sort Album doesn't work.
    !http://www.samsoft.org.uk/iTunes/section2.png!
    <hr>
    *Missing Artist or Album not with others by same artist*
    iTunes relies on the Gracenote CDDB database when identifying CD's. This often marks collections or anthologies of an artist's work as a compilation. It also seems that the iTunes Store may mark an album as a compilation in order to keep it grouped when there are tracks with guest or featured artists. However, the compilation flag has the logical function of grouping together tracks with the same album name, but different artists on each track, e.g. "Now That's What I Call Metal 666!". These compilations are then all grouped together at the end of cover flow. Most of us would expect "Greatest Hits" albums to be listed with the other albums by the same album artist. For albums which are essentially by a single album artist or group it is best to set the appropriate value for the *Album Artist* and then set *Part of a compilation* to No.
    !http://www.samsoft.org.uk/iTunes/section3.png!
    <hr>
    *One album, too many covers*
    For true compilations, where each track is by a different artist, the answer is to set *Part of a compilation* to Yes and enable the iTunes preference to *Group compilations when browsing*. If the album is not a compilation however, any tracks which list guest artists may be treated as separate items. Filling in the Album Artist field is enough to link things in iTunes. Sadly, however, most iPod models ignore the Album Artist field when grouping albums so this is only a partial solution. You can simply mark the entire album as a compilation which seems to be the way iTunes often handles it, however that's not an ideal fix. Short of waiting for Apple to address this issue (and as far as I can tell it goes back to the 1st gen. of iPods) we need a workaround. What I do is to put any additional artist info. in square brackets after the song name. E.g. *Track \[Feat. Guest\]* and then set *Artist=Album Artist* for each track. For anthologies where the Album Artist is credited as part of another group, e.g. for Cream tracks on an Eric Clapton anthology, I use *Track \[As Group\]*. For a track where the main Album Artist doesn't receive a credit, e.g. the first track of the Slim Shady LP credited to Jeff Bass, I just set the track name to *Track \[Guest\]* while still setting the artist to the album artist. N.b. I use square brackets to indicate that this is information about the track as distinct from parentheses in the song title and also use this style for Mix/Live/Bonus info.
    Since firmware version 3.x the iPhone & iPod Touch do in fact use the Album Artist field & have stopped grouping on the part of a compilation setting, however setting both *Part of a compilation* to Yes and the *Album Artist* to "*Various Artists*" will group compilation albums both in iTunes and whichever type of iPod/iPhone you happen to be using.
    !http://www.samsoft.org.uk/iTunes/section4.png!
    <hr>
    *One album, still too many covers*
    iTunes may split albums into two or more sections if some tracks from the album have different values for Artist, Album Artist, Album, No. of Discs or Part of a Compilation. Tiny differences such as trailing spaces, accented characters or variants of symbols can sometimes be quite hard to spot. The iPod is also more sensitive to case variations and may split or reorder an album that looks okay in iTunes. Normally overtyping the desired value for each shared field will complete the grouping of the album into one entity. Occasionally, however, this method seems to fail. When this happens I've found that you can force every field to update properly by adding some extra text - e.g. a trailing X, which once applied seems to complete the joining of the tracks into one album. Once this has happened the extra data can be removed and the album should remain properly grouped.
    !http://www.samsoft.org.uk/iTunes/section5.png!
    <hr>
    *Tried that, there are STILL too many covers!*
    The Sort Artist, Sort Album & Sort Album Artist fields can be used to override the normal sort order. For example iTunes automatically drops leading articles (a/an/the) so "The Beatles" are arranged under "B" instead of "T". Occasionally different tracks from the same album can have different values in these sort fields which can also break up the grouping. Making the sort columns visible in iTunes can help with spotting & correcting such problems.
    !http://www.samsoft.org.uk/iTunes/section6.png!
    <hr>
    *One cover for multi-disc album*
    Multi-disc albums are often listed as *Album (CD1)* for CD 1, *Album (CD2)* for CD 2 etc. To display these properly using just one cover, each disc should have the correct *Disc X of Y* values set, and then the entire album should be given the single title Album. Being somewhat obsessive I also renumber the tracks sequentially, working backwards from the last track (so that no two tracks ever have the same number) until I reach disc 1. You can still give tracks from the individual discs different artwork should it be relevant so that the correct artwork will be displayed as the album progresses.
    !http://www.samsoft.org.uk/iTunes/section7.png!
    <hr>
    *Tracks out of sequence*
    Check that all tracks have the same/correct disc no. For a single disc album this should be either blank (my preference) or 1 of 1. iTunes will sort tracks with a disc no. of 1 before those that are blank. Just for fun the iPod sorts them the other way around so an album that is correct in iTunes may be out of sequence on an iPod or vice-versa. In addition ensure that the Artist, Album Artist, Album, Sort Artist, Sort Album Artist & Sort Album fields are consistent across all tracks.
    !http://www.samsoft.org.uk/iTunes/section8.png!
    <hr>
    *One artist, many names*
    With some artists, particularly classical composers, you should be aware of alternative representations of their names. E.g. 2Pac vs. Tupac. The menus will work best if for each artist you standardise on just one form of their name. E.g. make a choice between Mozart, W.A. Mozart or Wolfgang Amadeus Mozart, and then apply it consistently. For classical music I tend also to use the Composer as the Artist & Album Artist and either discard the performer details or place these into the Comments field. In some cases the Sort Artist/Sort Album Artist fields can group alternate forms in iTunes but these will break up again on the iPod. It is best therefore to use Artist & Album Artist consistently so the name is shown the way that you want and Sort Artist & Sort Album Artist to control where it is displayed.
    !http://www.samsoft.org.uk/iTunes/section9.png!
    tt2

  • Disk appears twice in Project and Event window

    There seems to be a bug in iMovie that causes the default disk to appear twice in the project and event viewer if you have a symbolic link in the path.
    For years I have used a symlink to allow me to locate my Users area onto a second drive. This keeps all my user data separate from the more generic system data. Occasionally an application gets confused by this link and this seems to be the case with iMovie.
    I think what is happening is that iMovie is trying to list my home directory which by default is usually on Macintosh HD/Users/louie but when it hits the symlink at /Users -> /Volumes/DataDisk/Users it sees this is actually on drive DataDisk. Then I think it looks for all mounted volumes and it finds DataDisk again and doesn't realize that this is already recorded and includes it again.
    Other than this odity it seems to work just fine. If I add a project or event, initially it appears in only one of the DataDisk entries in iMovie. Then if I restart iMovie the new project and/or event will show under both entries. The actual project and events are correcty created in my ~/Movies directory.
    -louie

    I don't know an easy way to fix that if you are using a symlink.
    Click on this link for some good information about how to set up your home folder in a different location. You can set it up on OSX where you will not need a symlink. On the other hand, if its working well for you, may be best to leave it alone.
    http://pondini.org/OSX/SetupOther.html

  • How to delete photos that appear twice in my iPhone 4 ?

    I want to delete all the double of some photos that appear suddenly in my iphone. I would like to, but it's impossible to delete them because there's not the little image to click on it to delete the photos that I want to delete !
    I also wanna know what do i need to do to make it never happen again (photos that appear twice).
    There are 3 albums in my iPhone that all the photos in the albums cannot be deleted, again because oh the little image to click on it to delete photos that isn't there.
    (sorry for my english I'm french and I'm not bilingual )

    These are photos that were transferred from your computer via the iTunes sync process - selected under the Photos tab for your iPhone sync preferences with iTunes.
    All photos transferred from your computer via the Tunes sync process are stored in the iPhone's Photo Library. If you transfer one or several photo albums or folders of photos to your iPhone, all photos in the albums or folders of photos are stored in the iPhone's Photo Library. The photos in the albums or folders below Photo Library are not duplicated as in taking double the storage space. The photos in the albums or folders of photos below Photo Library include a pointer only to the original photos stored in the Photo Library. This way you can view the photos in a an album or folder of photos only by selecting the album or folder of photos, or you can view all photos transferred from your computer in all albums or folders of photos by selecting Photo Library.

  • Word 2007, Add-ins menu, items appear twice ...

    Hi
    I'm using win7 word 2007 and OPM 10.1.
    I'm attending a course in OPA/OPM and we have seen that the Add-ins menu appear weird.
    Several students that attend the course are seeing the same phenomena.
    If I select the add-in tab in word, the OPM short cuts appear twice, first one set, then when I scroll further to the right a second set appears.
    It is only the right most set that works.
    If I hover the mouse over the first set smiley face, the tooltip says "Haley Office Rules: Compile (Alt+R) ". If I check the tooltip of the rightmost set it says, "Oracle Policy Modeling: Compile (Alt+R)"
    I have only installed OPM 10.1 on this pc. Not any older version (like old Haley versions)
    kind regards,
    Michael

    Hi
    Try these 3 tips to restore the toolbar to how it should display:
    1. With your project open in Oracle Policy Modeling, run Update Oracle Policy Templates from the Tools menu. This will attempt to make sure the correct Word template is attached to each project Word document that is not currently excluded from the build. Open a Word document to see if the toolbar/ribbon is now displayed correctly. If not, continue to step 2.
    2. Try resetting the UI language for your project. To do this, choose Options from the Tools menu in Oracle Policy Modeling. Select Environment. Select General. Under Authoring UI Language, choose a language other than your preferred UI language, and click OK. Then repeat these steps to revert to your preferred language. Open a Word document to see if the toolbar/ribbon is now displayed correctly. If not, continue to step 3.
    3. Open one of the Word documents in your Policy Modeling project. Run the macro UpdateToolbar: In Word 2007, choose the View ribbon, then select Macros/View Macros, highlight the UpdateToolbar macro, then choose Run.
    Regards
    Matthew Bickham
    Applications Consulting Project Manager, Phone: +447787 570634
    Email: [email protected], Oracle Policy Automation, United Kingdom

Maybe you are looking for