How to achieve Quartile function in OBIEE

Hi ALL,
This Quartile fuction which is used for adhoc reporting in Microsoft XL.
We have requirement to calculate this in OBIEE.
Is there any possibility of getting a solution on this Quartile function.
Regards
uday Annagiri

Hi alastair,
Thanks for your quick response.
As quartile is like
Quartile:     
1 Top 25th Percentile     
2 50th-75th Percentile     
3 25th-50th Percentile     
4 Btm 25th Percentile     
NTile(numExpr, numTiles)
I tried using Ntile function,got the values between 1 to 100 then i used bins to get the above fuctionality.
Regards
uday Annagiri

Similar Messages

  • How to implement web functionality in OBIEE.

    Hi,
    Please help me in how to implement " web functionality" in OBIEE. Also need ur sugegstions for the below features while implement.
    a.Full set of features
    b.Installation
    c.Inter-changeability
    reg,kannan

    hi,
    Java  jdk-1_5_0_06-windows-i586-p.exe
    OBIEE  OBIEE 10.1.3.3
    1.     Copy biee_windows_x86_101330_disk1.zip file in to your local drive, extract it and run setup file
    2.     For the documentation BIDOC.zip in to your local machine, extract and explore
    Task
    1.     Copy installation files into your local machine
    2.     Install JAVA/JDK
    3.     Set JAVA_HOME, PATH, CLASSPATH
    4.     Install OBIEE
    5.     Explore OBIEE physical folders
    6.     Explore OBIEE installed components
    7.     Create some sample reports and charts.
    or else see the below link for installation
    http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/install/installoraclebee.htm
    Regards
    Naresh

  • How to achieve print functionality in OA Framework page

    Hi All,
    I have created one page in OA Framework.
    There is one print button on page for printing the page
    How to achieve print functionality thruoug Print button in OA page.
    Please help me in this if some one has use thif functionality before or if someone knows about it.
    Thanks
    Nisha

    Hi Nisha,
    Have u checked out "printable page" in OA Developer guide??
    Step 1: Add a page-level button as described in the Buttons (Action/Navigation) document.
    Step 2: Assuming your button label is the standard "Printable Page," apply the OA Framework attribute set /oracle/apps/fnd/attributesets/Buttons/PrintablePage.
    Step 3: Set the button's Destination URI property to point to the current page and set the UIX facet parameter (OARF) to printable as shown in the following example (if you don't know what a "facet" is, please see Controlling UIX Rendering Output for additional information). Remember to retain your application module.
    OA.jsp?page=<CURRENT_PAGE>&retainAM=Y&OARF=printable
    Step 4: Set the button's Target Frame property to _blank. This ensures that the printable page opens in a new window.
    Regards,
    Devang

  • How to use CHOOSE function in OBIEE

    Hi,
    Could any one help me out in using the choose function in OBIEE.
    How can a column be restricted using the choose function, when different users belonging to different groups logs in.
    Rakesh

    It seems be obvious that you should not publish reports to users and groups who are not allowed to see the columns in the report,
    but in practice it can be very challenging to oversee this, especially when you have a lot of groups and a very strict security model....or "unsurmountable" and unchangeable "business requirements" ;-)
    Testing definitely is the crucial point. And when you start going nuts with column access rights plus column selectors, dynamic view switching, guided nav., dynamic column formulae etc. etc. the fun really begins.

  • How to achieve this functionality

    Hi
    I have one.jsp. In this one.jsp fille i included two.jsp,three.jsp,four.jsp.
    When ever i sent request to one.jsp file in the out put i wnat to populate two.jsp,three.jsp immediately and four.jsp file should disply parts by parts....(like if our net connectio is very slow at that time the page will be opend part by part).. How can i achieve this functionality....................
    can anybody help...........

    If you've included the other JSPs on the server (with JSP include directives or actions) then everything will inline and this won't be possible.
    The only way, I can think of to do this would be to build your page with iframes or to build it with a series of AJAX calls. With either approach the initial page would be drawn first, then the browser would start making calls to fill in the various sections.
    Each section would be a separate request.

  • How to Oracle Database Function in OBIEE Administration Tool

    Hi All,
    I want to use a Oracle Database Function in as a column in OBIEE (BM, Presentation Model). Can anybody has done this inOBIEE. Any pointers to this is much appreicated.
    Thanks,

    Hi user7417334,
    You cannot use any formulas in the presentation layer (not that I know of). But you can definitely use oracle database functions in the BMM layer.
    You want to use the EVALUATE function. It works like this:
    e.x. EVALUATE( 'TO_DATE(%1,%2)' AS DATE, '12/31/2009', 'MM/DD/YYYY')
    Generic Version: EVALUATE( '<FUNC>' AS <DATATYPE>, VALUE1,VALUE2,etc)
    FUNC) Is the syntax for the function you are calling. Any parameters have to be replaced by %<number>, where number refers to the order in which you specify your parameters.
    DATATYPE) The datatype that the function will evaluate to. In this case, DATE.
    VALUE1) The latter part of the formula is a comma separated list of all the parameters used in the function. In this case, it's the date I want to cast
    VALUE2) This is the second parameter. You need as many as you referenced in your function. In this case, it's the date format.
    Good luck and if you found this post useful, please award points!
    best regards,
    -Joe

  • How to use CAST function in obiee 11g in rpd

    Hai,
    I am trying to use the cast fucntion in rpd in bmm layer for a new logical column that I have created and is giving me error compile message.
    Can any one please help me out or find out what is wrong in the function I am using.
    The expression I am trying to use is
    ( CAST ( "Chase Card Acquisition"."Fact Deposit"."Base Earn" as decimal(18,0) ) + "Chase Card Acquisition"."Fact Deposit"."Tot Bonus Earn" )

    Decimal is not a supported type in the logical layer. See:
    http://docs.oracle.com/cd/E21764_01/bi.1111/e10540/sqlref.htm#BIEMG559
    for supported types.
    If you are casting as Int then do not specify the precision ('cast x as int' NOT 'cast x as int(y,z)'). Regards,
    Robert

  • How to use groupby function in OBIEE ANSWERS ???

    Hi ,
    I need to find TOP 1000 client names on each product and I need to group the data by product. I am unable to group the data in Answers , I dont have access to the repository.
    I used the Top function but unable to group the data. Please help me...

    Why didn't using TOP work for you? What kind of results did you get?
    I can also suggest using custom ColumnCount with RSUM () in it, applying filter RSUM()<=1000, and sorting by product amount DESC
    and definitely your column order should be something like this - product group, client, product_amt, rowcount (you can actually remove this once you create filter for it)

  • How to achieve same functionality for String as java in oracle 10g

    Example:
    In java if I use
    --------------->>>
    String.format("%03d", 11) then it will give me result 011
    String.format("%03d", 1111) then it will give me result 1111
    I need same result in Oracle also for a stored procedure. I have used to_char() and lpad() both the function but couldn't get the desirable.
    I'm new to this. Please forgive for this silly question and help me.

    to_char, like this:
    with my_tab as (select 11 col1 from dual union all
                    select 1111 col1 from dual union all
                    select 8 col1 from dual)
    -- end of mimicking data in a table called my_tab
    select col1, to_char(col1, 'fm9999099')) formatted_col1
    from   my_tab;
          COL1 FORMATTED_COL1
            11 011          
          1111 1111         
             8 008  ETA: You need to make sure that the format mask in the to_char has enough characters to hold the largest number, and that the zero is in the position you want smaller numbers to be padded to (eg. in the example above, the 0 is in the 3rd from the right position).
    Edited by: Boneist on 22-Apr-2010 11:34
    ETA2: as reminded by odie_63, the fm in the format removes the spaces from the resulting string.
    Edited by: Boneist on 22-Apr-2010 11:38

  • How to use rank function in obiee rpd using evalute..

    i created a logical column:
    EVALUATE('RANK() OVER (PARTITION BY %1,%2)' AS DOUBLE PRECISION , Composites.Composites_Fact.MEMBER_LOCKED_BASE_RETURN, Composites.Composites_Fact.COMP_ID)
    please provide some solution

    There is a known bug with EVALUATE when returning numbers. When I has the same problem Oracle Metalink has adviced to use CAST on the end result of the EVALUATE and return it as a FLOAT datatype.
    CAST(EVALUATE('my_function(%1)', logical_table.ROWID) AS FLOAT)

  • How to Achieve This Functionality in BizTalk ?

    Hello,
    Project Details
    Data Base Name : Employee
    Table name        :  CityMaster
    Fields                 :  CityId (PK,Numeric(18,0)), CityName(Navarchar(50)).
    Now i have to generate the xml of this file at particular Location using Biz-talk 2010.
    By configure receive port and send port in admin console using orchestration.
    So any one have step by step guidance then reply me.
    Thanks Regards
    Hardik Ramwani

    Hello,
    I have follow all the steps. Application created & started Successfully, But Output file not generated. While I show in event log i found following error.
    Is their any problem in configuration problem ?  I think about the "BIZTALKWIN7\sa" this is not a valid 
    My SQl Instance is : biztalkwin7/SQLEXPRESS
    user ID : sa   -  Password : XXXXXXX
    =========================================================================================================
    The Messaging Engine failed to add a receive location "Receive Location2" with URL "mssql://biztalkwin7/SQLEXPRESS/Employee?InboundId=ID1" to the adapter "WCF-SQL". Reason: "Microsoft.ServiceModel.Channels.Common.ConnectionException: Cannot open database "Employee"
    requested by the login. The login failed.
    Login failed for user 'BIZTALKWIN7\sa'. ---> System.Data.SqlClient.SqlException: Cannot open database "Employee" requested by the login. The login failed.
    Login failed for user 'BIZTALKWIN7\sa'.
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, SqlConnection owningObject)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, TimeoutTimer timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, TimeoutTimer timeout, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
       at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
       at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
       at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.Adapters.Sql.SqlAdapterConnection.OpenConnection()
       --- End of inner exception stack trace ---
       at Microsoft.Adapters.Sql.SqlAdapterConnection.OpenConnection()
       at Microsoft.Adapters.Sql.ASDKConnection.Open(TimeSpan timeout)
       at Microsoft.ServiceModel.Channels.Common.Design.ConnectionPool.GetConnection(Guid clientId, TimeSpan timeout)
       at Microsoft.ServiceModel.Channels.Common.Design.ConnectionPool.GetConnectionHandler[TConnectionHandler](Guid clientId, TimeSpan timeout, MetadataLookup metadataLookup, String& connectionId)
       at Microsoft.ServiceModel.Channels.Common.Channels.AdapterChannelListener`1.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint.Enable()
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint..ctor(BizTalkEndpointContext endpointContext, IBTTransportProxy transportProxy, ControlledTermination control)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiver`2.AddReceiveEndpoint(String url, IPropertyBag adapterConfig, IPropertyBag bizTalkConfig)".
    What will be reason this error show in Event Log.
    Thanks Regards
    Hardik Ramwani 

  • How to use EVALUATE_AGGR function

    Hi,
    How to use this function in OBIEE
    EVALUATE_AGGR('db_agg_function(%1...%N)' [AS datatype] [, column1, columnN])

    Hi solved,
    i have 3 rows as
    a
    b
    c
    i want to get a,b,c for that i used below code
    EVALUATE_AGGR('LISTAGG(%3) WITHIN GROUP (order BY %1,%2 DESC)',"KQ_TASK"."ASSIGNED_TO",',',"KQ_TASK"."ASSIGNED_TO")
    where %3 is third column which u want to get in single row

  • Usage of TAble Functions in OBIEE

    Hello All,
    I have created a table function in the database.
    Is it possible to use/call table functions in obiee.Please let me know how to use table functions in OBIEE.
    Thanks in advance.

    Hi,
    Thanks for your reply.
    I want to use this table function to generate answers report.
    In the query i am using unions,bind variables.I can not create a database view on this query.The best solution would be creating a table function.
    But,i do not know how to access/use/call this table function to create answers report.
    Thanks in advance.

  • How to achieve localization in OIM 11g

    Hi,
    I need to display the specific language to the user login into the OIM based on the country or some other user attribute and also need to send all the email communication in that particular language to the user.
    Could you please let me know how to achieve this functionality in OIM 11g.
    Thanks

    Now if we can change the localization by changing user's browser language then please let me know what extra we are acheiving in the link provided by youThat's nice question..
    If you see the blog, it is mentioned there
    Customers can plug a lot of custom code and objects in OIM 11g in order to achieve their business requirements. While some customers don't care about localization, some of them do care, and this post gives tips on how to localize some pieces of OIM.Oracle gives localization for existing things not for the customization which a client is doing at their end.
    HTH

  • How to use Table valued MSSQL  function in OBIEE

    Hi all,
    Can some one help me to understand how to use table valued function in OBIEE? I want to use a table valued function (MSSQL function, with some input parameter), in the physical layer to pull the data?
    I know for MSSQL Stored Procedure we can write as
    EXEC SP_NAME @Parameter = 'VLUEOF(NQ_SESSION.Variablename)'
    but now I have a table valued function in the query window I can get the data as
    select * from myfunction(parametervalue)
    In physical layer of OBIEE I have tried as
    select * from myfunction('VLUEOF(NQ_SESSION.Variablename)'), but I'm getting error as the NQ_SESSION variable doesn't have a value , but actually I have initialized the variable but still Im getting error.
    Can some one help me to solve this.
    Thanks,
    Mithun

    Follow this link and try yourself. let me know for issues
    Substring instr issue in obiee
    Appreciate if you mark
    Edited by: Srini VEERAVALLI on Feb 20, 2013 8:13 AM

Maybe you are looking for

  • 2 pc's and Itunes

    I have a home pc(windows) using latest Itunes. I have recently purchased a 500gb network attached storage drive. I have moved all music to the new drive and have access and to the itunes through the original "home" pc. I have one ipod video 30bg conn

  • Characters are cut off when they don't fit in the pdf report output.

    Hi All, I understand that Forms 6i and Oracle 9 iAS have been de-supported for years. Meanwhile we do still run a small application in the 9 iAS environment. We have forms and reports running on Windows 2000 server, I am able to successfully clone th

  • FaceTime can't detect a camera (Mac Pro)

    I have just taken delivery of a new Mac Pro. I am running OSX 10.9.1. On my old iMac, facetime happily used the on board iSight camera for video, but now when I try to use my Philips webcan via USB (plugged directly into the Mac Pro, not via a USB hu

  • Need new card for 30". Advice for upgrade from ATI R9000 Pro?

    hey guys. i need to upgrade my video card to accomodate the 30" cinema display. im pretty sure my current graphics card is the ATI R9000 Pro. can someone PLEASE tell me which current card is the BEST out there for my computer? im having a really hard

  • What are issues or tickets

    if anybody have real time issues or tickects pls send me [email protected]