Blank columns with title

Hi All,
          How do I create a blank column with the column name in the report?
        I tried with "structure-new selection" with the report name(Structure being Key Figures)- the system pops out an error message stating that it needs unique value  for each cell.
Thanking in advance.

Thanks Bhanu. It did work.
I did try query properties suppression zeroes for both rows and columns with Active =0 but it is not suppressing the zeroes.
Thanks again.

Similar Messages

  • HT1386 I just got an iphone 4 and when I go to sync it, it appears in the left hand column but when I click on it there is just a blank screen with the apply logo and a tiny lock.

    I just got an iphone 4 and when I go to sync it, it appears in the left hand column but when I click on it there is just a blank screen with the apply logo and a tiny lock.

    OK, I think I fixed it.
    After trying to restore with an old backup from the phone (it estimated it would take 4 hours) I cancelled and went through the setup menus again, but set it up as a new phone. It then appeared in iTunes and I restored it from the computer, not the phone. It appears to be working, it's syncing my old apps right now.
    Summary:
    1. Reset settings on phone (hopefully you backed up fairly recently)
    2. Set up as NEW iPhone in setup menu on phone
    3. Restore from iTunes on computer when it recognizes the phone
    4. Cross fingers

  • Mobil photos album in Photoshop Elements 12 show up in Revel albums with titles but are blank.  No photos!

    I am using Photoshop Elements 12 Organizer for Mac.  I have moved several local albums to the mobil albums area in the left panel of the Org
    anizer screen.  I am signed in to Revel.  The albums with titles show up in Revel, but they are empty.  None of the photos show up.  I can see the photos in the library section of Revel, but not in the album view.  Also, when I try to share the albums with Album Web Share, the link that is generated takes me to the album webpage where I see a message "There are no photos or videos in this album". 
    Why are the albums coming up blank!  What have I down wrong??  I can see the photos in the albums in the Photoshop Organizer window, but nothing in the Revel albums.

    duplicate post
    Please post replies in
    http://forums.adobe.com/thread/1395560?tstart=0

  • How to reject external table rows with some blank columns

    How to reject external table rows with some blank columns
    I have an external table and I would like to reject rows when a number of fields are empty. Here are the details.
    CREATE TABLE EXTTAB (
    ID NUMBER(10),
    TSTAMP DATE,
    C1 NUMBER(5,0),
    C2 DATE,
    C3 FLOAT(126)
    ORGANIZATION EXTERNAL (
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY EXT_DAT_DIR
    ACCESS PARAMETERS (
    RECORDS DELIMITED BY NEWLINE
    LOAD WHEN (NOT (c1 = BLANKS AND c2 = BLANKS AND c3 = BLANKS))
    LOGFILE EXT_LOG_DIR:'exttab.log'
    BADFILE EXT_BAD_DIR:'exttab.bad'
    DISCARDFILE EXT_BAD_DIR:'exttab.dsc'
    FIELDS TERMINATED BY "|"
    LRTRIM
    MISSING FIELD VALUES ARE NULL
    REJECT ROWS WITH ALL NULL
    FIELDS (
    ID,
    TSTAMP DATE 'YYYYMMDDHH24MISS',
    C1,
    C2 DATE 'YYYYMMDDHH24MISS',
    C3
    ) LOCATION ('dummy.dat')
    REJECT LIMIT UNLIMITED
    So, as you can see from the LOAD WHEN clause, I'd like to reject rows when C1, C2 and C3 are empty.
    The above statement works fine and creates the table. However when I am trying to load data using it, the following error is produced:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-00554: error encountered while parsing access parameters
    KUP-01005: syntax error: found "not": expecting one of: "double-quoted-string, identifier, (, number, single-quoted-string"
    KUP-01007: at line 1 column 41
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1
    It seems that external tables driver does not understand the "NOT (...)" condition. Could anyone suggest how I can achieve what I want in a different way?
    Thank you.
    Denis

    Another method would be to simply remove the "LOAD WHEN condition" and create a view on the external table which filters the data.
    CREATE EXTTAB_VIEW AS
    SELECT * FROM EXTTAB
    WHERE not (c1 is null and c2 is null and c3 is null);

  • I have install io6 and now Music doesn't work, sometimes it stay with a blank page with no possibility to press anithing, sometimes it crash. I have match music active with more than 15000 title. Someone could help me?

    I have install io6 and now Music doesn't work, sometimes it stay with a blank page with no possibility to press anithing, sometimes it crash. I have match music active with more than 15000 title. Someone could help me?

    What is your current Flash Player version: http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html ?
    What is your display adapter, driver version & date?  See http://forums.adobe.com/thread/945765

  • TS1702 The app works but won't show the icon on the screen-its just a blank square with the app title.

    Any ideas on how to fix this problem? Some of the app icons are just a blank square with the name of the app. They still work. I've tried to resync but get same result.

    What about completing removing these apps from the iPod Touch and redownloading them from the App Store?
    B-rock

  • Adding blank column in Oracel Answers OBIEE

    Good morning.
    I am attempting to add a 3 blank columns in OBIEE and then adding a formula to one of the blank columns to do a simple math calculation between 3 other columns. I used "CAST(Null as double)" in my column formula to make it a blank column and not pulll data from the field column that I added.
    This is what I have so far:
    Column1 formula = "Cast (Null as double)"
    Column2 formula = "Cast (Null as double)"
    Column3 formula = "Cast (Null as double)"
    Column4 formula = data already included from the column that I added.
    This is what i'm trying to do:
    Column3 = (Column4 - Column1 + Column2) <----- In excel I would do something like "=D4-E4+F4" (example)
    When I do my SUM function in OBIEE and try to add the columns, it pulls in "Cast(Null as double)" and not the actual column name that I custom edited.
    Any help would be appreciate on how to add a blank column and add a simple calculation formula to calculate data from the blank columns once I export my report to excel.
    Thank you,
    Edited by: 970040 on Nov 7, 2012 8:24 AM

    Thats correct. When I export the report I want to see blank values in the columns. so when I enter data into those blank fields on my excel spreadsheet, I want the totals column to calculate according to my formula specified. My issue is when I specify a null value in my columns in OBIEE, im unable to put a formula to calculate the values in my other columns.
    This is what I have so far in OBIEE:
    Column1 formula = "Cast (Null as double)"
    Column2 formula = "Cast (Null as double)"
    Column3 formula = "Cast (Null as double)"
    Column4 formula = data already included from the column that I added with values.
    This is what I’m trying to do:
    Column3 = (Column4 - Column1 + Column2) <----- In excel I would do something like "=D4-E4+F4" (example)
    How can I add a value to my column so that when I export it to excel, the column fields will have the formula already included such as "=D4-E4+F4" and also each row formula corresponding to the correct Row Number.

  • Will a new MotherBoar​d cure Blank Screen with blinking cursor?

    Stuck with Blank Screen with blinking cursor; ESC key couldn’t bring up Startup Menu; OS is not loading
    Product Name: HP G62 237 CA Notebook PC
    Short description of the problems:   
    --- Press ESC key couldn’t bring up Startup Menu when booting up
    --- Blank screen with blinking cursor thereafter
    --- Stuck here forever and OS is not loading
    DETAILED INFORMATION:
    Product Name and Operating System:      
    Model: HP G62 237 CA Notebook PC
    O/S: Pre-loaded with Win 7 Home Prem
    Processor: Pent. Dual-Core CPU T4500 2.30GHz
    Memory: 4GB
    BIOS Ver. (Insyde): F.17
    System BOARD ID: 1484
    Product #: WQ767UA#ABC
    Product Config ID: 049C110000202710000020000
    Problem History:     
    --- Used to have frequent BSOD (got fixed later because of faulty RAM that I suspected)
    --- Window couldn’t be loaded
    --- Window Repair and HP Recovery were tried but not functioning
    --- OEM Hard Drive was then removed & formatted few times by using other computer
    --- Hard Drive was then tested by other computer; it can be installed Win XP & Win 7
    --- So, Hard Drive was eliminated from the suspect list
    --- Replaced with other good RAM from other computers & put back the OEM Hard Drive to my HP G62; everything worked fine, such as: able to reinstall Win 7; listening to music files; got Internet to download latest BIOS from HP support site; connected to my 42 inched TV as my monitor; and even smoothly updated the BIOS from v.17 to v.37!
    --- Also, able to receive Window Updates from the Internet; and seemed that all problems were nicely solved
    --- Once I believe my system got stabilized; I went back to test the 2 supposedly problematic RAM to see whether they were both faulty or not, then the whole thing has turned around! Completely screwed me up until this moment …
    --- After put back the problematic RAM, Window couldn’t be loaded …
    --- With a few error messages… such as,
    --- The file is possibly corrupt. The file header checksum does not match the computed checksum;
    --- After the next reboot… an unexpected screen message showed up:
    Intel ® Cantiga PCI Accelerated SVGA BIOS
    Build Number: 1932 PC 14.34 11/11/2009 02:36:14
    DECOMPILATION OR DISASSEMBLY PROHIBITED
    Copyright © 2000-2003 Intel Corp. All Rights Reserved.
    --- After that, OS was not loading …
    --- Press ESC key couldn’t bring up the Startup Menu during boot up
    --- Blank screen with blinking cursor thereafter and seems stuck here forever
    Procedures performed for troubleshooting:
    Tried hard reset for more than 5 times (removed battery, AC adapter disconnected and then hold down the Power button for more than 60 secs) and tried reseating memory too; same result with Blank Screen with blinking cursor after each reboot.
    Connected to an external monitor [Fn + F4/F5] to see whether there was any display, nothing has showed on the external monitor, it seemed that no connection established between the two.
    Finally, took the long journey to follow the Service and Maintenance Guide of HP G62 to remove the CMOS battery for well over 15 minutes and put it back. But the result was again disappointed. Tried 4 times already. The latest error message is:      
    The CMOS checksum is invalid. The CMOS will be reset to the default configuration and will be rebooted. Please check your BIOS Setup options to see if they change.
    CMOS Reset (502)
    ENTER – Reboot the system
    After this message, the same Blank Screen with blinking cursor came back. And pressing the ESC key couldn’t bring up Startup Menu when booting up …
    Note: the fan is still running; the Power button is functioning but seems stuck here forever!
    I’ve already carefully read this HP Support document titled “HP BIOS Application Selected is Corrupt or Missing”:
    http://h10010.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&dlc=en&docname=c01443485#N144
    If really is the BIOS problems, then I will have the difficulties of updating a Window-based BIOS when I couldn’t even load Window!
    (Note: Boot from USB has no point because right now I couldn’t change the boot sequence because the various “Startup Menu” options are not showing up!)  
    Secondly, I am still stuck with the Blank Screen with a blinking cursor after I passed the first screen of “Press the ESC key for Startup Menu” when re-booted again!
    Thirdly, I have formatted my Hard Drive more than 3 times during the last few days for testing; I don’t have the OEM pre-loaded Win 7 with me anyone … and I don’t think I have the UEFI installed previously on my system. I did try hold down the Win Key + B with the most updated BIOS in the attached USB …, it came back with the same blank screen with a cursor blinking after reboot.
    Note: the Blank Screen I’m experiencing right now is not completely black, in fact, there is background light from behind the screen and on each reboot, I can see the HP logo and the left corner message of: “Press ESC key for Startup Menu” … So, I suppose that my computer screen is not physically broken at least.
    Requests:
    Please explain to me that what are the problem areas and the root causes if is possible?
    What steps or other tests can be done to make it work again?
    Do you think replacing the entire MotherBoard can cure the Blank Screen with blinking cursor?
    [Warranty: expired! I am the original purchaser & the end-user of this HP G62; acquired 2 years ago directly from a trustworthy source: staples (in Canada). Would HP Support still willing to service it for an extra charge?]
    Thanks in advance for any suggestion and idea!
    Owenson
    ===========================================

    Stuck with Blank Screen with blinking cursor; ESC key couldn’t bring up Startup Menu; OS is not loading
    Product Name: HP G62 237 CA Notebook PC
    Short description of the problems:   
    --- Press ESC key couldn’t bring up Startup Menu when booting up
    --- Blank screen with blinking cursor thereafter
    --- Stuck here forever and OS is not loading
    DETAILED INFORMATION:
    Product Name and Operating System:      
    Model: HP G62 237 CA Notebook PC
    O/S: Pre-loaded with Win 7 Home Prem
    Processor: Pent. Dual-Core CPU T4500 2.30GHz
    Memory: 4GB
    BIOS Ver. (Insyde): F.17
    System BOARD ID: 1484
    Product #: WQ767UA#ABC
    Product Config ID: 049C110000202710000020000
    Problem History:     
    --- Used to have frequent BSOD (got fixed later because of faulty RAM that I suspected)
    --- Window couldn’t be loaded
    --- Window Repair and HP Recovery were tried but not functioning
    --- OEM Hard Drive was then removed & formatted few times by using other computer
    --- Hard Drive was then tested by other computer; it can be installed Win XP & Win 7
    --- So, Hard Drive was eliminated from the suspect list
    --- Replaced with other good RAM from other computers & put back the OEM Hard Drive to my HP G62; everything worked fine, such as: able to reinstall Win 7; listening to music files; got Internet to download latest BIOS from HP support site; connected to my 42 inched TV as my monitor; and even smoothly updated the BIOS from v.17 to v.37!
    --- Also, able to receive Window Updates from the Internet; and seemed that all problems were nicely solved
    --- Once I believe my system got stabilized; I went back to test the 2 supposedly problematic RAM to see whether they were both faulty or not, then the whole thing has turned around! Completely screwed me up until this moment …
    --- After put back the problematic RAM, Window couldn’t be loaded …
    --- With a few error messages… such as,
    --- The file is possibly corrupt. The file header checksum does not match the computed checksum;
    --- After the next reboot… an unexpected screen message showed up:
    Intel ® Cantiga PCI Accelerated SVGA BIOS
    Build Number: 1932 PC 14.34 11/11/2009 02:36:14
    DECOMPILATION OR DISASSEMBLY PROHIBITED
    Copyright © 2000-2003 Intel Corp. All Rights Reserved.
    --- After that, OS was not loading …
    --- Press ESC key couldn’t bring up the Startup Menu during boot up
    --- Blank screen with blinking cursor thereafter and seems stuck here forever
    Procedures performed for troubleshooting:
    Tried hard reset for more than 5 times (removed battery, AC adapter disconnected and then hold down the Power button for more than 60 secs) and tried reseating memory too; same result with Blank Screen with blinking cursor after each reboot.
    Connected to an external monitor [Fn + F4/F5] to see whether there was any display, nothing has showed on the external monitor, it seemed that no connection established between the two.
    Finally, took the long journey to follow the Service and Maintenance Guide of HP G62 to remove the CMOS battery for well over 15 minutes and put it back. But the result was again disappointed. Tried 4 times already. The latest error message is:      
    The CMOS checksum is invalid. The CMOS will be reset to the default configuration and will be rebooted. Please check your BIOS Setup options to see if they change.
    CMOS Reset (502)
    ENTER – Reboot the system
    After this message, the same Blank Screen with blinking cursor came back. And pressing the ESC key couldn’t bring up Startup Menu when booting up …
    Note: the fan is still running; the Power button is functioning but seems stuck here forever!
    I’ve already carefully read this HP Support document titled “HP BIOS Application Selected is Corrupt or Missing”:
    http://h10010.www1.hp.com/ewfrf/wc/document?cc=us&​lc=en&dlc=en&docname=c01443485#N144
    If really is the BIOS problems, then I will have the difficulties of updating a Window-based BIOS when I couldn’t even load Window!
    (Note: Boot from USB has no point because right now I couldn’t change the boot sequence because the various “Startup Menu” options are not showing up!)  
    Secondly, I am still stuck with the Blank Screen with a blinking cursor after I passed the first screen of “Press the ESC key for Startup Menu” when re-booted again!
    Thirdly, I have formatted my Hard Drive more than 3 times during the last few days for testing; I don’t have the OEM pre-loaded Win 7 with me anyone … and I don’t think I have the UEFI installed previously on my system. I did try hold down the Win Key + B with the most updated BIOS in the attached USB …, it came back with the same blank screen with a cursor blinking after reboot.
    Note: the Blank Screen I’m experiencing right now is not completely black, in fact, there is background light from behind the screen and on each reboot, I can see the HP logo and the left corner message of: “Press ESC key for Startup Menu” … So, I suppose that my computer screen is not physically broken at least.
    Requests:
    Please explain to me that what are the problem areas and the root causes if is possible?
    What steps or other tests can be done to make it work again?
    Do you think replacing the entire MotherBoard can cure the Blank Screen with blinking cursor?
    [Warranty: expired! I am the original purchaser & the end-user of this HP G62; acquired 2 years ago directly from a trustworthy source: staples (in Canada). Would HP Support still willing to service it for an extra charge?]
    Thanks in advance for any suggestion and idea!
    Owenson
    ===========================================

  • How do I remove all traces of  'album'? I do not want artwork, blank place holders, titles or artists sorted by album? I just want my music listed by title, artist or genre.

    How do I remove all traces of  'album'? I do not want artwork, blank place holders, titles or artists sorted by album? I just want my music listed by title, artist or genre.

    1, you can't at the moment, though with iOS 5 in the Autumn, from http://www.apple.com/ios/ios5/features.html#photos :
    Even organize your photos in albums — right on your device
    2, by removing it from you synced from and re-syncing. Only photos taken with the iPad, copied to it via the camera connection kit, or saved from emails/websites etc can be deleted directly on the iPad (either via the trashcan icon in the top right corner if viewing the photo in full screen, or via the icon of the box with the arrow coming out of it in thumbnail view)
    3, the location of the photos that you synced to the iPad should be listed on the iPad's Photos tab when connected to your computer's iTunes.
    4, you can copy the photos from your iPad to your computer : http://support.apple.com/kb/HT4083 . You should also be able to delete them from the iPad as part of the transfer process to your computer, and it's then your choice whether to add them to your sync photo list so as to copy them back to the iPad. Copying them to your computer would allow you to organise them into folders and therefore be able to sync them back into separate albums.
    5, I don't use Dropbox either. There are some third-party browser apps in the iTunes App Store that allow you to download pages so that you can view them when offline e.g. Atomic Web (the whole page is saved within Atomic Web, it doesn't place a photo into the Photos app)
    6, deleting content should help. If you remove an app from your iPad then you also remove the content that it's got on the iPad - so if you then decide to reinstall it back onto the iPad then you will need to manually add back any content that you want in it. None of the Apple built-in apps (including Photos) can be removed from the iPad

  • When I click the View option to view a document on my insurance website, I only get a blank screen with words Mozilla Firefox, and below it, "Search Bookmarks and History" in the upper left corner of the screen.

    This also happened at a bookseller's website, when I clicked on the photo of a book to enlarge it. Instead of showing me an enlargement, it took me to the same blank screen with the title bar, "Mozilla Firefox", and below it another bar with the words "Search Bookmarks and History," both at the top left of the screen. This has happened repeatedly at the two websites I have mentioned. When I went to the same sites using Internet Explorer, the error didn't occur. I did a Microsoft system restore for a previous restore point, but it still did not eliminate this glitch.

    Press F10 or press and hold the Alt key down to bring up the "Menu Bar" temporarily.
    * New Old Menu: https://addons.mozilla.org/firefox/addon/new-old-menu/
    * Personal Menu (Personal Firefox Button): https://addons.mozilla.org/firefox/addon/personal-menu/

  • Insertion of Blank fails with error 01400 on ODP 9.2.0.4.0 using Parameter

    Hi everybody,
    I have a problem on inserting a blank string into a NOT NULL VARCHAR2 field by using a parameter on Oracle Data Provider for .NET (Version 9.2.0.4.0). It is possible to insert any strings with non-blank characters using a parameter and it is possible to insert blank strings using SQLPlusWorksheet, so it must be a problem of using ODP.
    It seems to me when using parameters, strings are trimmed in some way, therefore a blank string is handled like an empty string is handled like NULL.
    However, we need to insert blank strings and we really want to use parameters because of the performance gain.
    Does anybody know how to handle blank strings with parameters or is it impossible because of a bug?
    Thanks,
    Rainer
    Additional Information:
    * TABLE STRUCTURE *
    CREATE TABLE GLOBALTYPE
         GT_ID VARCHAR2 (36) NOT NULL,
         GT_NR NUMBER (5, 0) NOT NULL,
         GT_NOTE VARCHAR2 (255),
         GT_CREA DATE,
         GT_MOD DATE,
         GT_OWNER VARCHAR2 (36),
         GT_EXPORTDB VARCHAR2 (50) NOT NULL,
         GT_EXPORTDATE DATE NOT NULL,
         GT_IMPORTDB VARCHAR2 (50) NOT NULL,
         GT_IMPORTDATE DATE NOT NULL,
         GT_NAME VARCHAR2 (40) NOT NULL
    * COMMAND BEING EXECUTED *
    {Oracle.DataAccess.Client.OracleCommand}
    [Oracle.DataAccess.Client.OracleCommand]: {Oracle.DataAccess.Client.OracleCommand}
    CommandText: "INSERT INTO GlobalType (GT_ID, GT_NR, GT_NOTE, GT_CREA, GT_MOD, GT_OWNER, GT_EXPORTDB, GT_EXPORTDATE, GT_IMPORTDB, GT_IMPORTDATE, GT_NAME) VALUES (:GT_ID, :GT_NR, :GT_NOTE, :GT_CREA, :GT_MOD, :GT_OWNER, :GT_EXPORTDB, :GT_EXPORTDATE, :GT_IMPORTDB, :GT_IMPORTDATE, :GT_NAME)"
    CommandTimeout: 0
    CommandType: Text
    Connection: {Oracle.DataAccess.Client.OracleConnection}
    Parameters: {Oracle.DataAccess.Client.OracleParameterCollection}
    Transaction: {Oracle.DataAccess.Client.OracleTransaction}
    UpdatedRowSource: Both
    * PARAMETER HAVING BLANK STRING *
    {Oracle.DataAccess.Client.OracleParameter}
    ArrayBindSize: Nothing
    ArrayBindStatus: Nothing
    CollectionType: None
    DbType: String
    Direction: Input
    IsNullable: False
    Offset: 0
    OracleDbType: Varchar2
    ParameterName: ":GT_EXPORTDB"
    Precision: 0
    Scale: 0
    Size: 1
    SourceColumn: ""
    SourceVersion: Current
    Status: Success
    Value: " " {String}
    * EXCEPTION WHEN RUNNING ExecuteNonQuery ON COMMAND
    {Oracle.DataAccess.Client.OracleException}
    [Oracle.DataAccess.Client.OracleException]: {Oracle.DataAccess.Client.OracleException}
    HelpLink: Nothing
    InnerException: Nothing
    Message: "ORA-01400: Einfügen von NULL in ("TEST"."GLOBALTYPE"."GT_EXPORTDB") nicht möglich"
    Source: "Oracle Data Provider for .NET"
    StackTrace: " at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
    at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, String procedure, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src)
    at Oracle.DataAccess.Client.OracleCommand.ExecuteNonQuery()

    I have same problem.
    I have 10.2 provider installed and I need to insert string.Empty in "VARCHAR2(200) NOT NULL" column:
    Here is the code:
    using (OracleConnection connection = GrinderHlp.OpenConnection(ConnectionString))
    using (OracleCommand command = connection.CreateCommand())
    command.CommandText = @"INSERT INTO dz_hist_data (par_value, time_stamp, quality, updated_when, g_time_stamp, obj_id, par_id, stat_aggr)
    VALUES (:Value, :Time, :Quality, CURRENT_TIMESTAMP, :GTime, :ObjId, :ParId, :AggId)";
    OracleParameter p1 = command.Parameters.Add("Value", OracleDbType.Varchar2, 50, ParameterDirection.Input);
    OracleParameter p2 = command.Parameters.Add("Time", OracleDbType.Date, ParameterDirection.Input);
    OracleParameter p3 = command.Parameters.Add("Quality", OracleDbType.Int16, ParameterDirection.Input);
    OracleParameter p6 = command.Parameters.Add("GTime", OracleDbType.Date, ParameterDirection.Input);
    OracleParameter p0 = command.Parameters.Add("ObjId", OracleDbType.Int32, ParameterDirection.Input);
    OracleParameter p4 = command.Parameters.Add("ParId", OracleDbType.Int32, ParameterDirection.Input);
    OracleParameter p5 = command.Parameters.Add("AggId", OracleDbType.Int32, ParameterDirection.Input);
    p0.Value = 15004;
    p1.Value = "";
    p2.Value = DateTime.Now;
    p3.Value = 192;
    p4.Value = 1974;
    p5.Value = 3;
    p6.Value = DateTime.UtcNow;
    command.ExecuteNonQuery();
    The code fails with ORA-01400.
    I tried to use OracleDbType.Char, .NChar and NVarchar2 instead of OracleDbType.Varchar2 and result was the same.
    Here is the table structure:
    CREATE TABLE dz_hist_data
    (obj_id NUMBER(16,0) NOT NULL,
    par_value VARCHAR2(200) NOT NULL,
    time_stamp DATE NOT NULL,
    quality NUMBER(3,0),
    updated_when DATE NOT NULL,
    par_id NUMBER(16,0) NOT NULL,
    stat_aggr NUMBER NOT NULL,
    diff_value NUMBER,
    diff_ts DATE,
    new_data CHAR(1) DEFAULT '1',
    param_cond_id NUMBER,
    g_time_stamp DATE
    Can you help me?

  • Blank Column in Query

    Hi There
    Please advice me how to create a blank column in Query?
    Thanks in advance..
    Regards,
    Chandu.

    Hi
    I don't have any IO's regarding that.I just need create a column with some description then user can fill with data.
    How can i run that?
    Thanks in advance.
    Regards,
    Chandu.

  • I need to convert PDF to Excel, however, columns and tabs make many merged cells and many blank columns. In addition to not separate the columns correctly, I see many not separate lines together in the same cell. I'm even thinking that Adobe Acrobat Pro D

    I need to convert PDF to Excel, however, columns and tabs make many merged cells and many blank columns. In addition to not separate the columns correctly, I see many not separate lines together in the same cell. I'm even thinking that Adobe Acrobat Pro DC has limitations. There is no way to define what points in columns to force break column? Nor create many columns that are useless? How does text to column in Excel, fixed size when we import text, and define where the breaks have columns?
    Google Tradutor para empresas:Google Toolkit de tradução para appsTradutor de sitesGlobal Market Finder
    Desativar tradução instantâneaSobre o Google TradutorCelularComunidadePrivacidade e TermosAjudaEnviar feedback

    PDF does not contain columns, rows, formats, styles, or other aspects of word processing or spreadsheet file formats.
    This is because PDF is decidedly not a word processing or spreadsheet file format or something "like" one of those.
    (see ISO 32000 for what PDF "is")
    What can optimize the export of PDF page content is to start with a well-formed tagged PDF (ISO 14289-1, PDF/UA-1 compliant).
    Without that export is what it is and one performs whatever content cleanup is needed using the native application for the export file (MS Word or Excel).
    Be well...

  • Blank Page with button

    I need to create a blank page with a button. When the button is pressed a process is run.
    I created a blank page, can create a process, but does not allow creation of a button.
    Any ideas.
    Thanks

    Hi!
    I wonder if you have created a region on your blank page? Without a region you can't create a button. You may use a template for your region without title and border so your regions is invisible for the user.
    Hope that helps!
    Yours sincerely

  • Blank page with quick reply on all mybb forums, the same thing was with Fire fox 3.0.1?

    blank page with quick reply on all mybb forums, the same thing was with Fire fox 3.0.1?
    == URL of affected sites ==
    http://world.alnel.com

    I know we already had this feature, but it was through a modification, not an official feature. It is now an official feature and it is implemented quite well in my opinion. Also new - you can now modify the title/subject of threads that you posted right from the forum display - just click and hold on the link to the thread, and it'll change to a textbox. Then just click out of the box or hit enter to save!
    [url=http://www.micrositez.co.uk/link-building-packages.html] Link Building[/url]|[url=http://www.micrositez.co.uk/link-building-packages.html] Link Building Services[/url]

Maybe you are looking for

  • Asset value date at the asset posting when using F-90

    Hi, I have an asset and the first acquisition date was 10.30.2009. I'm using the transaction F-90 (external aquisition with vendor) with posting key 50 for credit entry, 70 for debit asset and the transaction type is 100. Why the asset value date at

  • Changing InfoObject to enable document attribute of a characteristic

    Hi, We have a need to change existing infoObject. Currently it's not document attribute and we need to enable "Characteristic is document attribute" in infoobject maintenance. But, the characteristic that we are trying to change is used all over (aro

  • Tax Condition not geeting updated

    Hi Friends, I have a problem of tax condition not appearing in the contracts. My condition is based on the combination (IN VK11) of Country/Customer/Material/Pricegroup. All my masters are maintained, my problem is the field price group in the header

  • Portal theme not picked for SAP Web Dynpro Iview

    Hi, We have used light framework page for our portal and all the iviews display the content within the iviews in the same set of colors (blue for buttons). However, for a WD java content, I have created an SAP Web Dynpro iView and the contents displa

  • Alert Monitor config

    Experts, I was been trying to working on setting up the Alert Monitor in APO. But I am not sure how to configure and make it work. Till now I have done the following: Created the Alert profile with AMON1 in the application specific alert profile. Sel