Russian and English combined Index Group Title and sort order

How should I create the combined index Group Title and sort order in Russian and Greek documentations?

The final product one Russian manual which contains some English Index marker ...
And what is the problem?
You can control the sorting by placing a [...] tag in the Marker Text, such as:
[Сплайн] Spline
The term(s) in the brackets are used only for sort. What appears in the Index is the following text.
Or you can just edit the Marker Text.
But it sounds like there might be more than one question here, re: Group Titles.

Similar Messages

  • User Exit to check whether chapter id for Material and Plant combination is maintained while creating sales order

    Hello all,
    my requirement is, system should give error message while creating sales order, if chapter ID is not maintained for a material and plant combination.
    please suggest the user exit.

    Hi
    CASE 1 : All Plants are excisable.
    In Material master , Foreign Trade data tab-  mentioned Control code field mandatory. ( i.e nothing but Chapter ID)
    CASE 2 : Few Plants are excisable
    In the Case 2 you need to go for Enhancement
    Program Name : MV45AFZB 
    User Exit:            USEREXIT_CHECK_VBAP ( Item Level Check )
    By using above user exit you write a logic with the help of ABAPer
    Plant and Chapter ID combination table : J_1IMTCHID

  • Will reorg of tables and reindex of indexes help ? And How?

    Suddenly users told that one of their applications has become very slow. They identified millions of history data also, which they deleted . But still it did not help. Should we go for reorg of tables and reindex of indexes? Will this at all help ? Will this help to gain space ? or It will help in speed ? How should I do it ?
    Reorg tables
    1. First take export dmp of all the tables of that particular schema.
    2. Then truncate the tables.
    3. Then import that export backup.
    reindex indexes
    1. Find out how much space is used by the indexes.
    2. Add that much of space in a different tablespace
    3. then move the indexes there.
    I am not sure about the steps which I missed. I need some advice from you.
    And how can I gain the space in the Unix server after this delete operation?

    With problems like this, I think that the first response should not be that we need to reorg tables/indexes. Steps are as follows.
    1)Ask users what portion of app is running slow? and how much slow.
    2)Also as others have suggested generate awr report or statspack or estat/bstat and see where time is being spent?
    3)Problem could be that execution plan of some sqls may have changed and they may be performing badly. This is the most likely reason. Other problem could be that there is some other contention in database or there is an I/O problem. All these you can find from these reports.

  • Bug: iOS 5 and iTunes 10.5 podcast smart playlist sort order and how to fix.

    There seems to be a bug in iOS 5 and iTunes 10.5 involving the sort order of a smart playlist of podcasts. I created such a playlist and sorted by release date on iTunes but I noticed it had a different sort order on the iPod Touch.
    After playing around with it a bit I found that the only way to preserve the sort order that I have in iTunes on the iPod Touch is to uncheck "Live Updating" in the smart playlist.

    Confirming this incredibly annoying bug.  Basic list sorting not working... real bottom shelf work apple.
    workaround update:  limit to must be turned on, set it to an absurdly high number if you don't want to actually limit the playlist, then one of the sortby options in that submenu will work.   The live update checkbox is irrelevant from experimentation. 
    This workaround does NOT fix the fundamental problem: sort order from itunes in smart playlists is not being synced and preserved in ios5 devices.
    This is the latest in a long string of debacles which is making me seriously consider swapping to debian stable. (snow leopard to lion was a severe downgrade in performance for anyone doing heavy multitasking.. scheduling is FUBAR... when a command option escape beachballs on a brand new core 17 machine, your OS has serious problems with nice levels)

  • Site Index Tree (SIP) portlet / sort order of entries

    How can I change the (alphabetical) sort order in the site index portlet to something else?
    Thanks,
    Frank

    Unfortunatelly, it does not work.
    What happens instead?
    Let's check some background information:
    What version of Frame, on what operating system ?
    (there's some chance of Unicode issues here)
    This document is a book ?
    The body files of this book were created in the same version of Frame you are using to update it ?
    This book has an separate index file xyzzyIX.fm ?
    This file is generated (book menu, Edit > Update Book) ?
    The content and formatting of this index is correct other than sort order ?

  • Regarding group TITLE and groupheader

    Hi All,
    Please check the below code;
    <htmlb:group id      = "userdtls"
                           title   = "Employe Details"
                           tooltip = "This is a tooltip for new group"
                           width   = "950"
                           design  = "PRIMARYCOLOR" >
    <htmlb:groupBody>
    SOME ELEMENTS
    </htmlb:groupBody>
              </htmlb:group>
    The above code works fine , but if i add the groupheader element as below:
    <htmlb:group id      = "userdtls"
                           title   = "Employe Details"
                           tooltip = "This is a tooltip for new group"
                           width   = "950"
                           design  = "PRIMARYCOLOR" >
    <htmlb:groupHeader>
                  <htmlb:link id        = "link1"
                              reference = "http://www.google.co.in"
                              target    = "_BLANK" >
                    <htmlb:image src     = "S_M_INFO.gif"
                                 alt     = "No Image"
                                 tooltip = "Some tip" />
                  </htmlb:link>
                </htmlb:groupHeader>
    <htmlb:groupBody>
    SOME ELEMENTS
    </htmlb:groupBody>
              </htmlb:group>
    The TITLE in the group element ie EMPLOYE DETAILS is replaced by the image  i am using in groupheader.
    I need to show both of these in the group header..may be we can show the TITLE at left corner and IMAGE at right corner of the header..
    How To do this?
    Thanks,
    Anubhav.

    Please look at the following code which I have...
    <%@page language="abap" %>
    <%@extension name="htmlb" prefix="htmlb" %>
    <htmlb:content design="design2003" >
      <htmlb:page title=" " >
        <htmlb:form>
          <htmlb:group id      = "userdtls"
                       title   = "<center>Employe Details</center>"
                       tooltip = "This is a tooltip for new group"
                       width   = "950"
                       design  = "PRIMARYCOLOR" >
            <htmlb:groupHeader>
              <htmlb:link id        = "link1"
                          reference = "http://www.google.co.in"
                          target    = "_BLANK" >
                <htmlb:image src     = "snow3.gif"
                             alt     = "No Image"
                             tooltip = "Some tip" />
              </htmlb:link>
            </htmlb:groupHeader>
            <htmlb:groupBody>
              SOME ELEMENTS
            </htmlb:groupBody>
          </htmlb:group>
        </htmlb:form>
      </htmlb:page>
    </htmlb:content>
    ~Salil

  • Problem in creating group above AND group left in one report!

    Hi all,
    I need a report that is a combination of group above and group
    left.
    Suppose I have 3 table (Emp, Sales, Product):
    Emp Table has 2 column
    - Emp_PK
    - Emp_Name
    Sales Table has 4 column
    -Sales_PK
    -Sales_Date
    -Emp_FK
    -Produck_FK
    -Quantity
    Product Table has 3 column
    -Product_PK
    -Product_Name
    -Product_Price
    I want to make Employee Sales Report For The Month that will
    look like this:
    Emp Number___: Emp_PK
    Emp Name_____: Emp_Name
    Sales Date______Product_Name____Quantity \(2 sales
    ________________Product_Name____Quantity /the date)
    Sales_Date______Product_Name____Quantity
    As you can see this consist of group above (The Employee) and
    group left (The Sales and Product).
    I create this by using 2 queries and link them (the Emp_PK from
    1st query and Emp_FK from 2nd query) on the report builder using
    data link.
    The first query is:
    Select Emp_PK, Emp_Name from Emp
    The second query is
    Select Emp_FK, Sales_Date, Product_Name, Quantity
    From Sales, Product
    Where Product_PK=PRODUCT_FK
    I then create the layout for second query and choose group left
    for Sales_Date using wizard and I create additional layout to
    for the employee.
    The problem is that when I run this report, it will print ALL
    the employee record first (including employee who has NOT sale
    anything) and then on the last page it will print the record of
    Last employee on the Emp table and ALL sales record (including
    those that is done by other employee).
    This report will run correctly if I choose an exact employee
    (For example by adding Where Emp_PK=1111 in the first query) to
    report all of the sales done by this person (employee with emp
    number of 1111). However I need the report to run and print
    ONLY those employee who has Sales Records!
    I thought that by linking the 2 queries in Data Model, it will
    have the same effect as linking using the WHERE clause in query.
    If suppose I create a query like this:
    SELECT Emp_PK, Emp_Name, Sales_Date, Product_Name, Quantity
    FROM Emp, Sales, Product
    WHERE Emp_PK=Emp_FK AND Product_PK=Product_FK
    The report will run OK but I can only choose EITHER group above
    or group left for this ONE query methods in report Wizard.
    Sorry if it is a long question but I hope you can see what I am
    trying to do.
    Thanks in advance for any tip.

    hello,
    of course you can create group left and group above blocks in a
    single report.
    you might want to use the INSERT REPORT BLOCK instead of the
    report wizard, as the report wizard only allows you to use one
    report layout per report, where the report block wizard (invoked
    by INSERT REPORT BLOCK) allows you to choose on a per-block
    basis.
    of course you can create the blocks completely from scarth by
    hand, if you want to.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Can commas within topic titles and *.htm filenames affect hyperlink jumps?

    I have two topics that I'm trying to jump to from other
    topics. The thing these two topics have in common is that I
    originally used commas and apostrophes in the topic titles and
    *.htm filenames. This seemed to screw things up, since my jumps to
    the topics never worked.
    I deleted the topics that were causing problems and re-added
    them without using the punctuation. I still can't jump to these
    topics. To test whether there was a restriction on the maximum
    number of jumps you can add in one project, I created a jump to an
    entirely different topic - the jump worked.
    So, I think something got corrupted with these topics. I
    could try deleting them and adding them "fresh" again, but I
    thought I'd post here to see if anyone has come across the problem
    before.
    thanks in advance,
    ChristyG

    I was able to fix the problem by re-creating (for a second
    time) the topic titles and files and not using any punctuation
    whatsover. I think the problem stemmed from the keywords that were
    used/unused/deleted/reused. I went to the Index tab, selected "See
    Also" from the drop list, and deleted any keywords that were
    bolded.
    regards,
    ChristyGTWE

  • SQL query using Group by and Aggregate function

    Hi All,
    I need your help in writing an SQL query to achieve the following.
    Scenario:
    I have table with 3 Columns. There are 3 possible values for col3 - Success, Failure & Error.
    Now I need a query which can give me the summary counts for distinct values of col3 for each GROUP BY of col1 and col2 values. When there are no values for col3 then it should return ZERO count.
    Example Data:
    Col1 Col2 Col3
    abc 01 success
    abc 02 success
    abc 01 success
    abc 01 Failure
    abc 01 Error
    abc 02 Failure
    abc 03 Error
    xyz 07 Failure
    Required Output:
    c1 c2 s_cnt F_cnt E_cnt (Heading)
    abc 01 2 1 1
    abc 02 1 1 0
    abc 03 0 0 1
    xyz 07 0 1 0
    s_cnt = Success count; F_cnt = Failure count; E_cnt = Error count
    Please note that the output should have 5 columns with col1, col2, group by (col1,col2)count(success), group by (col1,col2)count(failure), group by (col1,col2)count(error)
    and where ever there are NO ROWS then it should return ZERO.
    Thanks in advance.
    Regards,
    Shiva

    Hi,
    user13015050 wrote:
    Thanks TTT. Unfortunately I cannot use this solution because I have huge data for this.T's solution is basically the same as mine. The first 23 lines just simulates your table. Since you actually have a table, you would start with T's line 24:
    SELECT col1 c1, col2 c2, SUM(decode(col3, 'success', 1, 0)) s_cnt, ...
    user13015050 wrote:Thanks a lot Frank. It helped me out. I just did some changes to this as below and have no issues.
    SELECT     col1
    ,     col2
    ,     COUNT ( CASE
              WHEN col3 = 'SUCCESS'
              THEN 1
              END
         )          AS s_cnt
    ,     COUNT ( CASE
              WHEN col3 = 'FAILED'
              THEN 1
              END
         )          AS f_cnt
    ,     COUNT ( CASE
              WHEN col3 = 'ERROR'
              THEN 1
              END
         )          AS e_cnt
    FROM     t1
    WHERE c2 in ('PURCHASE','REFUND')
    and c4 between to_date('20091031000000','YYYYMMDDHH24MISS') AND to_date('20100131235959','YYYYMMDDHH24MISS')
    GROUP BY c1, c2
    ORDER BY c1, c2;
    Please let me know if you see any issues in this query.It's very hard to read.
    This site normally compresses spaces. Whenever you post formatted text (such as queries or results) on this site, type these 6 characters:
    \(small letters only, inside curly brackets) before and after each section of formatted text, to preserve spacing.
    Also, post exactly what you're using.  The code above is SELECTing col1 and col2, but there's no mention of either in the GROUP BY clause, so I don't believe it's really what you're using.
    Other than that, I don't see anything wrong or suspicious in the query.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Where does iBooks get the title and author?

    Sorry, this isn't really to do with Pages 09, but I see no more appropriate place for my questiion.
    I'm writing an application for personal use (and I'm only writing it for fun, really), which converts text files to ePub format, separating chapters, adding cover art, and so on. It works, except that when I put the generated ePubs into the Books folder of iTunes, the title and author do not show correctly, being replaced by the strings "#title# and "#author#" respectively. The title and author are shown in other parts of the books, such as the body of the Title Page, however, when read in iBooks, though are again incorrect in the page headers.
    Do you know where iTunes and iBooks looks in the ePub system (for want of a better word) to find these two items?
    Both title and author appear correctly, where appropriate, in:
    toc.ncx: <docTitle> <text>Here is the title</text> </docTitle>
    title.html: Here is the title
    Name of author
    content.opf: <dc:title>Here is the title</dc:title>
    <dc:creator opf:role="aut">Name of author</dc:creator>
    But I must have missed something!
    Message was edited by: David Neale1 (tried to suppress rendering)

    How about posting it in the [iTune forum|http://discussions.apple.com/category.jspa?categoryID=149] ?

  • I have finally figured out how to export an iphoto album so that I can maintain the proper order of the photos after burning the file. How do I keep each individual photo title and description after exporting and burning?

    I have finally figured out how to export an iphoto album so that I can maintain the proper order of the photos after burning the file. How do I keep each individual photo title and description after exporting and burning?  Presently after exporting and burning each photo is identified by the file name rather than each individual title description.  

    File name and Title are not the same thing.
    Filename is attached to the Jpeg file in the Finder.
    Title is attached to the photo within the Jpeg file - as is the description. These are written to the Exif and IPTC metadata on export.
    So: File -> Export. Kind: Jpeg or Tiff and Check the box at 'Title and Keywords'. This will write the Title, keywords and descriptions (though not explicitly stated) to the metadata. This can then be viewed in any app that understand this material.
    You can choose, if you wish, to also use the Title as a Filename - that's an option at File Name
    Regards
    TD

  • Group Items and Change Scale Using CS3 VBScript

    How do you select items in a textframe (text and/or graphic and/or rectangle), then group them and then set the group to a horizontal & vertical scale value?
    Thanks,
    Archie

    What would be the best way to do that? As an example I would have 8 textframes threaded together (each frame is a stamp, this script is for reducing the image to print the label that goes on the top of the stamp). Some frames could only be text, some only a graphic, some both, some blank. Below is an example of what have so far. This works if the frame is only text.
    Thanks,
    Archie
    Rem SCALE ITEMS FUNCTION
    Rem --------------------
    Function myScaleItems (myLabelDocument)
    For I = 4 to 11
    myLabelDocument.textframes.item(I).locked = False
    myLabelDocument.textframes.item(I).HorizontalScale = cInt(myLabelPercent)
    myLabelDocument.textframes.item(I).VerticalScale = cInt(myLabelPercent)
    Next
    End Function

  • Group by and order by clause

    Hi,
    I have wriiten the below query and i am using group by and order by clause....but i am not getting the required result
    SELECT b.ACCOUNT_REGION,CASE WHEN b.product_reference_status='Reference' THEN 'Recruited' WHEN b.product_reference_status in ('Inactive','Declined') THEN 'Inactive' WHEN b.product_reference_status ='Nominate' THEN 'Inprogress' ELSE 'Other' END product_reference_status, COUNT(decode(b.product_quarter,'Q1FY09',b.REFERENCE_ID)) Q1FY09, COUNT(decode(b.product_quarter,'Q2FY09',b.REFERENCE_ID)) Q2FY09, COUNT(decode(b.product_quarter,'Q3FY09',b.REFERENCE_ID)) Q3FY09, COUNT(decode(b.product_quarter,'Q4FY09',b.REFERENCE_ID)) Q4FY09, COUNT(decode(b.product_quarter,'Q1FY10',b.REFERENCE_ID)) Q1FY10, COUNT(decode(b.product_quarter,'Q2FY10',b.REFERENCE_ID)) Q2FY10, COUNT(decode(b.product_quarter,'Q3FY10',b.REFERENCE_ID)) Q3FY10, COUNT(decode(b.product_quarter,'Q4FY10',b.REFERENCE_ID)) Q4FY10, COUNT(b.product_quarter) Total
    FROM refdump a, ref_dh_pr b
    WHERE A.REFERENCE_ID=b.REFERENCE_ID AND (b.CREATED_ON - NVL(a.REFERENCE_DATE,a.CREATED))>15 group by b.account_region,product_reference_status order by 2
    output is as given below
    Region Status Count
    LAD     Inactive     0
    EMEA     Inactive     21
    *APAC     Inactive     2
    *APAC     Inactive     1
    EMEA     Inactive     2
    EMEA     Inprogress     220
    LAD     Inprogress     19
    LAD     Other     2
    LAD     Other     0
    LAD     Other     5
    LAD     Recruited     182
    APAC     Recruited     191
    My question is
    1) Why i am geeting two APAC regions and 3 LAD (marked *) regions when i have grouped by region and status
    2) How can i make the status in the following order
    a) Recruited
    b)Inprogress
    c)Inactive
    d)Other
    Thanks,

    <i>group by b.account_region,product_reference_status</i>
    Just take all the columns in the group by clause in your select segment and run the SQL, you'll come to know abt the different values in columns which group together.
    *009*

  • Copying photos to cd and still having my title and comments

    I am a new i photo user. I am very anal about tagging each photo as to who and where. I used a microsoft product that let me place it directly into the photo. I realize this can not be done in i photo. Which is a shame. But my questions are these. I made albums from my library and changed all of the titles and comments to who and where.
    1. If I write a cd using the i photo format will my albums be as I made them tagged with all of my info and in that order ?
    2. If I write a cd using the format for viewing on a pc will all my info be there too.
    ( I did write using this format already and there is no rhyme or reason to there order. )
    3. Is there a program that I can put words on the photo that does not cost a fortune and is easy to use.
    I guess I worry about not being able to view them someday and want them backed up both ways.
    Thanks for your help.
    Heidi

    Heidi
    1. If I write a cd using the i photo format will my albums be as I made them tagged with all of my info and in that order ?
    Using 'Share -> Burn, yes you will get the Albums and tags etc when viewed in iPhoto. That is, insert the disk to a Mac and iPhoto will open and the disk will appear in the Source Pne.
    2. If I write a cd using the format for viewing on a pc will all my info be there too.
    No. If you use the File -> Export command you can use your titles as filenames, or one of the other naming schemes. Then complete the export to a folder on the desktop and burn that with the Finder. Result: A disk with a folder of images that any machine can understand.
    ( I did write using this format already and there is no rhyme or reason to there order. )
    Alphanumeric is the usual way things are burned in the Finder.
    3. Is there a program that I can put words on the photo that does not cost a fortune and is easy to use.
    Some possibilities from free on up:
    Seashore
    Acorn
    Graphic Coverter
    Photoshop Elements
    Some comments:
    If you upgrade to iPhoto 7 (part of iLife 08) you have the option to write your titles and keywords to the files on Export. This, along with non-destructive editing, makes it worth the price of the upgrade, for my money.
    No matter what, even if you put a CD burned using the Share -> Burn into a PC you will be able to find the files: there're in iPhoto Library Folder / Originals
    Regards
    TD

  • When I use Tab Groups, can I have some tabs that are always open together with a group, and just switching the groups that are besides the "always showing" tabs?

    I like to have some tabs always open, like for example the facebook page, while others I need only occasionally, like Ebay / Work / Fun (which I could put into Tab Groups). So I was wondering if it is possible to have the following configuration:
    Always open Tabs (e.g. Facebook, Myspace) and then next to that ONE of the Tab Groups (e.g. Group Ebay Stuff and Group Work Stuff and Group Fun Stuff)
    or alternatively have TWO Tab Groups open at the same time, like Group A and Group B, and then switch to Group A and Group C, then Group A and Group D, then Group A and Gourp B again.

    Hmm, well you can right click a tab you want always open and click "Pin as App Tab". I personally don't have much experience with Tab Groups, I'm just learning how to use them.
    Hope this helps!

Maybe you are looking for