How to display this format in obiee

Hi gurus,

Can you please tell me how can I get this format in obiee report

I have this column name by length digit 10 EmployeeId. Example: 120002134.But my req is that I show the last 4 digits of the id that is '2134' only. How can I achieve this.

Thank you
Sunny.

Hello

You can use the 'right' function to get the last 4 digits of the employeeid. For example, right (cast (EMPLOYEES. (EMP_ID like char), 4)

Thank you

Tags: Business Intelligence

Similar Questions

  • Photosmart HP 6520: how to select this format size for printer samsung Galaxy print hp 6520

    How to select this format between Samsung Galaxy 3 score and HP Photosmart 6520 printing size.

    Hello

    If you haven't done so already, please download the Hp ePrint app and print them from the app. You will find options of lots within the app for selection of size and type of paper.

    You must also download the HP Print plugin for android. Once downloaded, go to settings and turn it on.  Once downloaded and activated, you will be given some options of paper size when you select print directly on your android device.

  • How to display this window that lists all the devices of storage connected to my PC?

    How to display this window that lists all the devices of storage connected to my PC? It lists each device, how much space is used and how much is free? I sometimes open it by accident, but I can never find it when I'm looking for it.

    original title: storage devices

    Beginning

    Control Panel

    If you the small icons view do the following:

    Administration tools

    Computer management

    Storage

    Disk Managment

    If you have the category view do the following:

    System and security

    Administration tools

    Computer management

    Storage

    Disk management

  • I don't see the icon of face detection... How to display this toolbar?

    I do not see the icon bar that shows icon of face detection... How to display this toolbar?

    Press 't' button to toggle the toolbar or simply "o ' button to access the view of people."

  • How to display this checkbox at the bottom of table lines.

    Dear friends,

    I created a table and a checkbox element in this region.
    I want to display this item box after rows in a table.

    How to display this checkbox at the bottom of table lines.


    Thank you

    Hello

    OK, sorry.

    Place the checkbox element to declare and report change 'display point"for example"Page Template Body (2. (éléments ci-dessous le contenu de la région) ".

    Kind regards
    Jari

  • How to display only records double-obiee

    Hello
    I want to show only the duplicate records in the report of 10g of obiee. How we do that.

    Please reply if anyone knows...

    Thank you

    806756 wrote:
    Hello
    I want to show only the duplicate records in the report of 10g of obiee. How we do that.

    Please reply if anyone knows...

    Thank you

    Two ways you can do it, one being demand Direct from database and the second using the RPD. Visit this link for the second approach (http://carpediemconsulting.wordpress.com/2008/08/13/displaying-duplicate-values-in-obiee-reports/)

  • How to display this character for the field 2 date (------------)

    Hi friends

    It is possible to display the format of characters in the text field after running the form

    Please I need your help

    Thank you

    Hello
    If you mean for the date field to show slashes by default. I don't think that the forms will support that kind of thing.
    BTW I know what is the purpose of show like that?
    If you are using the normal format is DD/MM/RRRR it will automatically add the slashes. When the user enters a date like this 01012010.

    -Clément

  • Oracle SQL execution order issues, I how to solve this problem in OBIEE. My god.

    I create the model of business in administrative tools, the model along with below sql (viewA and viewB both are seen):

    Select distinct b.name
    for view a, viewB b
    where a.con_id = b.con_id
    and a.b_id = b.id
    and b.b_id = 4
    and a.student_id = 1234

    but I use sql cannot get a result (incorrect result).

    If I change sub sql, it can get the result 2 (correct), my question is that I can't control table to execute the order in response. so I how to fix this issues please give me some advice. Thank you

    Select / * + ordered * / separate b.name
    Of
    viewA has,
    viewB b
    where a.con_id = b.con_id
    and a.b_id = b.id
    and b.b_id = 4
    and a.student_id = 1234
    ;

    If you want to add an indicator, see this documentation
    http://download.Oracle.com/docs/CD/E12103_01/books/AdminTool/admintool_PhysicalSetup31.html

  • Map of the C:/Users and undermaps is hidden in Vista and Windows 7 - How to display this map and find the main card for all the Point of junction of the operating system

    Hello
    I have a problem or two, three and so of...

    I'm using a Vista and a Windows 7 computer and both systems hide many different cards when it is installed to even the fact that I have are the only user with administrative privileges on both computers.
    And I have to search all over the place for a few guides that can tell me how to:
    (1) show all cards like c:/Users/name/*.*
    (2) find the mainfolders diffirent behind all the diffirent Junction Points
    The two all I can get is someone who tells me to go and Explore/Optins/show/mark ' display all the hidden files and folders and clear Hide protected OSfiles hide known file types names. "
    (A Danish BONES that I use for my translations may not be accurate)

    That the two Don t unhide/Show map C:/Users and folders/files under this mainmap at all.

    So, is there someone who can tell me how I get fuld kontrol and get all the cards and visible files on my private property paid og computers without telling me to try this ot try it?

    (1) I'm sorry, but I don't know what you mean by "cards".

    (2) to see the junction points in the files they point to and C:\Users\Name, open a command prompt window and type:

    dir random Boulder computer Maven
    Most Microsoft Valuable Professional

  • AdvancedDataGrid - how to display this type of data

    I have the two following classes (o to this message).

    I think the AdvancedDataGrid can display it correctly. Basically, there may be EmployeeGroups inside the EmployeeGroups... nested as much as you want. Each group also contains employees. I want to display these columns:
    (Group) name. Employee's name (). Dept (employees)

    to start any help would be great.

    in order to get things to appear like I wanted I had to add a property 'children' to my EmployeeGroup (who has not seen anywhere in the documentation, but I noticed examples of Adobe have properties 'children').

    Of course, it may be more efficient, but it works... which is the beginning!

  • How to display time in 010403 format if the entry is transmitted as ' 1 hour, 4 minutes, 3 seconds"sql query

    How to display time in 010403 format if the entry is transmitted as ' 1 hour, 4 minutes, 3 seconds"sql query @.

    Hello

    You can try:

    Select lpad (regexp_substr ('1 hour, 4 minutes, 3 seconds ',' [[: digit:]] + ""), 2, '0')

    || LPAD (regexp_substr ('1 hour, 4 minutes, 3 seconds ',' [[: digit:]] +', 1, 2), 2, '0')

    || LPAD (regexp_substr ('1 hour, 4 minutes, 3 seconds ',' [[: digit:]] +' 1, 3), 2, '0')

    Double;

    but this requires maximum 99 hours/minutes/seconds ago in your entry.

  • How to change the date format in OBIEE

    Hello

    I have a need to change the column to a column of varchar by OBIEE...

    The date column stores the data in the format "YYYY/MM/DD", I need to change that for a column of varchar with this format "YYYYMM"...

    Since I'm pointing directly to the transactional database, I can't make changes to the database level, so I have to do in OBIEE layer, of the ideas of how this could be done?

    Thanks in advance!

    Hi user,

    Reference: http://varanasisaichand.blogspot.com/2010/01/how-to-change-data-format-to-our-custom.html

    http://varanasisaichand.blogspot.com/2010/05/evaluate-function.html

    Thank you
    Saichand.v

  • How to cancel "do not display this message" Popup Options

    Hello

    I recently checked a box of a statement that has something like "Do not display this message again." She was wearing on my boot drive is completed and the message posted about every five minutes. Now, I want to see when this happens because I have since moved some files, but how can I cancel the possibility of no longer see the popup?

    Thank you very much for the help!

    Alan

    Once you have checked this box, it is not possible see this warning again.

    However, you can check at any time to your available storage space.

    Click on your Apple  menu at the top left of your screen. In the drop-down menu, click on: about this Mac , and then select the storage tab.

    Free space is noted here.

  • In the visualization of my photos display problem: I have red spots in different parts of the pictures. Someone knows how to fix this?  I rebooted my MacBook Pro, but it does not solve the problem.

    In the visualization of my photos display problem: I have red spots in different parts of the pictures. Someone knows how to fix this?  I rebooted my MacBook Pro, but it does not solve the problem.

    Details please

    What version of Aperture? Is OS X 10.7.5 as you say correct for your OS? You shoot JPEG or RAW? If RAW device? Wharton has changed since this worked?

    LN

  • Cannot display HTML in Mail--see not all parameters for this in Mail preferences.  How to fix this?

    Currently, see email in text-only format and see not all html format settings in Mail preferences.  How to fix this, thank you!

    If the messages you receive have been created in text mode, you will see them in text mode. If they were created using HTML, you will see the HTML.

Maybe you are looking for