How to add sorting Date columns?

Hi all

I have to sort the column date OBIEE answers. I registered using the type of the sort option by clicking on edit option-> sorting-> sort object growing option. Even in this case sorting will not apply to the column. What could be the problem.

Anyone please shed some light on this issue.

Thanks in advance,
Stephanie

875991 wrote:
Hi all

I have to sort the column date OBIEE answers. I applied the sort by using the sort option by clicking on change of object-> sorting-> sorting option growing option. Even in this case sorting will not apply to the column. What could be the problem.

Anyone please shed some light on this issue.

Thanks in advance,
Stephanie

You are talking in a PivotTable? If Yes, then you do this:

(1) duplicate the layer of data column and drag it all the way to the left.

(2) apply the type of this column.

(3) hide.

In PivotTables, OBIEE sorts from left to right, whatever by clicking on the arrows to sort. To sort by a particular column, it must be further. If you want a secondary sort, to duplicate the layer of this column and move to second on the far left. Hide the columns so that you do not see the columns twice. Of course, if the column you want to sort by is already in the extreme is left, so no need to duplicate the layer. Simply apply the sort. Most people, however, that the sort to be elsewhere in the section column lines and that's why you need to duplicate the layer, sort and hide.

I hope this is what you have been struggling with.

Tags: Business Intelligence

Similar Questions

  • How to add the new column in existing table to our desired location?

    How to add the new column in existing table to our desired location?

    For example, I have to add the new column 'course' before the salary column in the emp table.

    I think the best way is to add the column at the end of the table and create a new view with the order of the columns...

    Another option...

    places the data into a temporary table and recreate the table with the correct order of the columns, and then insert data to the table from the temporary table

    Refer

    Add column (from table) in the desired position

    Example:

    CREATE TABLE temp_my_user LIKE)

    SELECT * FROM password);

    DROP TABLE password;

    (Password) CREATE TABLE

    userID NUMBER

    , first name VARCAHR2 (25)

    , middleInitial VARCHAR2 (1)

    (, name VARCHAR2 (25));

    INSERT INTO password (userID, firstName, lastName)

    (SELECT username

    first name

    lastName

    OF temp_my_user);

    DROP TABLE temp_user;

  • How to add the date felxfiled in OFA

    How to add the date felxfiled in OFA

    Hi gurus,

    How to add a date in the form OFA field. I tried but no optin schedule it. I need to add the calendar options before the flexfiled.

    Concerning

    Hello

    Allocate FND_STANDARD_DATE segment value your FDF everywhere where you want to see the calendar on the page of the OFA.

    Let me know if you need more help on this.

    Kind regards

    Hemant

  • How to add the data store to a data cluster store

    Hi all

    How to add a data of a data cluster store store. He has vc:datastore opposed but not able to find the javascript for the cluster data store object.

    Any help appreciated.

    Check the workflow to the title of the DRS library, vCenter, storage, Storage, they are part of plugin vCenter.

  • How to add a data center on the virtual center via VI client server?

    How to add a data center on the virtual center via VI client server?

    I formatted ESX server & ESX Server Update installed keeping the data center on the storage (of many desktop computers)

    Now I have fresh installed a new server of virtual & added the ESX Server, but I'm unable to reattach existing data centers on storage.

    What will be the way to import of existing data on server Center virtual center?

    Help, please...

    Is ' VMware-VMimporter - 2.0.0 - 30557 "is the software through which I can solve my problem?

    You need to browse each data store, go to the folder of the virtual machine, right-click on the *.vmx file and add it to your inventory.

    Andrea

    * If you found this device or any other answer useful please consider awarding points for correct or helpful answers

  • How to add the new column in the tabular layout editor in Oracle Forms

    Hello

    I need to add the new column to a datablock and display the newly added column in the form. What are the steps I need to follow.

    1. I chose the new column from the view to the datablock.
    2. Add the text element in the layout editor. But this position is not correct. It overlaps with another column. How to add the new column to the layout editor?

    Thank you
    HC

    In the layout editor, you can simply drag the fields so that they do not overlap.
    See http://www.youtube.com/watch?v=7emNa7THMLg

    Sandeep Gandhi

  • How to add the data in asm file

    Hello


    Can someone let me know how to add the data using ASM file

    DB-ORACLE 10.2
    OS RHEL

    create tablespace tbl_name
    DATAFILE '+ DATA' SIZE 1 G REUSE
    autoextend on next maxsize of 250 M 2 G;

    where is your asm disk group + DATA

  • How to add the new column to a specific position

    Hello

    My table looks like Fallows.

    Select * from company

    PRODUCT_ID COMPANY_ID COMPANY_SHORT_NAME COMPANY_LONG_NAME
    11001An Inc.Long name A Inc.
    11002B Inc.Long name B Inc.
    11003C Inc.Long name C Inc.
    21004D Inc.Long name D Inc.
    21005E Inc.Long name E Inc.
    21006F Inc.Long name F Inc.

    My requirement is I would LIKE to add A NEW COLUMN AS COMPANY_LOCATION NEXT TO COMPANY_SHORT_NAME

    How to get there.


    I tried like Fallows alter company table add company_location varchar2 (100) after company_short_name;

    but this query shows the error

    ORA-01735: invalid option of ALTER TABLE

    If the query I've tried is correct?

    Give me your suggestions.

    Thanks in advance.

    As long as you're on 11 GR 2 or lower, it will not work.

    There is no Clause "AFTER"in the alter table do not add column."

    You have the chance to use dbms_redefinition (when no interruption of service is possible) or manually create a new table with the columns in the order you need and then migrate the data and then drop the original and rename a new.

    In case you are already on 12 c, you have a chance to add the column to the end and then make visible columns and invisible status in the right order. This way your column will get to the position that you want it to be.

    Kind regards

    Carsten

  • How to add new physical columns in the physical layer

    Hi gurus,

    We had a size and a few new columns are added in these Dimensions, how to define these columns, these columns are available in the database how to add these columns in the tables.

    Thanks in advance

    Vincent

    Make a right-click on the Dimension table-> new item-> physical column-> give the name that you have in DB and data type-> save the RPD and check the number of updated rows.

    It will work.

    Thank you

    prassu

  • How to add a new column to an existing item to an arraycollection collection?

    Hello

    I have a collection of arraycollection, acLeaseContract, which has this structure:

    Capture.JPG

    These are the columns and their respective data I get from main system. Now, I would like to add 2 more columns, after TenantName.

    I can iterate through this collection arraycollection, creating an object, add all columns again to the new object, and also add new columns that I want to add and then add that object to the arraycollection collection.

    for (i = 0; i < acLeaseContract.length; i ++) {}

    var o: Object = new Object();

    o.ContNo = acLeaseContract [i]. ContNo;

    o.ContType = acLeaseContract [i]. ContType;

    o.EndDt = acLeaseContract [i]. EndDt;

    .

    .

    .

    .

    o.TenantName = acLeaseContract [i]. TenantName;

    o.MyNewColumn1 = "somevalue";

    o.MyNewColumn2 = "somevalue";

    acLeaseContract.addItemAt (o, i);

    }

    But I think it's very painful and long, because we re building the collection whole arraycollection once again, just to add a couple of more columns.

    Is there a clever way to update the collection arraycollection with new entries, if yes can you pls tell me how can this be achieved?

    Thanks for your help...

    -Deepak

    Hello Deepak,

    Try to use the ObjectUtil.copy method. This will create a complete copy of your object as:

    var tempArray:Array = ObjectUtil.copy (acLeaseContract.source) in the table;

    acLeaseContract = new ArrayCollection (tempArray);

    You will avoid your iteration for simply copy your arrayCollection collection deeply.

    Now, when you look at acLeaseContract it will all contain the dataStructure as an object. Now, you are free to add any number of column to any node.

    Hope this helps you.

    See you soon

    -Vikash

  • How to add new data and delete old data from a custom text file?

    Hi guys!

    Well, I'm in a bit of trouble.

    I need to make a request to some GPS tools. Split data in indicators, generate coordinates (google maps format), and so it goes.

    One of the functions of the systems is the calculation of oscillation of coordinates. The formula should be: latitude 1 - latitude 2 = latitude AND longitude 1 - 2 = swing longitude longitude oscillation.

    Since I'm on two values, I thought: "Oh, if I connect these data in a file, I just pick up and do all the calculations part." Yes, this idea is adapted to my needs (even if it is not the best, the computer part solved my problem).

    BUT I don't see a way to write the current value of the loop and erase the old results.

    For example, suppose that loop 1 gave me 1.00000, 2,00000 coordinates and loop 2 gave me the coordinates 3.00000 and 4.00000. Right?

    My log file is similar to: 1.00000,2.00000; 3.00000,4.00000;

    Well, it works. However, we will look forward to loop 3: coordinates 5.00000,6.00000.

    If the program connects to it, I would get the chain: 1.00000,2.00000; 5.00000,6.00000; When I really need 3.00000,4.00000; 5.00000,6.00000;.

    For this reason, when I apply the calculation of oscillation, it will always take the most recent value and do all the calculations with the first result (from loop 1).

    Well, I wonder that there is a way to add new data to a file and replace the old values, with simple code. If anyone knows how, please respond here!

    Considerations:

    (1) I want to do it as simple as possible. My code is kind of great, and it is not appropriate to insert structures or library now.

    (2) maybe the explanation is not as simple as it is for me. Really, I couldn't find a better way to say what I need.

    (3) if someone has doubts as to my doubts, please just comment and I'll try to be as specific as possible.

    Thanks in advance!

    I guess my question is why write a file just to delete.

    If you pass an array of points from one iteration to another, you will have to take extra time to open the file, read the file, delete the old data, writing the new data, save the file, and then close the file.  It would be pretty much the same thing, but without having to go through the hard drive.

    Just a thought.

  • How to add the data without loss of data store?

    Hello

    We had ESXi 3.5 installed on 1 HDD and data store was on a different HARD disk.

    Now the HDD with ESXi host got crashed and I had to replace it with another HARD drive and make new ESXi installation on the new HARD drive.

    Now after the new ESXi install on new HARD drive, it does not detect the data store on the HARD drive second.  It is, however, detect the LUN of the second HARD disk.

    Now, how can I do detect the data store on the second HARD drive?  Or y at - it anyway I can add the data store on the second HARD drive to the new host ESXi?

    Thanks in advance.

    Kind regards

    Denis

    You will need to activate lun resignaturing and snapshot LUN, mount and rename the store of data back to its original name, and then disable them.

    -Matt

    VCP, vExpert, Unix Geek

  • How to add binary data to a file existing in OSB

    Hello

    I have a project of OSB that I need to do this to add binary data by ftp.  Here's my current throughput:

    Out binary MFL-> replace $body with binary output mfl-> publish to action (business service that is configured for ftp binary data).

    However, when data are Ed the following error is thrown:

    URI = ftp://xxx:21 / opt/home/zzz/logs

    Application of metadata =.

    < xml fragment - >

    " < tran:headers xsi: type ="ftp:FtpRequestHeaders"xmlns:ftp =" http://www.BEA.com/WLI/SB/transports/FTP "xmlns:tran =" " http://www.BEA.com/WLI/SB/transports "xmlns: xsi =":

    ttp://www.w3.org/2001/XMLSchema-instance">

    < ftp:fileName >11802_insert_oh_xfrmr.eai_data< / ftp:fileName >

    < / tran:headers >

    " < tran: encoding = xmlns:tran ' http://www.BEA.com/WLI/SB/transports "> utf-8 < / tran: encoding > .

    " < = xmlns:ftp ftp:isFilePath ' http://www.BEA.com/WLI/SB/transports/FTP "> false < / ftp:isFilePath > .

    < / xml fragment >

    Payload =

    19266787 ^ CLLL ^ C711791 ^ CLLL ^ C ^ C1178213 ^ Phase fixed (1) ^ C63185066204 ^ CA ^ CConstructed ^ C358880 NW 4DR LK MONTAZA ^ C120/240 ^ C09361 ^ CN/A ^ Remove CProposed ^ CAerial ^ C45718100 ^ C

    Unknown ^ C ^ ONC ^ temperature closed ^ CClamp ^ CA ^ C1 ^ C2-cover ^ C19266796 ^ ONC ^ ONC ^ C15 ^ C ^ CYes ^ CYes ^ CYes ^ C13200Y/7620 X 22860Y/13200 ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C

    ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C ^ C19266641 ^ Coh_fuse_switch ^ C63086930001 ^ C4 ^ CN31 ^ CDD0613 ^ C22.9 ^ C63376474601 ^ C8129580 ^ wrong ^ C4 ^ Coke

    echobee ^ C43 ^ C0 ^ Cdefault ^ CYes ^ C

    >

    # < 6 November 2013 2:28:23 pm > < error > < WliSbTransports > < goxsd1604 > < osb_server1 > < ExecuteThread [ASSET]: '3' for queue: '(self-adjusting) weblogic.kernel.Default' > < <

    Anonymous > > < BEA1 4B688443B66FA09FFE75 > < d2b4601b2fffd9b7:6b9f2297:1422a857ee8: - 8000 - 000000000000171 b > < 1383766103889 > < BEA-381105 > < error occurred for the endpo of service

    int: com.bea.wli.sb.transports.TransportException: cannot open the data connection. Message is received error (553) of FTP server [mpsd1] [10.111.19.32] IP response in.

    status of RT [21] [connected] command executing [storopt/Accueil/zzz/logs/11802_insert_oh_xfrmr.eai_data.a]

    com.bea.wli.sb.transports.TransportException: failed to open the data connection. Message is received error response (553) of FTP server [mpsd1] [10.111.19.32] IP [2 port

    1] [Hardcover] status command executing [stor opt/home/icanadm/logs/11802_insert_oh_xfrmr.eai_data.a]

    at com.bea.wli.sb.transports.ftp.connector.FTPTransportProvider.sendMessage(FTPTransportProvider.java:422)

    As I understand the error code 553 represents a wrong file name.  The file name I am providing is 11802_insert_oh_xfrmr.eai_data but it seems that the name is changed to 11802_insert_oh_xfrmr.eai_data.a.  So I did what is obvious and changed the file in several different ways (without the extension .eai_data, removed the number of file name) but still no luck.

    Any suggestions?

    Thank you

    Yusuf

    You can try to use the transport of ftp of jca rather than OSB ftp transport

    See:

    http://docs.Oracle.com/CD/E23943_01/integration.1111/e10231/adptr_file.htm#BABJEFCJ

    You can activate the mode append this

  • How to add a report column to an existing page?

    Hello friends of the Apex,

    On a page "Form on a table with report" created with the wizard, I want to add a new column to the report in the underlying table (this is the page of several row). If I try to add the name of the column in the query, Apex says:

    "You have asked to change the interactive report query. If you have added the column to the query, they will not display when the report is run. You should not use the menu actions and select columns or click Reset. If you have removed all the columns in the query, it will disable existing filters, highlight of rules and other report parameters that references the columns. Please confirm your request. »

    Of course, I don't want to not start over and re - build the page, where the hell is so this menu "actions"?

    I'm under Apex 4.1.

    Thank you very much
    Kim

    Hi Kim2012,

    Run your page and then on your report interactive, there are the search at the top of your report bar, there is a drop down menu Actions . Go to Actions-> Select columns.

    Select column has two pane .one is not displayed again are set out in the report.

    Newly added columns do not display the component, please move this column to the other side that is in view in the report pane.

    For more information on interactive reports, see the bottom of doc
    http://www.Oracle.com/technetwork/developer-tools/Apex/application-express/IRRs-083031.html

    Hope this helps you.

    Kind regards
    Jitendra

  • How to insert the date column for the new line of adf BC tester.

    Hello

    JDeveloper version 11.1.1.5.0

    I have a table with a DATE column. I'm trying to insert a new row in the table of the BC ADF tester. While providing a value for the DATE column, I am struck the below error:

    (oracle.jbo.domain.DataCreationException) Houston-25009: failed to create an object of type: oracle.jbo.domain.Date type: java.lang.String with value: 2011/12/06

    Please let me know what should be the format to specify the date when inserting input value using the tester of BC.

    Thank you
    Rouhaud

    Roudier,
    You can determine the format of date by yourself.
    in your entity object select the attribute, click on edit, go to the control indicators, the Format type, select Date Simple
    and in the format field, you can enter the format you need
    as YYYY/MM/DD

Maybe you are looking for

  • Siri has completely disappeared from my pad

    mini iPad 4 bought recently: disappeared it is not to find anywhere I looked on & more. How can I get that back, a genius out there? Thank you

  • Bookmark icons (favicon) most are blank FF4.0 - 6.0

    Why are all of a sudden all my blank Favorites, (for imported most of IE) instead of display the sites by default favicon. It was ok before I'd rather have it loaded automatically for all existing bookmarks (in addition, fixed once can that be stored

  • Power to spare for ThinkPad MiniDock?

    Hello I'm looking for a replacement for a MiniDock ThinkPad power supply.EBay displays a lot of MiniDocks without power. Thank you for any suspicion. Florian

  • USB3.0 laptop Pavilion

    Recently seen USB3.0 adapters for laptops.  I would like to my HP Pavilion dv6-2162nr - good idea or bad?

  • Print photos of zip drive

    I had to download pictures from an email sent to me for a zip drive.  How do I print them. I have Vista Premium.