How to remove "ORDER BY" in OBI Answers query

It's taking a lot of time, when I choose several fields from repository and trying to watch the results. The problem is that OBI use "ORDER BY" in query, but I didn't choose sort order and even don't want to. Does anybody know how to remove it?
The physical query looks like that:
SELECT BI_EID_BUILDING.ID_BUILDING saw_0, BI_EID_BUILDING.COUNT_LIVING_ROOM saw_1, BI_EID_BUILDING.SUM_LIVING_ROOM saw_2 FROM BTI WHERE BI_EID_BUILDING.COUNT_LIVING_ROOM < 50
ORDER BY saw_0, saw_1

Hay !
Go to physical layer and uncheck the ORDER_BY_ Supported for database in db feature.
:)

Similar Messages

  • How to remove white space between two answer reports

    How to remove white space between two answer reports
    In Dashboard section I have 2 rqeuest. Each request renders Table View. When I display dashboard, it show white space separating the 2 table views. How do I get rid of the white space/white band ?

    See this link
    Re: Eliminating the space between two reports in OBIEE dashboard page Section
    Regards,
    Sandeep

  • Suppress "Order By" clause in Answers Query

    Hello,
    Is it possible to Suppress "Order By" clause in Answers Query.
    I'm using a database view as data source. In the view definition, "order by" clause is already specified. Is it possible to get the same order in the OBIEE report??
    I do not want to use Sort Order column in the repository.
    Thanks,
    Girish

    You add a rownumber to your DB view and use that to 'sort' your report.
    regards
    John
    http://obiee101.blogspot.com/

  • How to remove the OR clause in this query?

    Hello Everyone,
    I have this query where i have a lot of joins and in the where clause there is a ISNULL and conditions based on OR clause.
    How to remove the use of the OR clause which may cause performance problems? Can anyone suggest a method to remove the OR clause?
    select RS.PLANNEDSTART,
    OD.ESTSHIPDATE
    FROM TABLE1 RS(NOLOCK)
         INNER JOIN TABLE2 SS(NOLOCK)
         ON RS.ID1             = SS.ID1
         INNER JOIN TABLE3 AM(NOLOCK)
         ON AM.KEYID        = SS.KEYID
         INNER JOIN TABLE4 OD(NOLOCK)
         ON SS.KEYID= OD.KEYID
        INNER JOIN TABLE 8 DR
       ON
    WHERE              (isnull(RS.DATE1,'1970-01-01 00:00:00.000') ='1970-01-01 00:00:00.000'
                     AND OD.DATE1 between @Beginning_Route_Date and @Ending_Route_Date)
                 OR
                 RS.DATE1!='1970-01-01 00:00:00.000'
                   AND RS.DATE1 BETWEEN  @Beginning_Route_Date and @Ending_Route_Date)              
    Regards
    Gautam S
    Gautam S

    this is one way avoiding OR clause
    WHERE CASE WHEN isnull(RS.DATE1,'1970-01-01 00:00:00.000') ='1970-01-01 00:00:00.000'
    THEN OD.DATE1 ELSE RS.DATE1 END between @Beginning_Route_Date and @Ending_Route_Date)
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to change order of columns in SAP Query

    Hi,
    I am working on SAP Query for first time using txn SQ01. Have some doubts on it.
    ->  If i want to change the order of the fields in the output in an existing sap query, i could not find any
       way other than deselecting the fields and again selecting them in the order they want to be. Is there any
       other way for this ? By the way, can we create an SAP query without an info set.
    Thanks in Advance.

    Hi Prasad,
    Please take notice of the [Forum Rules of Engagement |https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] ]
    here you can read
    Step 3: Provide Feedback and an Update
    Finally, it's nice to follow up with a brief update if you found the solution. People may try to help not because they know the answer, but because they are interested in solving the same problem; or people may just encounter the same issue in the future and be searching the archives. It's a good way to give back to the community, irrespective of whether you are a beginner or an expert.
    We are interested not so much that but much more how you solved your question.
    Thank you for cooperation.
    Clemens

  • How to remove trailing zeros 20353675.0000000

    All numeric decimal columns all are showing trailing zeros, how to remove them while processing within the query transform.
    20353675.0000000
    Thanks a lot for the helpful info

    You can use the trunc function to remove the decimal places.
    Syntax: trunc( number, [ decimal_places ] )
              <number> is the number to truncate.
             <decimal_places> is the number of decimal places to truncate to. This value must be an integer. If this parameter is omitted, the trunc function will truncate the number to 0 decimal places.
    Eg:     trunc(125.815)  would return 125
              trunc(125.815,0)  would return 125
              trunc(125.815,1)  would return 125.8
             trunc(125.815,2)  would return 125.81
             trunc(125.815,-1)  would return 120

  • "IS&T Software Update Bonjour Agent" - Any idea how to remove?

    About 3.5 years ago I was an Apple employee.  Once I left, I bought a MacBook Pro and restored all my files from a TimeMachine Disk image.
    Ever since then (almost 4 years), every time I boot up my computer I get this alert:
    I have no idea why this is coming up... I have gone through extension folders, plists, preference windows... I cannot find anything on my computer related to this.  I also cannot find anything on the internet about anyone else having this issue.  Can someone PLEASE help - it's driving me nuts!

    I should mention that I called Apple Support directly about this a few times and they were never able to identify why I'm getting the message or how to remove it.

  • How to remove Microsoft Office on Snow Leopard?

    How do I remove MS Office on Snow Leopard iMac?

    Here are Microsofts instructions on how to remove Office 2011

  • Urgent -open purchase orders existed in asset how to remove from the asset

    Hi,
    Some assets I am going to delete if the open purchase orders existed how to remove the open purchase orders from the asset  what is the t/code to view the open purchase ordes.
    Can any body give the details please.
    Regards,
    Prabhakar.

    Use ME2N and give the required paramets in field Selection Parameters.  Some of the available choices are
    Open invoices
    Open target value
    Open issue quantity
    Issue quantity reversible
    Open goods receipt
    PO AA link is established through Account Assignment Category A mentioned in PO.  Select the PO with above and change the PO through ME22N

  • How to remove the Coupon from the Order.

    Hi All,
    I am working with order cancellation part ,so I am facing one issue i.e when order gets cancelled I have to remove the coupon from that order and that coupon should be available or used for future.
    Please guide me how to do this.
    Thanks in Advance
    Edited by: user11500198 on Nov 26, 2012 12:22 AM

    You can fetch the promotion from the coupon to be removed by quering the repository and then remove the promotion from the profile using the method
    removePromotion(MutableRepositoryItem pProfile, RepositoryItem pPromotion, boolean pRemoveAll) in PromotionTools component.
    Do remember to iterate if there are multiple promotions associated with the Coupon.
    Also remember , this might cause some anamolies in the reports as you cannot reprice the order and only we can remove the promotion from the profile so that he can use it once more for a order.

  • How to remove the entries of the names of the previously read PDF files in order to not to leak privacy

    How to remove the entries of the names of the previously read PDF files in order to not to leak privacy

    Bear in mind that the files will ALSO be in Windows or Mac's recent document list, and even if they weren't, the files will still be around and available. If they are not available, then just the name may not be much of a security bit (unless the file is called my_secret_bid_for_ibm.pdf or some such).

  • I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?

    I made a website, but have now deleted it in order to take it down. However, after deleting it, the website is still online? Can anyone help me figure out how to remove the site completely?
    The site is joehewett.uk and I am worried that now I do not have the files of the website I cannot remove it?
    James.

    Did you delete the files from your Remote server?
    Deleting the local site folder or the site definition in DW will have no effect on your remote site.
    When I go to your URL, I see the index.html page with 16 code errors and this background image:
    http://joehewett.uk/Untitled-1.jpg
    So the site is still online until you delete those files from your server.
    Nancy O.

  • How to remove the approved order from the table in sapui5

    Hi Experts,
      how to remove the approved order from the table in sapui5.
    After Approving the order how to remove the order from the table in sapui5.
    Please help me.
    Thanks & regards
    chitti Babu

    Hi,
    Probelm is OBIEE on your machine.Some one might have deleted pdf option.
    Refer : http://obiee101.blogspot.com/2009/07/obiee-dashboard-default-controls.html
    Try to find out tag that is to be removed from controlmessages.xl so that you have only HTML.
    Update :
    Stop BI Server.Try removing below tag and restart server.
    (sawm:if name="enablePDF">(a class="NQWMenuItem" name="pdf" href="javascript:void(null)" onclick="return PortalPrint('@{pdfURL}[javaScriptString]',@{bNewWindow});">
    <sawm:messageRef name="kmsgDashboardPrintPDF"/></a)</sawm:if)
    Regards,
    Srikanth
    Edited by: Srikanth Mandadi on Apr 19, 2011 3:36 AM

  • IN PRODCUTION ORDER,REAMRKS FILED IS SET AS MANDATORY USING STORED PROCEDURE..HOW TO REMOVE IT?

    IN PRODCUTION ORDER,REAMRKS FILED IS SET AS MANDATORY USING STORED PROCEDURE..HOW TO REMOVE IT?

    Hi,
    Please try to simply your subject of posting. It is not necessary your subject and body of discussion should be same.
    Yes possible to remove under SQL management studio provided you have authorization to access.
    Thanks & Regards,
    Nagarajan

  • How to remove unwanted plugins (and no I don't want to read any unrelated articles that never answer your question)?

    I want to clear out the unwanted plugins in Fire Fox . One plugin even has a warning about not using it (Java Deployment Toolkit). But every time I ask "how to remove a plugin?" , I am redirected to an article that doesn't answer the question. And then the circular argument begins again without ever actually answering the question.
    IS IT NECESSARY TO UNINSTALL FIREFOX TO REMOVE A PLUGIN??????

    Plugins like ex Flash and Java etc are not installed in Firefox like Extensions and Themes are. They are on system and Firefox has found and is making use of them. This is why you can only activate/deactivate which tells Firefox to make use of that Plugin on system or not.

Maybe you are looking for

  • Data model that takes part of data to DSO and part to cube

    Hello experts, I have a question about the data model I am currently working on. This model is about a reservation agency, where a customer contacts the agency through a sales representative and makes a reservation for a certain event. He later has t

  • Getting Map entries based on a variable in JSTL?

    In JSTL, you can have a Map variable access the items within that map using the '.' notation. So, {$map.prop1} is similiar to map.get("prop1"). But, 'prop1' in a EL expression is a constant, and you can't (apparently) build EL expressions on the fly

  • How to find out who deleted a Bank Number

    Hi Guru, How can I find out who deleted a bank number for a particular country. Thanks! Regards, Ajit

  • How can I edit a saved file in adobe reader?

    I just want to delete a sentence and replace it with a new one.... Should I just start over in word? This is so confusing and frustrating!

  • Select previous page items or next page items (IDCS3)

    Hello all, How can I refer to previous page or its item? I am trying to do something below. if a textFrame with label "myFrame" is missing on current page go to next page (or may try to next page) for (var i=0; i<=myTotalPage-1; i++) app.activeWindow