Arrangment of a field

Hello EveryBody.
i have an attendance report (Matrix report) it is a monthly report.when i create the report,days are listed in the following order.
1 2 3 4 5 6 7 8 9 10 11 ......................................................30
instead i want it to be from right to left i.e
30.......................................................11 10 9 8 7 6 5 4 3 2 1
what is the solution?
thanks and Regards

Thank you Andreas Weiden ,
I have check it with ORDER BY DESCENDING AND ASCENDING,it is not working,i will try to use break as you mensioned,but please if you could assest further.actually i am converting it from english to arabic,
Thanks and Regard.

Similar Messages

  • Crystal report group by intervals on date field

    I have a table which contains euipment related defects arranged on Date_Raised field. I have to grouped the records based on date_raised field and certain intervals like if date_riased field is < certifciate_complication_date, if date_raised falles between certficate_complication_date and final_certificate_date.
    certificate_completion_date and final_completion_date field are parameters which are fetch from another table & pass onto report.
    my problem is , crystal report in VS 2003 doesn't allows to enter parameters in specified group when you select this option. you have to enter fixed values.
    Does anybody knows how to get around this, any quick help will be highly appreciable.
    I have to do this in VS 2003 only.
    Thanks,
    Sunil

    That version of CR is version 9 which does not have Dynamic Cascading Parameters. One option is to upgrade or possibly post your question to the Report Design forum and indicate you are using CR 9 functionality.
    Other option is to use 2 Parameters with a start/end date prompt.

  • Populating Custom Field in T005

    Hi All,
    I have a question... I recently appended a custom field in table T005 (countries table) (under ZAT005 structure).
    So I want to popualte this field... How do I expose for edit? I don't want to do SE11 edit mode... and I was hoping some way I can do it thru SPRO under countries section. That way, I can made modification on country all at once.
    But I don't know how to add my field to those SPRO screens. Ideas anyone?
    Charlie

    Hi,
    I believe the only option is to get the access key for the view V_T005 which has the table maintenance..
    Then go to the change mode and re-generate the table maintenance..
    But the danger in doing this is you might loose the screen layout of the detail screen...Meaning arrangement of the fields..
    How often are you going to change this data...It is just master data right...
    Also I would prefer to have a custom view to maintain this data...
                                          OR
    Another Idea...You can use the SM30 events to trigger a popup with a input field when they save the data..Then update T005 in the custom field with the value given in the popup.
    Thanks,
    Naren

  • Is it possible to have two rows of text fields per entry in a tabular form?

    Hi,
    I'm constructing a tabular form with several text fields for each entry, and I have just been advised we need twice as many text fields now as the requirements have changed.
    Anyway I am running out of real estate on the page without having to use horizontal scroll bars, and am wondering if it is possible to arrange the text fields into two rows in the tabular form for data entry. I have successfully done this for display as text fields, but not sure if it can be done in this instance.
    Any help would be greatly appreciated.
    Application Express 4.1.1.00.23
    Greg
    Edited by: Snowman on Nov 30, 2012 12:02 PM

    Snowman wrote:
    Hi,
    I'm constructing a tabular form with several text fields for each entry, and I have just been advised we need twice as many text fields now as the requirements have changed.In the first place I'd strongly recommend not using tabular forms: +{thread:id=850889}+.
    Anyway I am running out of real estate on the page without having to use horizontal scroll bars, and am wondering if it is possible to arrange the text fields into two rows in the tabular form for data entry. I have successfully done this for display as text fields, but not sure if it can be done in this instance.If you must, create a custom named column template and base the tabular form report on this: {message:id=10399762}

  • Order by varchar field

    Can anyone suggest a way for me to arrange a varchar field which starts with numbers? For example it has the following data in it.
    SUBSTR(CB_TEXT,1,3)
    0.
    1.
    10.
    2.
    3.
    3a.
    3b.
    4.
    4a.
    4b.
    5.
    5a.
    5b.
    5c.
    5d.
    5e.
    5f.
    6.
    7.
    7a.
    SUBSTR(CB_TEXT,1,3)
    7b.
    7c.
    8.
    8a.
    9.
    What I'd like to do is force the row starting with '10.' to the end of the list and keep the rest in the same order.
    thanks

    select
            XXX
         , to_number( substr(XXX, 1, length(XXX) - nvl(length(ltrim(translate(XXX,'0123456789.','___________'),'_')),0)) )  A
         , nvl(substr(XXX, length(XXX) - nvl(length(ltrim(translate(XXX,'0123456789.','___________'),'_')),0) + 1 ),' ')    B
    from
                select '0.'    XXX from dual
          UNION select '1.'        from dual
          UNION select '10.'       from dual
          UNION select '2.'        from dual
          UNION select '3.'        from dual
          UNION select '3a.'       from dual
          UNION select '3b.'       from dual
          UNION select '4.'        from dual
          UNION select '4a.'       from dual
          UNION select '4b.'       from dual
          UNION select '5.'        from dual
          UNION select '5a.'       from dual
          UNION select '5b.'       from dual
          UNION select '5c.'       from dual
          UNION select '5d.'       from dual
          UNION select '5e.'       from dual
          UNION select '5f.'       from dual
          UNION select '6.'        from dual
          UNION select '7.'        from dual
          UNION select '7a.'       from dual
    ) AAA
        order by
          to_number( substr(XXX, 1, length(XXX) - nvl(length(ltrim(translate(XXX,'0123456789.','___________'),'_')),0)) )
         ,nvl(substr(XXX, length(XXX) - nvl(length(ltrim(translate(XXX,'0123456789.','___________'),'_')),0) + 1 ),' ')
    0.           0
    1.           1
    2.           2
    3.           3
    3a.          3 a.
    3b.          3 b.
    4.           4
    4a.          4 a.
    4b.          4 b.
    5.           5
    5a.          5 a.
    5b.          5 b.
    5c.          5 c.
    5d.          5 d.
    5e.          5 e.
    5f.          5 f.
    6.           6
    7.           7
    7a.          7 a.
    10.         10

  • Query multiple rows

    Hi, need some help on XML and XSD.
    say I have a table in the database with 3 columns: a, b, c
    on my XDP form, I have a table, like a spreadsheet, with 3 columns too: x, y, z
    and it has 10 rows.
    I want to pre-fill the form with 10 rows of data,
    so, in my Process's action profile,
    I use JDBC's query multiple rows to get the first 10 records of my database table.
    how do I put these 10 rows of data into the table on my form?
    TIA for helping me.
    Happy New Year!

    Step1: Use SQL Query Multiple results as XML activity
    Step2: Define the output of SQL activity to look similar to
    <table>
        <row>row1 value</row>
        <row>row2 value</row>
        <row>row3 value</row>
        <row>row4 value</row>
        <row>row5 value</row>
        <row>row6 value</row>
        <row>row7 value</row>
        <row>row8 value</row>
        <row>row9 value</row>
        <row>row10 value</row>
    </table>
    Step3: arrange your forms fields (Table and rows) in the same way as mentioned above.
    Nith

  • Problem with display of data of xml in excel2002

    Hi!
    Good day!I have 2 files.1 .dtd file and another one is .xml file.my xml file is displaying in IExprorer with tree order.but when i open the same .xml file in excel2002,all the data is not displaying in arranged order.even fields are also not following tree order.
    I want my xml file should be displayed in excel 2002 with arranged order.All of my fileds should be displayed in the order and data also should be in the order.
    not only my own file,any other file i take,it's opening in the excel2002 with improper arrangement columns and data also not displaying in order.
    can anybody plz solve it?
    thanks in advance....
    latha

    have a look at jexcill API : http://www.andykhan.com/jexcelapi/
    It works fine to generated excel files.

  • Help needed in PL/SQL for updating the column for multiple records

    Hi,
    I am new to PL/SQL and need some help. What is the most effiecient way to update some field in a table as I may need to update thousands of records. I have a coulmn groupid can have multiple records tied to it. All the records attached to some groupid have a priority field also.
    How can I update the prorityfield value for all the groupids in a profiecient way. Here is a sample data
    GroupId     Priority
    1            1
    1            2
    1            3
    1            4
    1            5
    2            1
    2            2
    2            3
    3            1Here I have three groups 1, 2, 3. Now if any group contains only one record the priority remains same e.g. groupid=3 on top. If any group contains more than one record e.g. groupid=1 & 2 I want to re-arrange the priority fields e.g. If I want to update groupid=1 now if I change the priority of 2 to 5 (make it the last) I want to rearrange the remaing records priority i.e. if 2 becomes 5 as I have 5 rows for groupid=1 then 5 becomes 4, 4 becomes 3, 3 becomes 2 and 1 remains the same.
    Same wya if I want to make the priority 1 to 3 for groupid=2 then need 2 to become 1 and 3 to become 2 etc....
    Any help is appreciated.
    Thanks

    Hi,
    You don't need PL/SQL to do this (though you can put the following in PL/SQL if you want to):
    UPDATE     table_x
    SET     priority = CASE
                   WHEN  groupid     = 1
                   AND   priority = 2
                        THEN  5
                   WHEN  groupod     = 1
                   AND   priority     BETWEEN 3 AND 5
                        THEN  priority - 1
                   WHEN  groupid = 2
                   THEN
                        CASE
                             WHEN  prioity = 1
                             THEN  3
                             ELSE  priority - 1
                        END
                 END
    WHERE     groupId          IN (1, 2)
    AND     (     priority     BETWEEN 2 AND 5
         OR     groupid          = 2
         );There are lots of different techniques that can reduce your coidng: for example, the nested CASE statement used for groupid=2 above.
    You could do several smaller UPDATEs (for example, one just for groupid=1). Execution will be slower, but coding and testing will be faster.
    You could make the "magic numbers" 2 (for groupid=1) and 1 (for groupid=2) variables, even outside of PL/SQL.
    If you need more help, post the information that Satyaki requested.

  • Flat File  mapping issue

    Hello All,
    I am trying to an extract using flat file method in BI 7.0. I have some 150 fields in my CSV file but i wanted is just about 10 which are scattered around in the CSV file.When i Read Preview Data in the Preview tab i see incorrect data in there.And that too all under one tab, basically all under one field , though in the extraction tab for  Data Seperator i have been using ; and also tried checking the HEX box, for escape i have the ", tried HEX for this aswell.For rows to ignore i have 1.
    One thing i would like to know is how will the BI infoobject know where is the position of the flat file field in the  CSV file and where will it be mapped.i know it can be mapped in the Transformations but that is from the flat file datasource, i am asking about the CSV file.
    Please help me out and tell me what am i doing incorrectly.
    Thanks for your help.Points will be assigned.

    hi,
    use ,and ; as the escape signs.
    system takes care of it when u speicfy the path and name of the file and format as CSV.
    always the system checks the one to one mapping of the falt file fields with the infoobject in the datasource.
    options for u
    1. arrange the neccessary fields in the flat file that exactly maps with infoobjects for mapping. then start loading.
    2. keep as such and load with scattered field and in transformation map the required fields alone.
    second option consumes more memory space unneccessarily.
    For BI 7.0 basic step to laod data from flat (excel files) files for this follow the beloww step-by step directions ....
    Uploading of master data
    Log on to your SAP
    Transaction code RSA1—LEAD YOU TO MODELLING
    1. Creation of Info Objects
    • In left panel select info object
    • Create info area
    • Create info object catalog ( characteristics & Key figures ) by right clicking the created info area
    • Create new characteristics and key figures under respective catalogs according to the project requirement
    • Create required info objects and Activate.
    2. Creation of Data Source
    • In the left panel select data sources
    • Create application component(AC)
    • Right click AC and create datasource
    • Specify data source name, source system, and data type ( master data attributes, text, hierarchies)
    • In general tab give short, medium, and long description.
    • In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )
    • In proposal tab load example data and verify it.
    • In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.
    • Activate data source and read preview data under preview tab.
    • Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )
    3. Creation of data targets
    • In left panel select info provider
    • Select created info area and right click to select Insert Characteristics as info provider
    • Select required info object ( Ex : Employee ID)
    • Under that info object select attributes
    • Right click on attributes and select create transformation.
    • In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    • Activate created transformation
    • Create Data transfer process (DTP) by right clicking the master data attributes
    • In extraction tab specify extraction mode ( full)
    • In update tab specify error handling ( request green)
    • Activate DTP and in execute tab click execute button to load data in data targets.
    4. Monitor
    Right Click data targets and select manage and in contents tab select contents to view the loaded data. Alternatively monitor icon can be used.
    BW 7.0
    Uploading of Transaction data
    Log on to your SAP
    Transaction code RSA1—LEAD YOU TO MODELLING
    5. Creation of Info Objects
    • In left panel select info object
    • Create info area
    • Create info object catalog ( characteristics & Key figures ) by right clicking the created info area
    • Create new characteristics and key figures under respective catalogs according to the project requirement
    • Create required info objects and Activate.
    6. Creation of Data Source
    • In the left panel select data sources
    • Create application component(AC)
    • Right click AC and create datasource
    • Specify data source name, source system, and data type ( Transaction data )
    • In general tab give short, medium, and long description.
    • In extraction tab specify file path, header rows to be ignored, data format(csv) and data separator( , )
    • In proposal tab load example data and verify it.
    • In field tab you can you can give the technical name of info objects in the template and you not have to map during the transformation the server will automatically map accordingly. If you are not mapping in this field tab you have to manually map during the transformation in Info providers.
    • Activate data source and read preview data under preview tab.
    • Create info package by right clicking data source and in schedule tab click star to load data to PSA.( make sure to close the flat file during loading )
    7. Creation of data targets
    • In left panel select info provider
    • Select created info area and right click to create ODS( Data store object ) or Cube.
    • Specify name fro the ODS or cube and click create
    • From the template window select the required characteristics and key figures and drag and drop it into the DATA FIELD and KEY FIELDS
    • Click Activate.
    • Right click on ODS or Cube and select create transformation.
    • In source of transformation , select object type( data source) and specify its name and source system Note: Source system will be a temporary folder or package into which data is getting stored
    • Activate created transformation
    • Create Data transfer process (DTP) by right clicking the master data attributes
    • In extraction tab specify extraction mode ( full)
    • In update tab specify error handling ( request green)
    • Activate DTP and in execute tab click execute button to load data in data targets.
    8. Monitor
    Right Click data targets and select manage and in contents tab select contents to view the loaded data. There are two tables in ODS new table and active table to load data from new table to active table you have to activate after selecting the loaded data . Alternatively monitor icon can be used
    Ramesh

  • Photos when published have the colours washed out

    I'm using iWeb 09. This didn't happen with 06 but whatever I do to process photographs before sticking into iWeb 09, when the site is published all the colours are washed out.
    I use Photoshop CS to get photographs suitable for websites using "Save for Web". I thought this might be the problem so I redid all my photographs using iPhoto > Sharing > email but the same thing happens.
    When still building the site in iWeb the colours look great but not after publishing. What's the deal? I can't see any preference or tool to tweak.

    Hello Roddy,
    Thanks for you help in solving this one. The drag and drop still works over the top of the manual background picture. As I mentioned before it's a bit of a trick to get all the thumbnails to act properly when re-arranging all the fields but at least now I know so starting from scratch will avoid trying to re-arrange fields and make my life a lot easier.
    One item that still bugs me .... I insert a shape (with no colour or image fill) to act as a border and sometimes .... why only sometimes I've no idea .... not matter what I do moving things forward and back, it refuses to go back behind some thumbnails .... the only way I've found to overcome these errant borders is to delete them and copy one from another page and paste it! Strange stuff.
    Anyway cheers and thanks again

  • Out put to Excel from Reports

    hi all,
    Our current Reports version is Report Builder 6.0.8.22.0. We are having a report with 4 level grouping. When we generated Excel output, the data in excel is coming as follows :-
    The first 3 groups of data is coming in the first row and the 4th level data is coming in the second row. How to achieve every thing in the same line?
    For the report i created layout through Report Wizard and didn't disturb the arrangement of the fields.
    Can any one suggest a solution??
    Thanks.
    nivas.

    Its not possible to export data directly from 6i to excel but you can export in text file and then open it in excel it will open very easily but keep it in you mind first eliminate all report groups.
    and
    There is a trick to capture Oracle Reports output (text output) into a excel sheet.
    Basic Steps :
    1) Set the output format for the report to XML
    2) Run the report to generate output.
    3) Save the output file locally as a XML file.
    4) Open the file using MS Excel.
    5) To make it more beautiful, you may use a MS Excel Template
    and read below may be this will be helpful to u
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=853876
    Reports 6i Matrix Output in Excel Format

  • User Default Setting in CO11N

    Hi,
    In the Goods movements screen of CO11N, is there some sort of a user default setting where the layout can be customized based on user preference?
    Actually, I just have a problem with the material description because it's quite far from the material number.
    It's tedious to always drag the description beside the material number everytime I branch out to the Goods movements screen.
    Thanks in advance!
    Best Regards,
    Armie

    Armie,
    In the goods movement screen drag the material description as required and also arrange the other fields as required by you. Now scroll fully to the right side of the screen, there you would find a layout button click on that and save the layout as shown in the screen shot in the link...
    http://picasaweb.google.com/prasobh.sap.pp/Demo#slideshow/5345357547508821890
    Regards,
    Prasobh

  • ADD INPUT PARAMETERS IN MC$I

    Hi Gurus,
    Here my client having one requirment as follows
    Pl arrange the following fields in the selection
    screen of the report MC$1
    1. purchase group
    2. purchase doc. type
    3. material group
    4. posting date
    5. document date
    Thanks for advance please guide me.
    Regards,
    Suresh

    Hi,
    MC$I is the standard report.We can't touch anything. Go for a abap development for your client's requirement.

  • Possible to sort phone numbers in individual Contacts?

    I believe I know the answer to this question, though it seems there would have to be a workaround, even if using Terminal.
    Many of my contacts have 5 or more phone numbers.  I might also have 10 different URLs and/or several addresses.  I'd like to have the ability, when in "Edit," to simply drag numbers/URLs up or down to re-sort their order.  There also doesn't appear to be any pattern to ordering how information is entered.  For example, if I began fresh and just added URLs they won't necessary stay in the order of entry.
    But even that becomes complicated since I normally add URLs over time and it wouldn't be feasible to delete and re-enter all the information every time I want to make a simple addition.
    Perhaps part of my problem is I'm such a die-hard Apple fan that I'm not even looking at other programs where that would be possible.  I just like the seamless integration of all things Apple.
    Thoughts? Ideas?  Thank you.

    They all do on mine - unhelpful I know
    Even if they are randomly arranged, does each field not have Home, Work etc etc next to it so you know what the first is ?

  • What is the best way to migrate oracle 7.1 to oracle 10g with minimal time

    Hi
    We are going to migrate data from oracle 7.1 to oracle 10g , in 10g we have already planned partition table strategy and we want to add 2 fields in each and every table .
    Which is the best mechanism to take data from 7.1 add 2 fields , may re-arrange order of fields in table .
    please suggest the same my database size is 50GB and withinn 24 hours i want to finish this job
    thanks
    Prashant
    DBA, India

    Hi Linc,
    Thank you for yout suggestion.
    Export the import makes sense. Do you know of any "How to..." articles for exporting from Tiger?
    Thanks again,
    Tim Kern

Maybe you are looking for