How to use special aggregation in bi  beans

Dear Gurus:
I am using Bi beans in a project, on cube has a banlance measure, I set the last() aggregation in olap option with OEM, But when I query this cube, this measure still use default sum(), So whould you please help me how to use this special aggregation in bi beans.

George,
One way to get non-additive aggregations is to use an Analytic Workspace, or AW. AWs support all the aggregation operations, and can be exposed through the OLAP Catalog as "fully solved" cubes, in which case
the OLAP API will merely fetch the correctly computed aggregate values.
Today, setting up an AW for use by BI Beans and the OLAP API requires lengthy scripts that create the necessary ADTs and Views, plus calls to the CWM2 PL/SQL API. However, OLAP will be releasing an AW Manager tool
that makes this process easier. Please contact OLAP Product Management for further details.

Similar Messages

  • How to use Special value set with Column clause to display addtional column

    hi
    can anyone tell me
    How to use Special value set with Column clause to display addtional column
    how can i use FND POPID and with COLUMN clause ?

    Dear Yaseen,
                To get the value in formula cumulative,after you have created the formula for that particular key figure,go to edit and click on tab "calculations".
    In that select overall result as 'count all values not equal to zero' and single result as 'count all values not equal to zero' .
    And mark the cumulative check box underneath.
    I hope you get the desired result and please do me favour .
    Sumit goomber

  • Siebel8-How to use special character in WF expression

    How to use a special Chanarcter in a Workflow expression?
    in the below expression, am looking for comma
    IIF(Instr([&ProccProp], "','"), 'Y', 'N')
    But I am getting the following error
    The query could not be run because there is an invalid character in the field '<?>'. Please ensure that the value in the field is formatted correctly with only valid characters.
    Missing quotes around the search criteria or unnecessary punctuation will often cause an error.(SBL-DAT-00403)
    The Siebel version is 8.
    Thanks in advance

    Fine you already bypass this.
    When i readed your post and saw your solution, i asked for myself what version of siebel you were using, and from the first post understood that was version 8.
    Some months ago i have made workflows in siebel 8 and many times happened that i falled in situations and errors that were very very tricky to understand...workflow UI in that version, really needs some improvements.
    Bye

  • How to use special charecters in Data Type ?

    Hi Experts
    i want to create the data base structure for receiver side. in that data type we need to use special characters like (_ _ -- and # ) . is that possible that we can use the special characters in the data type creation .
    Thank you
    G.Praveen Kumar

    Hi,
    read reply given byAkhila K 
    Re: DataType character u00F1
    and this
    https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/9420 [original link is broken] [original link is broken] [original link is broken]
    Regards,
    Manisha
    Edited by: Manisha Dahatonde on May 15, 2009 2:30 PM

  • How to use special characters in Report Builder

    Hi everyone,
    I wonder if you guys can help me. I'm trying to change our Invoice hearders from English to Portuguese. Eg, I've changed this English heading
    ("FOR ACCOUNT QUERIES CONTACT") to this Portuguese heading ("PARA CONSULTAS DE CONTA CONTACTE"). So when I'm done, my entire invoice will be in Portuguese. This works fine, until I get special characters in some of the Portuguese translations. I can copy and paste the translations with special characters into Report Builder. But when I print the invoice in Oracle Apps (with a PDF output), the special characters get replaced with a "?".
    Here's an example:
    < "Line No" should read "Linha nº" but it prints out as "Linha n?" > Does anybother know how I can resolve this? I'm using Report Builder: 10.1.2.3.0 on Oracle Apps: 11.5.10.2 and RDBMS : 10.2.0.4.0
    Thank you in advance

    Hi,
    You need to have Portuguese font installed on your machine, if you are running the report from your machine or else if you are running the same from report server then the font has to be there on the server font dir.

  • How to use value returned from a bean in jsp page

    Hi All,
    I have a string array value being returned from a javabean to a jsp page. I want to be able to assign the value to a variable in the jsp page.
    How do I do this?
    Many thanks :)

    thanks for your response.
    I actually used something like this:
    <% String loggedin = log.User(user,password);
    out.println(loggedin);
    %>i am not yet as much of an expert on beans as i would like to be, but i thought it is not really a bean if it has a getter method which takes arguments?

  • How to use special font in an applet so that text can viewed in any browser

    I have created an applet in which I use text with special font I have installed in my PC. The applet is correctely executed with associated html file in my PC. I try to execute the files in another PC in witch the font is not installed. Text with the special font is not correctely viewed.
    can you help me how to do?
    thanks

    Both java.awt.Component and java.awt.Graphics have a method setFont(). You can set whatever font you want. However, if the user does not have that particular Font installed, whether the font is auto-installed for the user is browser and browser-setting dependent.
    - Saish

  • How to use Special GL Indicator in Treasury?

    In Business Partner Master Data you assign only one reconciliation account per BP.... in this case I will have to make use of the "Special GL Indicator" where I can post to another reconciliation account which is different from the one that is already defined in the BP master data. How do I go about this in Treasury (account determination)?

    Hi Rick:)
    Sad to say, nobody gave me an answer to this one..... But I believe that after the research i've done (going through all the transactions and in spro)..... Treasury has really no functionality for GL indicator because as you know.... we don't indicate any posting keys and accounts during the transaction since everything is pre-defined based on our configuration in account determination. If you have other ideas and if you get an answer to this one, please keep me updated.
    Thanks:)

  • How to use Special Characters in CONCAT function or another form with Xquer

    Hello everyone
    I'm using PS3 OEPE within message flow (proxy)and I'm using Xquery.
    I'm using the CONCAT function, but this does not allow me to concatenate special characters not allowed, for example:
    I want to concatenate these strings:
    String1 = “&amp;lt;get-person&amp;gt;&amp;lt;id-person&amp;;gt;”
    String2 = “123”
    String3 = “&amp;lt;/id-person&amp;;gt; &amp;lt;/get-person&amp;gt;”
    I want to represent characters regex. It means no XML characters
    Someone knows some way, any function that allows me to concatenate in OSB these values with Xquery?
    Edited by: chromosoma on Sep 5, 2012 5:59 PM

    Hi,
    It seems to me you're doing things in the most complicated way possible...
    Firstly, you should use codepoints-to-string not the reverse... Secondly, the function work with decimals, not hexa
    http://www.xqueryfunctions.com/xq/fn_codepoints-to-string.html
    http://www.xqueryfunctions.com/xq/fn_string-to-codepoints.html
    This works...
    concat(codepoints-to-string(38),'lt',codepoints-to-string(59),'get-person')But this also works... Note that I've inserted a space between the &amp; and the lt so the forum formatting can show it...
    let
    $String1 := "& lt;get-person& gt;& lt;id-person& gt;",
    $String2 := "123",
    $String3 := "& lt;/id-person& gt;& lt;/get-person& gt;"
    return
         concat($String1,$String2,$String3)And, finally this also works... So what's the reason for escaping &lt; and &gt; with &amp;lt and &amp;gt; and why codepoints?
    let
    $String1 := "<get-person><id-person>",
    $String2 := "123",
    $String3 := "</id-person></get-person>"
    return
         concat($String1,$String2,$String3)Cheers,
    Vlad

  • How to use special characters in rtf template?

    Hi,
    We are using .rtf template to print an invoice in pdf format.
    Now the requirement to put special character under footer section as below.
    "New York • London • Houston • Berlin • Vienna • Sydney • São Paulo • Singapore "
    I use same in rtf template but report output showing as below
    "New York ? London ? Houston ? Berlin ? Vienna ? Sydney ? São Paulo ? Singapore " .
    I tried with placeholder column but no luck.
    Can anyone help me?
    Thanks in advance!!

    hi,
    find in this link
    Count Number of Groups

  • How to use multithreads in servlet or beans?

    I need a servlet to run every 2 minutes to refresh a application varible.How can I do this?Please show me code examples,Thanks!!

    sounds to me the application should make periodic requests to the servlet, if so, use a thread in the app to request/sleep.

  • How to use special characters in regular expression

    HI all, I am new to regular expression.
    Can any one please tell me the regular expression for characters which are used in regular expression like " [({. tetc.Is there any particular expression to prefix before using these characters                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Expression:
    < td .*? bgcolor = \" ( [^ \" ] +) \" \\s* .*? > ( .+? ) </td>
    It will search for expression starting with <td ,
    .*? means any characters zero or more than one,
    then it will find bgcolor = , then literal \"... \(any char) is that specific char
    [ ^ \" ] any character but not literal \",this means there has to be something between ".... " if empty then wont match ,+ is 1 or more times
    Then again literal \ " , after that \\s* means zero or more num of spaces,
    then again , .*? means any characters zero or more than one,
    it will search for literal > , again any chars . * ?
    Finally </td> will be searched.....!!
    So all expressions having this particular structure will be
    matched.
    Output :
    <td align="left" valign="top" bgcolor="ffffff" width="177">bla bla bla</td>

  • Help: how to use valuechangelisteners in a baking beans

    <h:form id="selectCurriculum" >
    <h:selectOneMenu id="selectlinks"
    valueChangeListener="#{CurriculumManager.selectCurriculum}"
    required="true"
    >
    <f:selectItems value="#{Curriculums.items}" />
    </h:selectOneMenu>
    <h:commandButton action="selectItem" value="&#1087;&#1086;&#1082;&#1072;&#1079;&#1072;&#1090;&#1100;" />
    </h:form>
    method selectCurriculum() is not called

    public void selectCurriculum(ValueChangeEvent event){
    logger.info(event.getNewValue().getClass());
    Integer id = (Integer) event.getNewValue();
    Collection curriculums = curriculums().getCurriculums();
    ObjectCurriculum curriculum = null;
    for (Iterator iterator = curriculums.iterator(); iterator.hasNext();) {
    ObjectCurriculum objectCurriculum = (ObjectCurriculum) iterator.next();
    if(objectCurriculum.getId().equals(id)){
    curriculum = objectCurriculum;
    break;
    curriculum().setWholeObject(curriculum);
    logger.info("setting current curriculum");
    no message is logged

  • How to use BOLD Fonts/text in Oracle?

    Hi guys,
    Im doing a package and part of this package has an email to a client. I just want some details of that email should be BOLD fonts/text like the Name or Title. Can anyone help me solve this problem?
    Im using Oracle Forms6i and Oracle9i for our database.
    Thank you.
    Lala

    Hi,
    How about using a [Rich Text Editor bean|http://forms.pjc.bean.over-blog.com/article-28390950.html] (in place of a text item / text area)?
    -Arun

  • How to use JMS in a J2EE environment

    Hello all,
    I would like to find out how to use JMS in a J2EE environment. I use Borland Enterprise Server. Do I need to buy a message software to use JMS? How to use JMS with Message Driven bean?
    Thanks a lot.
    Best regards
    Susan

    If you don't want to buy you could try OpenJMS, a free JMS product (http://openjms.sourceforge.net/)
    As for learning how to use JMS w/ MDBs, I would suggest grabbing a book on JMS. I found the OReilly book on JMS to be pretty helpful for me.

Maybe you are looking for

  • HT1338 How can I format my hard drive without installation disk?

    Guys I am using Mac with OS X 10.6.5. How can I format hard drive without the installation disk? I don't have a installation disk can I buy one? where?

  • Unknown indexes in ABAP dictionary for a BW SAP_BW 350 ?????????

    Hi all, can anyone help me with the procedure to handle unknown indexes in ABAP dictionary for a BW SAP_BW 350 Production system? The list of some of the indexes are as follows : /BI0/E0CCA_C11~P /BI0/E0FIGL_C01~P /BI0/E0OPA_C11~P /BI0/E0PS_C04~P /BI

  • "no signal" message on monitor

    A friend gave me her lenovo 3000 h series desktop.  I am attempting to set it up.  I have hooked up all of the wires that I know of.  (we took it apart and I brought it home and am now attempting to connect it).  The monitor when turned on displays "

  • 2nd Loch Ness?- Ominous SEND button during call

    Does anyone of you guys know what it is and what it does? HOW DID IT APPEAR? During a call today (I was getting called) I put the phone on the desk, making the display turn on again. In the top part of the screen, where you can find the caller ID and

  • Unable to install iTunes with Windows 8.1

    Last month, iTunes was working great and then it said it was incompatible with my computer. Due to this, I was forced to uninstall the program. Now when I try to reinstall iTunes, it rolls back the install and says: "iTunes installer complete. Errors