OBIEE 11 g expression builder

Hello

When I using Expression Builder in the repository, I could not find time Dimensions in the category box. Could someone tell me how I can add that the time Dimensions in the category box?

How did you create the time Dimension? Check if you selected 'Time' when creating a time dimension. Unless you select it BI considered as normal dimensions (but not the temporal Dimension)

Tags: Business Intelligence

Similar Questions

  • How to use SQL above and PARTITION BY in OBIEE expression builder?

    Hello
    I want to create a new logical column with the following SQL query.

    AMOUNT (inventory Detail.Qty) OVER(PARTITION BY Inventory Detail.A,Inventory Detail.B,Item.C,Inventory Detail.D,MyDATE) /SUM (Inventory Detail.Qty) ON (PARTITION OF the inventory Detail.A Inventory Detail.B, Item.C)

    How to use OVER and the SCORE OF OBIEE expression builder?

    Thanks in advance

    Hi Janet,.
    We cannot use by in the Expression builder (DB). But use the same formula like this in Fx to response

    AMOUNT (inventory Detail.Qty) OVER(PARTITION BY Inventory Detail.A,Inventory Detail.B,Item.C,Inventory Detail.D,MyDATE) /SUM (Inventory Detail.Qty) > (PARTITION OF the inventory Detail.A Inventory Detail.B, Item.C)

    Sum (Inventory Detail.Qty by detail, Item, MyDate) /SUM (qty by detail, item)

    First check the numerator if it worked well or not then go with denominator

    compare the results with sql you have

    Let me know if it works

    Thank you
    saichand.v

    Published by: André Varanasi on 27 July 2010 21:27

    Published by: André Varanasi on 27 July 2010 21:28

  • How to use the TRUNC function with dates in the expression builder in OBIEE.

    Hello
    How to use the TRUNC function with dates in the expression builder in OBIEE.
    TRUNC (SYSDATE, 'MM') returns 1 July 2010"where sysdate is July 15, 2010 ' in SQL. I need to use the same in the expression builder in the logical layer mdb column.


    Thanks in advance

    Use it instead:
    TIMESTAMPADD (SQL_TSI_DAY, (DAYOFMONTH (CURRENT_DATE) *-1) + 1, CURRENT_DATE)

  • How to insert data into the table by using the expression builder in the assign activity

    How to insert data into the table by using the expression builder in affect business in BPEl, I use SOA Suite 11.1.1.5
    Can someone help me please

    Hello

    I don't think that oraext:query-database() can insert data into the table.

    What are your needs?
    Can not you plan to use the DB adapter with the insert operation?

    Kind regards
    Neeraj Sehgal

  • Function substring of ADF expression builder

    Hello

    I'm new to adf and I want to do using the substring expression builder. I tried #{fn:substr(bindings.getSysdate.result,1,5)} but does not work and I did not find on the net.}

    Help, please.

    Thank you

    You have added the namespace?

    xmlns:fn="http://java.sun.com/jsp/jstl/functions"
    

    Timo

  • Web page task stream URL configured with expression builder...

    Hello-

    I use the task page Web OOTB flow (which shows an external page within spaces). By default, you will need to enter in composer and modify the portlet to add the URL to display in the space.

    Rather than manually configure the URL under composer I want to dynmically set/change this URL via inter-portlet communication. For EXAMPLE, the user clicks on a link in the portlet A and B Portlet displays the link. When you set the URL within the composer, I noticed that you can also use expression builder...

    Using the expression builder and page Web taskflow can dynamically set us the display URL?


    Thank you-

    A portlet can easily get the username. Take a look at the following code snippet: http://www.yonaweb.be/get_current_username_within_portlet

    However, a portlet can not easily retrieve the roles for the current user.

    Because you send messages as part of the forum Webcenter spaces, waiting for you to create the portlet to a webcenter spaces environment. It is not that trivial to deploy a taskflow custom webcenter spaces. That is why, if you can use a portlet, do it with a portlet :)

    Published by: Yannick Ongena on June 8, 2011 22:18

  • XPath expression builder?

    Hello

    Im trying to understand this, how to start the generator for Dreamweaver CS3 Xpath expressions?

    help docs said ", double-click the XML data placeholder on the page to open the XPath expression builder."  don't know where it is on the page, I guess it's highlighted with "{" text, but nothing happens when I double-click on it. Is there another solution to launch the xpath expression builder?

    Thank you!

    Here's an example of how to proceed:

    var dsorderFeatures = new Spry.Data.XMLDataSet ("includes/orders.php", "orders/order [name ="{dsorders::name}"] / features/options");

    The original xml data are called orders that then filter you the dataset (ds), as required.

    If you have the spry user guide, it is on page 125 (spry data filtering).

    You can view the spry help to:

    http://livedocs.Adobe.com/en_US/Spry/SDG/index.html

    A pdf version of the user guide is available to download spry.

    PZ

  • Negative numbers in the expression builder

    Hello
    I am trying to create the following expression in one of the columns that I have in the business model layer in the Administration tool:

    CASE
    WHEN Column1 * 100.0 < = * 300.0* THEN 0.0
    Column1 else * 100.0
    END

    It works fine, but when I change to negative 300.0, it simply doesn't.

    CASE
    WHEN Column1 * 100.0 < = -300.0 THEN 0.0
    Column1 else * 100.0
    END

    When I click OK and open the expression once again, he brackets the number :-(300). I tried to use Cast (... as integer) around the attribute of Column1 and -300. I also tried using expressions such as (200-500) to replace the-300, but that does not work either.

    Am I missing something? I can get this works in the responses, but not in the Administration tool. Thank you!
    João Moreira

    What happens if you use: -.

    CASE
    WHEN Column1 * 100.0 > (300.0 * (-1)) THEN (Column1 * 100.0)
    0 OTHERWISE
    END

    Kind regards...

  • How to set a value in visibility of component with the expression builder?

    Hello
    I want to put the true/false value in visibility of adf component according to the value of the object of a bean. If the value of the object is zero, visibility value will be false, else visibility is true.
    How can I do without the extra variable definition in the bean to support?
    Thank you, Ali

    HI :-)

    If I just understand your needs, try using this expression el to the property of your element rendering:

    rendered="#{YourBean.yourValue == null ? false : true}"
    

    Concerning

    Majo

  • OBIEE - physical layer

    Hello

    I'm new to tool obiee.

    My dimension table is composite primary keys (3 keys - suppose that the employee id, employee ssn, phone number)
    and my fact table (2 key - id of the employee, the employee ssn)

    so, how can we do physical to join physical layer?

    Do we need to create 2 tables aliases and join my fact table?
    or, something else I can use expressions in the physical... join physical diagram generator?

    831909 wrote:
    @ Ashish... I used the expression builder. And created joins as much as possible of the fact table dimension table. Don't you think it's the right approach?

    The problem is that the BI server will always use all even if you do not want it. You MUST create aliases when you wish to join for different purposes, Deepaks example is a good thing. If you put the two joints of the same table, you would never get of fact records where the 2 dates are the same.

  • Specify the path to file report with Expression

    TS201x help under "Specifying report file paths by Expression" talking with a number of macros various, but starts at the page that shows how to use FileGlobals also. When you specify the expression (... > specify the path file of report by Expression > Expression browser), I would like to combine macros with FileGlobals, but none of the FileGlobals are listed is available. The expression builder has access to the StationGlobals however, but not in the FileGlobals.

    Is there a workaround solution, or at least an explanation of this behavior?

    See you soon

    I think you found a bug in the documentation.  In the process of old models, you can use the FileGlobals of the process model as that sentence States.  Now that they moved to Plugins I don't think that this is no longer true.  You may need to go with a StationGlobal on it.

    Or you can cancel the ReportOptions recall and change the Parameters.ReportOptions.ReportFileSequentialModelExpression variable to include the information in your customer file.  So, basically, to define a placeholder in your expression in the dialog box options report.  Then in the callback to use the SearAndReplace method to replace the placeholder with the specific data.  It worked for me when I tested it.  The nice thing about this way, is that you don't have to manage the StationGlobals.

    Hope this helps,

  • Expression syntax of

    Hello

    In a 'ADF task Flow', I am using a router to choose what page will display based on the result of a query (if empty, the page has, if not page B).

    There are many options in the router expression builder... but not much related to the results of my query?

    Thanks for your help

    Ben

    Note: I use jdev 12 c

    Not exactly your use case, but it should help you get started. The key is to run the query of vo first, and then check if the iterator returns zero rows or greater than zero.

    Check http://tompeez.wordpress.com/2012/12/01/jdeveloper-11-1-1-5-0-use-router-to-create-new-row-or-edit-existing/for more information.

    Timo

  • The display of the values of Expression Language

    Hello:

    Sorry, but it's a matter of rookie...

    I'm trying to understand a problem unrelated to this issue. I need determine the language of the right expression for the source of an af:image value. When I go to the expression builder
    There are so many entries, I'm unable to find the right value to select. How can I learn what values are in there?

    So the question is, how do I watch these many values in Builder Express when running? Almost as if I want to watch the links through the debugger... How can I do this?

    Thank you

    Exactly as you say, you use the debugger. Set a breakpoint somewhere in a bean method, to display the debug window and select the data tab EL. There, you see an entry in the field, where you can enter any expression EL you like and you press on assess. You must enter the expression full like #{bindings.name.inputValue}.

    Timo

  • A query about the dummy column of OBIEE.

    Hi gurus,

    I have a report where the data are extracted at the level of the regions
    the regions are: A, B, C, D, E, F, G, H

    Now we have a reqmt to one of our customer to group regions and classify them by degrees. But we do not have any categories in our database. This reqmt is intended for the users of a given country only if we do not want to add the new column of quality to our database. We want to create a new dummy column for this specific report only and want to hardcode the ranks like this

    High grade: Regions are A, B, D
    Low level: regions areC, F, G
    Average level: regions areE, H

    So the reqmt is I want to add a new dummy column (only for this particular report) called Grade with three values: high, low, medium

    How to do this, pls suggest.

    Kind regards
    RC

    Hello

    You can add an additional column to the request. In the expression builder, you will create a 'CASE' statement

    When BUSINESS regions ('A', ' B', ' d. ') then 'Top quality '.
    When regions ('C', 'F', 'G') and then "low Grade".
    When areas at point "E", 'H' then 'middle class '.
    END

    Regions is you logical column

    Good luck

    Daan Bakboord
    http://obibb.WordPress.com

  • Impossible to import import conditional expression in FM9

    Hello

    I have two unstructured books, each with several source files. In a book, I can create an expression to show/hide in one of the files in the book, then use file > import to copy the expression in the other files in the book. In the other book, this does not at all. I can't even use the format import feature to copy expressions of a single file to another document. Has anyone made this experience and knowledge of a workaround?

    Thank you

    -Adam

    I never copied an expression to show/hide from one file to another. So, I don't know if we're able to do.

    That's what I'm doing... In the book file, select all the files in the book. Then use the expression builder to create the expression and click on apply (or whatever the button is marked).

    For some reason, I don't think that the expression is stored in the book file or all the files in the document. I think it's just stored on your machine, but I'm not sure of this. Maybe someone else knows the right answer.

    Van

Maybe you are looking for

  • Windows Movie Maker cannot be used because the required audio hardware cannot be found on your computer.

    Windows Movie Maker cannot be used because the required audio hardware cannot be found on your computer. Help, please. original title: MM not working,.

  • I get error unmountable boot volume _

    I get the unmountable boot volume errorI could not any option to start in safe mode to work. I also put my installation cd, and nothing happens. I can't get the cd out. I hear the drive when restarting, but cannot go beyond that. I have installed a n

  • USB ports and the sound card does not

    My sound card and arrested USB ports stopped working. I have no sound. Sony Vaio VPCEA3BFX WIndows 7 I have restored all the drivers, performed troubleshooting tasks all the recommended other than a complete restoration. What else can I try?

  • BlackBerry Smartphones blocking voice reading SMS

    I've recently updated my phone (Curve 9380) software and all messages incoming text (SMS) are read vocally and hard with a voice speaking in Italian with a British accent and mix the two languages. It's really annoying as this option, the value autom

  • Icon unrecognized of blackBerry Smartphones

    Hello On my home screen, there is an icon that I've never seen before. It is a blue square with 2 white lines and a picture of a person. I don't know what it is or how to get rid of. Help, please. Jake