In Report,order by clause is not working

Hi All,
For the report i prepared the query in this one am using the order by clause,i run the query in the sql plus working fine am getting the data based on the order by clause.when i use the same query for the report am getting the data but not in the order(i.e order by clause in not working).
Please help me how to do this one.
Thanks in Advance.
Regards,
Leelakrishna.G

Hi Dora,
Data is coming in the proper sequence,but in the first group data is not coming(In first group data first line only displaying,remaining data is not comming).
My req is:
The report is executing based on the creation date(i.e.,from creation date to today).
In this so many Purchase requisitions will be there for this one different approval in different times will be there.
For Ex:
we will take 2 PR number only(for the first one 3 approvals,second one 4 levels of approval).
1. one supplier 1person raised by 1PR submit
No Action
Approve
2. 2Supplier 2personraised by 2PR Submit
NO Action
Forword
Approve
with ur suggestion am trying data is gettin fine but first group first line is coming remaining data is not coing.
EX:
1. one supplier 1person raised by 1PR submit
No Action
Approve
2PR Submit
NO Action
Forword
Approve
Note:"2. 2Supplier 2personraised by " this kind of lines data is missing.
Can you pls check and suggest me how i can do this.
Thanks in Advance.
Regards,
Leelakrishna.G

Similar Messages

  • All share functions except email are NOT enabled. I can create and print but order prints is also not working. HELP!

    All share functions except email are NOT enabled. I can create and print but order prints is also not working. HELP!

    Hello
    Please see notes and 4 attachments for your reference. Hopefully this information helps.
    Maureen
    what version of iPhoto are you using? 9.5.1
    what system version are you running? OSX 10.9.4
    what happens when you try to order? See attached picture. I want to share pics to FB & FLICKR etc
    did you make sure you've selected the correct Print Products store in iPhoto's Advanced preference pane? YES
    what fixes have you tried? Restarted computer. I'm not very computer savy. I have had no problems with this in the past.
    where is your library located? I have not moved anything for iphoto.
    did you apply any updates or upgrades just prior to the problem occurring? I can't remember
    are you running a "managed" or "referenced" library? Not sure how to find this out
    what type of Mac? iMac 2.5 GHz Intel Core i5
    how much free space on your boot drive? 12 GB 1333 MHz DDR3 - I have an external hard drive 1 TB

  • LOV based on Query - ORDER BY :P_ITEMVALUE does not work

    Hello guys! I have a special request that I'm focussing on. I have a couple of select lists in my application that contain tree species.
    On the first page the user has the opportunity to assign a ranking to the respective tree species. The database column storing that information is named INT_BEDEUTUNG.
    Instead of using that order by clause continously I want to be able to change the order by definition using two buttons. One is used to order alphabetically (column BA_LANG) and one is used to order by the field INT_BEDEUTUNG.
    Hence I tried to bind an item (P6_SORT) via a button, assigning it to either BA_LANG or INT_BEDEUTUNG.
    The tree species select lists in my reports are based on LOVs using the following query:
    SELECT BA_LANG, LNG_BAUMART
    FROM VT_TBL_BAUMART, vt_tbl_BAUMARTENBEDEUTUNG
    where CNT_BAUMART = LNG_BAUMART and
    LNG_GEBIET=:P6_lng_gebiet
    order by :P6_SORTI thought that if :P6_SORT conatins the value BA_LANG or INT_BEDEUTUNG, the selct list would be ordered accordingly. Unfortunately it doesn't, although P6_SORT is not empty?
    Do you have an idea what I am doing wrong or how to change the order by clause for that query for the whole application?
    I'd appreciate your interesting answers and thoughts!
    Best regards,
    Sebastian
    Edited by: skahlert on 17.09.2009 08:52

    @ Roel
    Thanks Roel! I believe your suggestion works! Thanks a lot! Great to get such a rapid solution! :-)
    Nevertheless I have one more question. I am using 2 html buttons on page 1 with URL-redirect in order to set the item on a specific page. This was for testing purposes only.
    Now I just want to set the attribute or value on page one where the respective buttons are placed.
    I have other navigating buttons on the same page, which when clicked, bind items on the target page. These should be used throughout the application to forward the item value for P_SORT.
    Now the question is - how can I bind an item on page 1 without being redirected? Is there a javascript routine or a simple trick that does the trick???
    Thanks again and best regards,
    Sebastian

  • Help: ORDER BY variable does not work in CS3

    I have a variable in my recordset query for the ORDER BY
    clause which is set by the URL variable, 'order'. With CS2 the
    recordset worked fine with the variable. CS3 shows N/A for the
    variable type in the Recordset dialog, and when I click Test to
    test my recordset, it says I need to specify a variable type. So I
    set it to 'Text' and suddenly the variable doesn't even work. It
    just orders the records by ID. Am I going to have to use CS2 to
    create recordsets with an ORDER BY variable in the future or is
    there some other way around this?

    AngryCloud wrote:
    > In CS2, Dreamweaver does not ask for a data type.
    There is no such thing as Dreamweaver CS2. You are presumably
    talking
    about the version of Dreamweaver that was bundled with Adobe
    Creative
    Suite 2 after Macromedia was acquired by Adobe. That was
    Dreamweaver 8.
    From the sound of it, you have the original Dreamweaver 8,
    which didn't
    use data types for variables. Everything changed when the
    8.0.2 updater
    was released. The updater made important changes to the way
    Dreamweaver
    handles variables in SQL queries. These are designed to
    prevent
    malicious attacks through SQL injection. Dreamweaver CS3 uses
    the same
    code as Dreamweaver 8.0.2.
    If I remember correctly, Dreamweaver will automatically
    update all the
    code if you open the Recordset dialog box, make any changes,
    and then
    click OK. If that doesn't work, the safest approach is to
    select the
    Recordset in the Server Behaviors panel, and click the minus
    button to
    remove it cleanly. Then build the recordset again: a
    nuisance, I know,
    but it makes your code more secure.
    When using LIKE in a SQL query, you must always choose Text
    as the data
    type, even if you're using numbers in the variable field.
    This is
    because the SQL specification says that LIKE is for comparing
    strings.
    Dreamweaver 8.0.2 and above now follows the SQL
    specification, whereas
    it didn't before.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Order by clause doesn't work properly

    Hello,
    I have developed a purchasing report and added it to the request group.The Order By clause (to_number(PO_HEADERS_ALL.SEGMENT1)) in my query gives the required ordering when the report runs in Reports Builder, and it doesn't when requested from the Purchasing Super user.
    Please note that the only difference between Reports Builder and Oracle Apps Output is in the order by clause output.
    Can you please help me?

    hello,
    Sorry if my wording wasn't clear enough.
    the query is like:
    select segment1,otherfields
    from po_headers_all
    order by to_number(segment1)
    Please note that "segment1" is a varchar2 field.
    Also, i'm using "segment1" as a group by field in the report builder wizard.
    The above query doesn't give the required ordering in report builder while it does from TOad and i don't know why?
    Can you help me please..
    Message was edited by:
    AIMAM
    Message was edited by:
    AIMAM

  • Button of  report in WEB UI Client not working.

    Dear experts!
    I program a report in SAP GUI. Display data by ALV grid using function module. Then, i create a button, when i click this button, program will call a function module to export data to excel. I fix the path to save file excel is on my local computer. I test in SAP GUI, these functions run very good. I create logical link to bring this report to WEB UI. But after i run this report, i click button to export data to excel, system has not any message and i follow the path i have fixed about, but i do not find the file excel.
    Anyone can explain and resolve this problem with me?
    Thanks a lot!
    Longndtb.

    Hi,
            GUI methods for file handling do not work in the web session. The browser by itself has no access to the user's PC and this is on purpose for security reasons. You have options. You can create a SICF node to generate the report as a downloadable content or use activex objects to directly write files in user's PC or run a SAP GUI report in a background session.
    Regards,
    Arun Prakash

  • BIP Report in Siebel mobile is not working in languages other than English

    Hi,
    We have upgraded our Siebel from 7.8 to Siebel 8.1 and in that we have moved from Actuate to BIP Reports. We have created a customized report in which we have put in the Filters on '.rtf' file to show a particular set of data. This report is deployed for 3 languages : English (ENU), Portuguese (PTB) and Spanish (ESN).After deploying this report, on Web application, it is working fine for all the languages but we are facing an issue on mobile client, the report is only working fine in ENU but for other languages(PTB & ESN) it is failing (means the filter which we put on '.rtf' is not working on other languages).
    Is anybody face this issue and what will be the solution for this?

    Hi
    I think you need to first translate the smartform into other languages. Before translation, it wont work.
    Steps for translation:
    1. goto Transaction SE63
    2. in R3 Enterprise select form menu
    Translation - ABAP Objects - Other long texts
    3. select FS - SSF-Smart Form
    4. Object Name: choose your smart form
    5. select target language
    6. press edit
    Regards,
    Vishwa.

  • Urgent : SSRS reports zoom in option is not working in IE9 compatability view

    Hi,
    We have SSRS reports which when viewed in IE 9 compatability view, zoom in option is not working properly.
    SSRS report have 4 charts inside a rectangle. when zoom in from 100% to 50% only rectangle shrinkes not the charts.
    Please let me know why it is happening and solutions if any?
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

    Hi Wendy Fu,
    Thanks for your support. Below are the steps and screenshots as per your requirement.
    /*******************Below are the steps to replicate ************************/
    This document explain IE9 compatibility issue with SSRS report (SSRS 2008 R2 and IE9)
    Tools and software used:
    Reports are rendered on Share Point 2010 server which uses SSRS 2008 R2.
    Reports are accessed using web browser IE9, IE10 ….
    Problem statement:
    To work OTHER reports compatibility mode in IE should be ON
    To work SSRS reports (mainly zoom) compatibility mode in IE should be OFF
    OTHER report is being used by customer and they will start using SSRS reports as well. While using both OTHER reports and SSRS reports customer do not prefer to keep switching between compatibility modes.
    “Browser Mode: IE9”
    Steps to reproduce Zoom issue for SSRS report with Compatibility mode is given below:
    Step-1: Select Tools menu -> Compatibility View Settings
    Below setting is suggested for OTHER users so tick as shown below,
    Step-2: On decision center select link and Open the report home page and click the link to open the report.
    Step-3: On SSRS reports Change Zoom level from 100% to say 50%. Here all charts are not moved with container frame.
    If “Browser Mode: IE8” is set with following steps then this issue does not happen.
    Press F12 and from and select IE8 as shown below.
         Press F12 again so this will set the mode and then try Zoom option it works fine. However this setting temporary and will remain for the session only.
    If compatibility mode is OFF then also this does not happen. Please see image below.
    Rakesh Jayaram http://blogs.msdn.com/b/rakesh_ramblings/

  • Report with JDBC connection does not work when they includes CommandTable

    I am trying to render using the new version of Crystal report java component - CRJ a report contains Data base Fileds of type Command Table (Row Set) which seems to be not working.
    when i use the previes version of crystal SDK it works fine.
    after deugging the Sample CrystalHelper.java file which contains the method .changeDatasource()
    i found that the DataBaseController.setLocation() method changes the CommandTable class to Table when using it on CommandTable instance and as result all the fields defined into that CommandTable were disappear.

    That appears to be a known issue:  Eclipse JRC: To change the JDBC connection at run time
    Sincerely,
    Ted Ueda

  • Report on Virtual cube is not working.

    Hi,
    I  created a report on virtual cube, Virtual cube is based on Function module which will pick data from Multiprovider, In the FM mention the import parameter name as " Muli Provider" Name.
    Multiprovider built on SPO object , On SPO object BIA is created, If can de activate the BIA on SPO then the report built on virtual cube is working in the portal. If I can activate the BIA the report is not working in the portal.
    The report is working fine in RSRT and Analyzer either BIA is active and deactive.
    Regards
    GK

    Hi
    The multi cube you created must be comprising of Info cubes, DSO and Info objects. Now this error which you are getting is it for
    - a specific characteristics or
    - any characterisitcs that is entered fourth in the series of filter selections or
    -  the fourth value in a specific characteristics
    Is the characteristics and the value which you use in filter present in all the underlying objects included in the multi cube ? You can check it in each of the objects associated in the multi cube, independently. This will give you an idea as to whether the error reported by the system is genuine or not.
    Cheers
    Umesh

  • Fold/Unfold (Outline) in BO 4.0 Webi Report - in Reading Mode do not work

    I  have BO 4.0 Webi report with fold/unfold functionality(Outline). It works fine when I open it in Design mode but do not work in Reading mode. Could anyone please advise if they have faced such issue?
    Thanks in Advance.
    Regards,
    Anita 

    Hi All,
    I checked with the BO authorization team who grant access to different user groups to access BO reports.  It means that I was not having the access rights to view my report in "Rich Internet Application" mode. Once the access permissions were granted to my user group. I see the option as highlighted in red below. To view the report in reading mode in BO 4.0 BI Launchpad, you should set the preferences as below:
    Thanks for your support.
    Regards,
    Anita

  • Crystal Report (visual studio 2005)-Hyperlink not working on exported PDF

    I have created a crystal report by using VS 2005, there are some hyperlinks inside the report.
    After i exported the report to PDF, I check the PDF file, none of the link contains inside the PDF file.
    It seems a bug, i google this issue, some people can export to RTF first and then in RTF save as PDF, then the link should be there. I tried it, it works, but it totally mess up my report layout.
    Please advise,
    Tommy

    Typing the terms "pdf export hyperlink crystal" in the search box at the top right corner of this page comes up with the following KB (5th hit):
    [Hyperlinks to files do not work when exported to Portable Document Format (PDF)|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313336333633363337%7D.do].
    "Messed" up report export to RTF does not tell me much either. A link to a screenshot will be great.
    Also, what CR Service Pack are you on?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • In XL Reporter  the report template ER-1 is not working,

    In XL Reporter  the report template ER-1.ixr given by SAP is not working,
    Error message displayed: "Error in Expansion" how to correct this problem
    please give me the solution or mail me ER 1.ixr if you got working file, thank you
    Regards
    krish
    mail id:[email protected]

    Dear Radhakrishnan,
    This error has already been reported to SAP Support earlier also. It happens with SalesTaxRegister.ixr also and here is the solution for it :
    Whenever the Xlreport "SalesTaxRegister.ixr" is executed from
    XLReporter the error "Error in expansion" appears.
    This error occurs because the report references two fields which do not
    exist in the metadata.
    Note: SalesTaxRegister.ixr is provided by SAP for Indian localisation.
    To correct this problem, follow these steps:
    1.  Open the report definition in Excel.
    2.  Click menu 'Format > Column > Unhide' to unhide all columns. This
        will make columns A to AC visible.
    3.  Delete the content in cells O15 and O25 (PO4_NonDdctPrc).
    4.  Hide columns A to AC again and save the report.
    5.  Try to run the report again.
    The above solution will work for SalesTaxRegister.ixr report.
    For the customized report which the partner must have
    created, there would be some similar references that do not exist
    in the metadata. Once these references are deleted the report will work
    again.
    For further information please have a look at the note :  1072702.
    Regards
    Arshdeep

  • Reports ...Calculations & Supression not working

    <p>Hello,<br><br>I have one report in which I have to subtract 2 columns (say A& B) and show the value in column(say C). I want to supress allthe rows for which there are negative values in column C ... Thisis not working for me.<br><br>Then I need to calculate the percentage of C compared to A . Nowthere might be ZERO or MISSING Values in column A and the divisionby these gives error. Is there anything I can do to replace thesevalues so that division does not gives errors.<br><br>I have tried to use conditional supression but it does not worksfor me. I have only few rows in the report which expand ( I amusing lists for different levels) and I need to supress these rowsfor missing data. But when I remove the basic supression and addthe conditional in additional supression, the report just stopsworking and stays in a loop for a long time.<br><br>Any suggestions....? It would be a really great help.<br><br>Thanks<br><br>Monu<br><br></p>

    <p>clegcleg,</p><p> </p><p>That's a good suggestion . I tried it but this is not workingfor me.</p><p> </p><p>As far as I understand , formatting (conditional or normal) isapplied on the report after all the data retrival and calculationsare done. So If I replace the values using conditional formatting,they are not considered in the calculation and the division by ZEROor MISSING values would still show error on my report.</p><p> </p><p>About condtional supression, I had basic supression (on missingvalues) on the row. Now when I change the supression to supressrows if A>B or for "NO DATA" in current row, thereport just takes forever. With basic supression , the report isgenerated in 5 secs and with conditional supression for NO DATA ,the report ran for like 5 minutes and I had to cancel ifeventually.</p><p> </p><p>Any more tips & tricks please??</p>

  • I reported a problem and did not work, what do I do

    I downloaded a game from my itunes for windows and went to the iphone, unfortunately, it worked, I was on my itunes, and I reported the problem, but it did not work, what do I do

    It makes things easier if you reply on your original thread so that people know what you are talking about : https://discussions.apple.com/message/24121874#24121874 - each post should have a 'reply' button on its bottom right-corner
    I've added a reply to that thread.

Maybe you are looking for

  • My shuffle **** gets worse!!!!

    please help me anybody................... the "easy to use" pack of gum I purchased not 8 months ago was working fine before my holiday....on my return the **** thing will not be recognised by my laptop, I get a message saying "cannot read or write t

  • Windows Vista to 7 iTunes

    I cleanly installed Windows 7 from Vista, and now have a Windows.old folder. How do I get my iPhone and iPod Nano data back into iTunes? I re-downloaded itunes and it is currently blank.

  • Time machine not seeing external hard drive in time line

    can anyone help time machine not seeing external hard drive in time line before 2013 information say in 2009 is not accessable to view this i must select external drive from finder the time machine icon not recognising

  • Error While Importing Process Flow in OWB Repository.

    Hi All, OWB Config Details is as follows: Oracle 9i Warehouse Builder Client: 9.2.0.2.8 Oracle 9i Warehouse Builder Repository: 9.2.0.2.0 Following Error Message is displayed when i tried to import process flow from one OWB Repositoty to another OWB

  • Firefox crashes instantly before I can do anything

    I click on my shortcut for firefox, and the crash reporter instantly appears. If I click restart, firefox will open but when I try to visit any website it crashes again. I have tried numerous things and I cant even seem to get my crash report from Mo