Custom date format that can use in Obiee 11g

Hi,
I'm new here,
What are the date format could be use in OBIEE 11g?
can we custom like this: DD-MM-YYYY?is there any case sensitive like dd-MM-yyyy?
Please help
Joe
Edited by: JoeSSI on Mar 1, 2012 8:32 PM

Hi,
bot should work.refer the below
go to u r required columns -->right click and properties then select data format tab --> check it Override Default Data Format > select it custom option put u r required both option work.
if u kept it
DD-MM-YYYY ===> 01-03-2012 format u ill get
or
dd-MM-yyyy
Thanks
Deva

Similar Messages

  • Using USB NI-6008 on LV7.1 the results data has to be in Excel. It looks as cluster data format that i can not insert into excel VI

    I am Using USB 6008 with LV 7.1. The application is voltage logger and i would like to use excel and upload the data . The Columns will be the channels and the rows will be the data.
    The data comes from the DAQmx vi not like a simple string or an number it is kind of cluster data
    which contains strings and numbers and more for each measurement.
    I tryed to work with spraedshit and it goes ok but it is not conveniant to convert later to excel.
    Do you have a solution for that please?
    (How to extract the data from the cluster type format that is used with USB6008).
    TX arik
    Attachments:
    USB-6008-r3.vi ‏80 KB

    Arik:
    I hope all is well. If you are trying to write data to a text file along with the header information, you could do the following:
    1. Open a reference to a file and write the header information right away.
    2. Do your continuous acquisition (in a loop) using the 6008 and write the data to a file everytime.
    3. With the proper formatting, your colums will represent channels and your rows data.
    Please take a look at the attached example and let me know if you have any other questions.
    Regards,
    Rudi N.
    Attachments:
    WriteFilewHeaders.vi ‏64 KB

  • How can I create a custom data type that is a 2D array of string by using TestStand API?

    Hi all,
    I'm new in TestStand:
    I'm able to create a custom data type that is a 1D array of string but I cannot find the way to create a 2D array of string.
    Can anyone help me?
    Thank you in advance.
    Federico

    I made it!!
    Indeed my 2D array is an item of a container:
    /*  Create a new container */
    RunState.Engine.NewPropertyObject(Locals.NewDataType,PropValType_Container,False,"",0)
    /*  Create an array of strings as item of the container */
    Locals.NewDataType.NewSubProperty("Array_2D",PropValType_String,True,"",0)
    /*  Reshape the array as an empty 2D array */
    Locals.NewDataType.GetPropertyObject("Array_2D",0).Type.ArrayDimensions.SetBoundsByStrings("[0][0]","[][]")
    being:
    NewDataType a local property (type Object)
    Attachments:
    AddCustomTypeAndCreateFileGlobals.seq ‏11 KB

  • Not able to save date column with custom date format. in OBIEE 11g

    Hi,
    I have migrated one report from OBIEE 10g to 11g. There is a date column with customized date format(i.e. Default format is 'dd-MMM-yyyy' and I have used 'MMM-yyyy').
    But when I use this custom format and try to save the report in 11g its giving this below error.
    ''Catalog object privilege validation failed for user to path /shared/ALM BI/Finacial Results/History Income Statement Detail.
    You do not currently have sufficient privileges to save a report or dashboard page that contains HTML markup.
    This HTML might be present in column headings, table headings, text views, narrative views, the print header,
    or the print footer and must be removed before saving.''
    Please let me know what changes I need to do for this.
    Regards,
    Ambika Nanda.

    Hi ,
    privilage issues...check the security settings once..
    Thanks,
    Ananth

  • Dates Format in Promts using Session Variables

    Hi Experts,
    I have an issue in controlling date format in prompts using session variable which I am using to set default value.
    By default date format is timestamp E.g '2010-12-19 12:00:00 AM'.
    As per requriement(s) I customized the date format in Reports as 19-Dec-2010 and I saved it as "System Wide Default for <Date Column Name> "
    So, I got desired format in Reports and Date Prompts.
    Now, I need to set a default value in Date Prompt. So, in RPD I created a Session Variable which returned me date in
    DD-MON-YYYY format. Using follwing SQL :
    SELECT REPLACE(CONVERT(VARCHAR(11), Getdate (), 106), ' ', '-') AS [DD-Mon-YYYY]
    But in reports takes this value as string and not Datetime. So i got an error message.
    A datetime value was expected (received "19-Dec-2010").
    If i do not use above SQL to CONVERT date then default date in prompt get displayed as timestamp format and give me desired results but Formatting looks very odd in prompt
    Is this a way so I can persist the [DD-Mon-YYYY] Formatting for default value which comes using variable and still run the report.
    Above problem also exist vice versa that is if i SET that session variable and pass the datetime value to server. But there i guess I can use ToDate or some Casting in RPD column expression to handle that. Tell me if i am right ?
    Thanks
    Saurabh

    That almost works. I had to adjust the syntax to the following...and then there are other issues doing this.
    select cust_no, name,'@{session.currentUser}' from customersMy write-back SQL is this:
    UPDATE customers SET NAME='@{c1}',LAST_EDITED_BY='@{c2}' WHERE CUST_NO=@{c0}But I don't want to display the cust_no column to the user. So I hide it in the UI. But if I do that I get the below error during write-back. Apparently sometimes when you hide a column on a direct query (numeric maybe?) the value doesn't transfer over to the write-back. If that's the case, this won't work for me. Hmm...
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 17001] Oracle Error code: 936, message: ORA-00936: missing expression at OCI call OCIStmtExecute: UPDATE customers SET NAME='Wyatt Donnely',LAST_EDITED_BY='Administrator' WHERE CUST_NO= . [nQSError: 17011] SQL statement execution failed. (HY000)
    SQL Issued: EXECUTE PHYSICAL CONNECTION POOL dev1 UPDATE customers SET NAME='Wyatt Donnely',LAST_EDITED_BY='Administrator' WHERE CUST_NO=

  • Pages custom date format

    I'm looking for a way to create a custom date format outside a Pages formatted cell. In other words, in text paragraphs, I need to be able to update the year only in a paragraph. Any ideas?

    If you are looking for the capability within Pages to insert a custom date field-code like the following, outside of a table, then I am not aware of how it can be done. I used LibreOffice 4.0 to produce the following image.
    When this was exported as a .docx file into Pages v4.3 on Mountain Lion, the YYYY format was replaced by a Pages date field. A right-button selection of this date in Pages offers an Edit Date & Time... menu item that produces the following panel:
    There is no YYYY format customization on this panel within Pages.
    It is possible to write an AppleScript service that runs from your Pages > Services menu and scans your Pages document for a date to convert to a YYYY replacement format. You may not want that either.
    Did this answer your question?

  • Custom Data Formatting Gone for Dates

    Another new aspect of the updated Numbers app for OS X is the loss of customizing data formats.  There are more options via a drop down, but there's less customization.  For example.  I had a use case where I'd take a column full of dates and would replicate it so the same data was in two columns.  I then was able to customize the first column of dates to use a month shortcode only so it would render "Jan, Feb, Mar, Apr..." depending on the data in that column.  The next colum with the same data I'd then customize to show only the day of the month.  See the example below.
    Date
    Column 1
    Date
    Column 2
    Jan
    4
    Mar
    15
    Oct
    23
    Presently, neither the shortnames for months by themselves nor the day of the month by itself is available as an option when working in the Data Format panel.
    I'm assuming the customization was killed, but if someone knows if that's hidden elsewhere, please let me know!

    Hi Bret,
    I don't know the answer to your actual question as I tend to later adoption, and am not yet using Numbers 3.0, but here's a workaround (with some limitations, noted below).
    Limitations:
    Requires that the values in the cells are created by formulas, or can be created by formulas referencing another cell.
    The resulting values will be a text string (column A) or a numeric value (column B), not a Date and Time value.
    A: =LEFT(MONTHNAME(MONTH(formula)),3)
    B: =DAY(formula)
    In each, formula is the existing formula used to determine the D&T value currently in the cell.
    Regards,
    Barry

  • Custom Data Format

    I am using the new version of numbers and cannot find an option for custom data format. Has it been removed or am I missing something? Can someone point me out where it is? Either that, or let me know how to get a bigger currency list as the currency I am wanting is not there.

    Hi Cullen,
    Thank you for this workaround. I did as you said, and it works, unlike copy and paste from Numbers 2.3 to Numbers 3.0 .
    In Numbers '09 (version 2.3) I created two Custom formats.
    Column A is the inbuilt Date and Time format showing only the Date (my region's date format is Day Month Year).
    Column B is a Custom Format to show short Month, space, short year.
    Column C is the inbuilt format for Number.
    Column D is a custom Format to show leading zeroes.
    Then I did as you said and saved the Numbers 2 document (as a document for future use, not as a Template, because I am not sure how Templates are shared between the two versions on Numbers).
    Then File, option key > Save As... a new name to preserve my original from harm by Numbers 3.0 .
    In Numbers 3, (as you said) open the spare copy and the Custom formats are indeed listed. Format Inspector > Cell > Data Format
    And they do work. Here is where I edited the cell content by entering new values from the keyboard:
    I shall place a link to this thread on the thread named "Workarounds in Numbers 3.0?"
    https://discussions.apple.com/message/23622372#23622372#
    Thanks for this.
    Regards,
    Ian.

  • Convert wmv file to a format iMovie can use

    How do i convert the wmv file that i have imported from my PC to mac into a format that iMovie can use? And which is the best file format? why can i play the file but not import it to iMovie?

    Winston has got good advise. The F4M free download allows you to play wmv and it will even allow you to convert them, however, only in a limited way. To get full functioning, you have to purchase a license. However, if you do this a lot, then it could be worth it.
    I found the following info on this forum about compatible files:
    iMovie '08 will only allow you to to import files containing compression formats that can be edited. If your AVI file won't import, it likely means that the audio and/or video data is not editable. To import it, you will have to first convert it to any of the acceptable compression formats. For video this means DV, AIC, M-JPEG, Photo-JPEG, MPEG-4, or H.264.

  • Custom date format is not working for me

    I have a bunch of dates imported from another spread sheet. They look like this:
    February 04, 2014 at 09:24AM
    Numbers 3.2 sees this as Text, so I went about making a custom date format. It looks like this:
    However, I cannot make Numbers see it as a date. It keeps saying it is a string. If I select the cell containing the date and set the format to "My Custom Format", nothing happens - at all.
    What am I doing wrong?
    Thanks in advance,
    Michael

    Hi Michael,
    The Custom format you designed will display a normal Dave and Time value in the way your import presents it. That's not what you want though.
    To comvert the imported format to a regular Numbers format, use a conversion expression in a new column.
    Assuming your Imported Date is in Column B, Insert a Column and use this expression:
    =DATEVALUE(LEFT(B, LEN(B)−11))+TIMEVALUE(RIGHT(B, 7)
    Format your new column to the way you want to see Date/Time in your document.
    Jerry

  • What are data types that can be stored on TemSe?

    What are data types that can be stored on TemSe(Storage for Temporary Sequential Data)?
    Moderator message: please search for available information/documentation.
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    Edited by: Thomas Zloch on Sep 18, 2011 10:04 PM

    Hi
    SAP Library: TemSe Data Store:
    There are the following TemSe objects, among others:
    ·        Spool requests (TemSe Name: Spool....)
    ·        Job logs (TemSe Name: JOBLG...)
    ·        Objects from other applications, such as Human Resources (TemSe Name: HR)
    ·        An object whose name begins with KONS; this is object is constantly used by report RSPO1043 and should never be deleted (SAP Note 98065)
    Sandra

  • How to convert mp3 software instrument samples to format garageband can use

    Hi and thanks in advance.
    I'm using GB '08 on OSX 10.4.11 w/ a G4 MDD. ( Sorry folks,  This is the setup that I have and cannot buy a new computer or software at this time)
    I'm pretty new too DAW and all of this but want to compose music with traditional orchestra sounds as well as what GB offers.
    I have found Muse Score and I can get some pretty good results for writing but I want to expand the software instrument voices that GB has.
    I found  http://www.philharmonia.co.uk/thesoundexchange/make_music/samples/library/
    and they have some pretty good sounding software instruments for free, except that they are in mp3 format.
    I did some reading and see that GB understands a different format for this. I put some of the sounds into the correct GB folder as a test and result is of course no go. I see that GB uses exs and cst files in addition to wav and aff files.
    How do I convert mp3 software instrument samples to the formats garageband can use? Is there a way? What would I need to do this?
    Thanks again..

    The first step would probably be to convert the samples into AIFF files, that's what GB's sample files are in.
    But so far that's only a collection of samples - what you need is a sampler file that tells the software which sample to trigger with which key (the .exs files in GB's instrument library).
    Since your software is old, t works pretty well with soundfonts (the latest versions have problems), so you might try this software to create them:
    http://sonicamigos.com/polyphontics/
    All about soundfonts:
    http://www.bulletsandbones.com/GB/Tutorials/SoundFonts.html
    P.S.: The softare costs $60, but you can create 10 instruments for free.

  • Custom Date Format in Apex 3.2

    Can I define a custom date format at global level. I am able to select the following date formats only. However, I want to specify a custom date format i.e YYYYMONDD.
    12-JAN-04
    12-JAN-2004
    12-JAN
    04-JAN-12
    2004-01-12
    Monday, 12 January, 2004
    12-JAN-2004 14:30
    12-JAN-2004 14:30:00
    12-JAN-2004 02:30PM
    January
    16 hours ago
    Thanks in advance for the help.
    CM

    Hi,
    You can type to field your custom format.
    Br,Jari

  • Any suggestions for programs that can convert mpeg1 to a format that can be edited in iMovie Version 8.0.6 (821) and/or iMovie HD Version 6.0.3 (267.2) Thanks

    Any suggestions for programs that can convert mpeg1 to a format that can be edited in iMovie Version 8.0.6 (821) and/or iMovie HD Version 6.0.3 (267.2) Thanks

    Hi Mark
    Was just looking for the answer to this exact question and I just found something that worked for me so don't know if it might be of use to you or you might have already solved your problem!  Basically when I was in iMovie and I clicked to import movies from the computer into iMovie and I found the clip I wanted to import, there are a few options.  I think it asked which Event I wanted to add it to but most importantly it asked me what file size I wanted...I had originally been clicking Large because it advised me to because it reduces the file size...but just on a chance there I selected 'Full - Original' for size and it imported perfectly into iMovie in it's original vertical form!
    Hope this helps!
    Bianca

  • How can I convert my other videos to a format that can be viewed on my iPod

    How can I convert my other videos to a format that can be viewed on my iPod?
    Martin Brossman
    [email protected]

    Click here for instructions; if you find that the movies have no sound, download MPEG Streamclip and use it for the conversion.
    (27741)

Maybe you are looking for

  • Audigy Throbbing & Hissing in Game

    I have had a SB Audigy (the original I guess) for over 5 years and had no "issues" with it playing World of Warcraft on a P4 XP system with 2Gb of DDR, dual 80Gb EIDE dri'ves and an old NVIDIA card. Last weekend, I built a new system using an Intel m

  • Report layout problem

    i am facing very strange problem, some times in report layout the field ,frame etc movement not exactely accoring to the cursor movement(this happend only in some reports others work properly), due to this ,layout designing is difficult bye siddharth

  • Something's missing

    Hi -- just got a G5 Quad (yea!) and Safari does not have that panel that opens up with bookmarks, etc. Seems to me I downloaded something from Apple to give me that on my G4. Something with a catchy name, but not catchy enough for me to remember it..

  • Is it harmful to run both OS X and Windows on Mac?

    I want to run both OS X and Windows OS on my Mac. Will it harm the PC?

  • Some photos in iPhoto do not transfer to iPod?

    I created a folder which is set to sync with my 5G iPod but only 12 pics sync. The other 80 or so do not. Any ideas why this is?