Missing data value on the export

I use FDM v11.1.2.2, and I get an error during the export step. The message export shows that there is no value for the record. I put the data value for the location as < entity currency >, and I don't know why the dimension value is missing from the dat file that is produced. The adapter is FM11X-G6-A. I don't have any scripts in the application.

Anyone seen this before?


Range: 2, error: cell invalid for the period Jan.
Actual; 2012; Jan; YTD; 2891_DIVN; FFS; [ICP no]; [None]; OM; LOAD;-182.49
> > > > > >


Error message in the error log
* FdmFM11XG6A Runtime Error Log entry to start [2013-23 / 01/11: 54:06] *.
-------------------------------------------------------------
Error:
Code of... 10002
Description... Data loading errors.
Process... clsHPDataManipulation.fDBLoad
Component... C:\Oracle\Middleware\EPMSystem11R1\products\FinancialDataQuality\SharedComponents\FM11X-G6-A_1016\AdapterComponents\fdmFM11XG6A\fdmFM11XG6A.dll
Version... 1116

Identification:
... The user xxxxxxxx
Name of the computer... XXXXXXXX

Connection of FINANCIAL MANAGEMENT:
Name of the application...
Name of the cluster...
Field...
Connect status... Open connection

Check the .dat itself and see if the value is there. There is a bug where the user HFM error log does not display the data value. The .dat should be printing If it is defined in the location. If it is printed in the .dat, the line can be an invalid intersection.

Tags: Business Intelligence

Similar Questions

  • How to validate the Date value in the text column

    Hi all

    I entered DATE value in the element of text field (Char Data Type), now how do I validate, the entered date is valid or not.

    Thanks in advance.

    Well, the easiest would be to make the part of DATE data type.

    Another possibility is to try to convert the value to a date in the WHEN-VALIDATE-POINT-trigger, as

    DECLARE
      dt DATE;
    BEGIN
      dt:=TO_DATE(:BLOCK.ITEM);
      -- if code comes here, the date is valid
    EXCEPTION
      WHEN OTHERS THEN
        -- seems to be no valid date
        MESSAGE('Error');
        RAISE FORM_TRIGGER_FAILURE;
    END;
    

    Published by: Andreas Weiden on 19.12.2010 12:23

  • Error: Please enter the date value in the correct format DD-MON-RRRR

    Hi all
    First of all, I am 100% not learning financial oracle no technical information. I'm trying to run a report: - the calendar does not appear in order for me to choose the date - not to mention that when I enter the date IE 10/09/2010 or on 09/10/2010 the system gives me this error "" error: Please enter the date value in the correct format DD-MON-RRRR ".
    Please help me to solve this.

    Thank you

    Please enter date in format 12 October 2010.

    Kind regards
    http://www.oraerp.com

  • Cannot find the MAX Date value in the USER_TAB_PARTITIONS HIGH_VALUE

    Hi all

    I'll try to find the Max value of the date of the HIGH_VALUE from the USER_TAB_PARTITIONS, but my request has failed because the HIGH_VALUE is a LONG column.

    Appreciate your valuable contributions here.

    Thank you
    MK.

    Maldini says:
    I'll try to find the Max value of the date of the HIGH_VALUE

    You use the PL/SQL:

    SQL> select  high_value
      2    from  user_tab_partitions
      3    where table_name = 'RANGE_SALES'
      4  /
    
    HIGH_VALUE
    ----------------------------------------------------------------------------------------------
    TO_DATE(' 1998-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 1998-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 1998-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 1999-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 1999-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 1999-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 1999-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 2000-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 2000-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 2000-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    TO_DATE(' 2000-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    
    HIGH_VALUE
    ----------------------------------------------------------------------------------------------
    MAXVALUE
    
    12 rows selected.
    

    Now:

    create or replace
      type DateList
        as
          table of date
    /
    declare
        v_DateList DateList := DateList();
        v_max_high_value date;
    begin
        for v_rec in (select high_value from user_tab_partitions where table_name = 'RANGE_SALES') loop
          if v_rec.high_value != 'MAXVALUE'
            then
              v_DateList.extend;
              execute immediate 'begin :1 := ' || v_rec.high_value || '; end;'
                using out v_DateList(v_DateList.count);
          end if;
        end loop;
        select  max(column_value)
          into  v_max_high_value
          from  table(v_DateList);
        dbms_output.put_line('Table RANGE_SALES max high value is ' || to_char(v_max_high_value,'MM/DD/YYYY HH24:MI:SS'));
    end;
    /
    Table RANGE_SALES max high value is 10/01/2000 00:00:00
    
    PL/SQL procedure successfully completed.
    
    SQL> 
    

    SY.

  • PHP Beginner: can the data values for the DW effect Html on pages form?

    I'm working on the creation of data form effect HTML pages, but I don't know how to run the whole thing. I have a php document, and I filled in a drop-down list with the names and the values I would like to be placed in a HTML page.  Oh I also was wondering on the forum code snippets are they copyrighted or anyone can use them?

    Dreamweaver has a lot of support for PHP, including a set of server behaviors to accelerate the development of Web sites that use a MySQL database. It also has a lot of code hints PHP (more than 2,000) and syntax coloring. So, Yes, Dreamweaver can help you work with PHP, but you need a solid knowledge of HTML, as well as a knowledge of the basics of PHP and SQL before you start.

    PHP is a language side server that processes the content of a web page on the server before sending the output as HTML in the browser. Unless your server is configured to manage HTML as PHP pages (most are not, and it is not recommended in any case), you must save the pages with a .php file name extension to use PHP.

    Data entered in a form can be used to assign the production on other pages. To give a very simple example, if a form contains a text called 'username' field, the value in this field can be displayed using a PHP variable. If the form is submitted using the POST method, you view the value in the page like this:

    Welcome, !

    This is a deliberately simple example; and in practice, you have to filter the value of the shape to make sure leave you vulnerable to multisite by scripts.

    If you want to start using PHP in Dreamweaver, I recommend that you take the time to learn the basics of PHP before using it in web pages. The PHP online documentation is very good, and it includes a simple tutorial. However, you might find that tried to browse through the documentation on your way your own is a little like trying to swallow a dictionary. This is more than a reference to a learning tool. There are a lot of PHP tutorials on the web, but many of them are old and do not necessarily follow best practices.

    If you want to learn more about PHP in a context of Dreamweaver, you may be interested in my books (more details on my Web site at http://foundationphp.com/).

    Finally, your question on copyright law. Copyright of the code remains with the person who wrote it, but any code posted in these forums is free to use, unless otherwise stated (but no one should view code here they don't want others to use). It goes the same for code in my books. It is there for you to learn and use freely in your own projects.

  • With the help of data values for the selection of members

    Hello everyone:

    I know there are operating functions, with members, strings, names of members... so that you are able to convert a string to a member (@MEMBER) and vice versa.

    But, is it possible to use a value of Member to select someone else?. For example, if in the account dimension, I'm a member of 'parent' with value '100'. Could I put a value, using the value '100' in the '100' member registered in 'parent' to select this member. So if its value is '200', I should put in '200' member.

    Thank you

    Kind regards

    Javier

    Hello

    First, you insert the CDF, essbase server. in the zip file, you have a small description how draconian make zip archive contains a file bat with a script maxl who do all the work. then restart the essbase server and then a new list of functions should be available on the script calc under Group Editor "functions only the user".

    Here is a small piece of code I created for my current project.

    This store a substring product code number on the cube

    "Produccion_pan"->"Prod_CC_4"->"Referencia"=@JgetDoubleFromString(@SUBSTRING(@NAME(@CURRMBR("CompCosto")),6));
    

    then I read that number and use it again as a member of another Sun name

    "Produccion_pan"->"USD"="Produccion_pan"->"USD" + "Prod_CC_5"->"M3"*"Disponible"->"Total_Puesto"->@MEMBER(@CONCATENATE("PP_",@JgetStringFromDouble(codigo_p,@_false,@_false)))->"Coeficiente_v";
    

    I hope it helps you. concerning

  • Shoot/Get/the data value of the window for user input

    I'm trying to do something that should be simple enough for a programmer, but unfortunately, unfortunately to be a designer, I'm having a devil of a time with it.  After spending hours searching and trying different things, I thought to post the problem.  I have the feeling that I'm not the first creator of evil with it.

    I'm trying to extract a window input data and to transmit it to a variable.  In the script, I do a few purge(), and I don't know if that clears the values of input from the user during the script, but it's thinking ahead...

    I need the values to:

    Layer.translate (X, Y) / / if I'm wrong, it must be not - string

    bitsaveoptions. Method = ChanelScreen; in menu drop-down

    bitsaveoptions.angle = KAngle / / if I am mistaken, this must not be one - integer

    bitsaveoptions. Frequency = ChanelFrequency; If I am mistaken, this must not be one - integer

    bitsaveoptions. Resolution = ChanelResolution; If I am mistaken, this must not be one - integer

    bitsaveoptions. Shape = BitmapHalfToneType.ROUND; in menu drop-down

    I know that there are different ways to retrieve data from a window how .value, and perhaps others, but I can't seem to extract the data from user input

    Any advice would be greatly appreciated.

    Thank you.

    PS I work with Photoshop CS5

    That's what I have so far.

    = Ruler with millimeters

    app.preferences.rulerUnits = Units.MM;

    var doc = app.activeDocument;

    var layer = doc.activeLayer;

    var dropdownlistArray = new Array(); / / the table of drop-down lists.

    var chosen_action = null;

    var ScreenShapeArray = new Array)

    "Round."

    "Elliptical".

    );

    var WinContent =

    "dialog box {------}.

    orientation: 'column ', \

    alignChildren: ['fill', 'top'],

    preferredSize: 300 (130) and \.

    text: "Export settings"------

    margins: 15,.

    \

    Coordinates: Panel {------}

    orientation: 'column ', \

    text: "Quarters of channels,"------

    margins: 15,.

    alignChildren: 'right ', \

    KChanelX: Group {------}

    St: StaticText {text: 'X:'}, \

    you: EditText {text: '15', characters: 4, justify: 'just'} \

    ST2: StaticText {text: 'mm'}, \

    } \

    KChanelY: Group {------}

    St: StaticText {text: 'Y'}, \

    you: EditText {text: ' 10', characters: 4, justify: 'just'} \

    ST2: StaticText {text: 'mm'}, \

    }\

    }\

    bottomGroup: Group {------}

    cancelButton: button {text: 'Cancel', properties: {name: 'Cancel'}, size: [120,24], alignment: ['right', 'Center']},

    applyButton: button {text: 'Apply', properties: {name: 'ok'}, size: [120,24], alignment: ['right', 'Center']},

    }\

    }"

    = Create object window

    var win = new Window (WinContent);

    = Display window

    Win.Show ();

    var X = parseInt (win. Coordinates.KChanelX.te.selection);

    var Y = parseInt (win. Coordinates.KChanelY.te.selection);

    alert (X); Here I get NaN

    alert (Y); Here I get NaN

    If (typeof (X) = 'undefined' | typeof (Y) = "undefined") {}

    Layer.translate (X + "mm", "-" + Y + "mm");

    } else {}

    Alert ("here"); Always end - up here regardles of canling or accept the default values

    };

    You don't have a selection in an edittext field. Like c.pfaffenbichler said - you get your X and your Y's

    var X = win.Coordinates.KChanelX.te.text;
    

    and so on:

    var X = parseInt(win.Coordinates.KChanelX.te.text); // or
    var X = Number(win.Coordinates.KChanelX.te.text);
    

    Have fun

  • Missing data recordset of the emails.

    (David gave me help with this page a few days ago, and I thought that I've sorted, but still a problem. I reduced the offending code)

    I've set up a page that presents data from a MYSQL dbase and then sends the information, as an email when there is an e-mail address of the recipient. He also sends an e-mail notification.
    As you can see below the Recordset (restSelect) is selected by the receipt of a numeric variable posted since a previous page.
    The page works insofar as the correct data are drawn from the dbase and presented on the Web page, but when emails are sent as messages arrive without the news of dbase.
    I don't understand why e-mail messages are not collecting the data recordset. Can you see where I'm wrong, please?
    (php written largely by DW2004)

    Here is the code:

    <? PHP require('.. /.. / Connections/tormented3.php');? >
    <? PHP
    $colname_restSelect = "1";
    If (isset($_POST['org_pk'])) {}
    $colname_restSelect = (get_magic_quotes_gpc())? $_POST ['org_pk']: addslashes($_POST['org_pk']);
    }
    @mysql_select_db ($database_tormented3, $tormented3);
    $query_restSelect = sprintf ("SELECT * FROM cel_contents WHERE cel_pk = %s", $colname_restSelect);
    $restSelect = mysql_query ($query_restSelect, $tormented3) or die (mysql_error ());
    $row_restSelect = mysql_fetch_assoc ($restSelect);
    $totalRows_restSelect = mysql_num_rows ($restSelect);

    If (isset($_POST['send'])) {/ / 'submit' is the name of the submit button}
    $error = ";

    process and validate a field:
    $email1 = trim($_POST['email1']);
    if($email1 == '') {/ / if the name is blank, displays an error message (us and for required fields)}
    $error. = ' < style p = "color: red;" > you missed your email address! < /p > '; error message
    }

    if($Error == '') {/ / If no error, the form process}

    Mail script
    $org = $row_restSelect ["cel_org"];
    $tel = $row_restSelect ["cel_tel"];

    $message = "Thank you for requesting information on the $org.\n\n." Configure the e-mail message to the customer.
    $message. = "contact information: \n";
    $message. = "Such no $tel \n";

    $inform_me = "details of the $org have been sent to $email1; Set up the email informing me of the request for information.
    E-mail:
    If (mail ("$email1", $org, $message, "from: www.somewhere.org.uk") & & mail ("[email protected]", $org, ))
    (($inform_me, "from: www.somewhere.org.uk"))
    {
    header ('location: http://www.somewhere.org.uk/feedback/email_redirect.php "") ;// Redirect to the page if the email has been sent successfully
    "exit";
    } else {}
    $error == ' < style p = "color: red;" > an error has occurred, your email could not be sent. Please try
    new / < p > ';
    }
    }
    }
    ? >
    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    " < html xmlns =" http://www.w3.org/1999/xhtml ">
    < head >
    < title > < /title > feedback form
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 "/ >"
    < script type = "text/javascript" src = "fb.js" > < / script >
    "" < link href = "... / css/mentalhealth_bx.css" rel = "stylesheet" type = "text/css" / >
    < / head >
    < body class = "grey_bground" >

    < form action = "<?" PHP echo $PHP_SELF;? ">" method = "post" name = "email1" id = "email1" >
    <? PHP echo $error;? >
    <!--appeal the processing routine-->
    < div id = 'wrapper' > <! - this div code appears sometimes red in DW because there are closing 2/div (see below) - >
    < table class = "whitecell" cellpadding = "1" >
    < b >
    < td colspan = "4" class = "cellcolour" > < p align = "center" class = "redhaed" > NB Ce e-mail form does not yet properly < /p >
    < p align = "center" class = "strongbody" > use this form to send the information below on < span class = "redhaed" > <? PHP echo $row_restSelect ["cel_org"];? > < / span > for yourself or for someone else < br / >
    by entering the relevant address in the space below. < br / >
    < /p >
    < table >
    < /tr >
    < b >
    < td align = "right" > < p > < / p >
    < p > < /p > < table >
    < td colspan = "3" valign = "top" > <? PHP echo $org_pk; temporary control? > < table >
    < /tr >
    < b >
    < td align = "right" > < span class = "right_cell" > information about < / span > < table >
    < td colspan = "3" valign = "top" > <? PHP echo $row_restSelect ["cel_org"];? > of < table > www.somewhere.org.uk
    < /tr >
    < b >
    < td colspan = "4" align = "right" > < table >
    < /tr >
    < b >
    < td align = 'right' class = "right_cell" > Tel.no. < table >
    < td > <? PHP echo $row_restSelect ["cel_tel"];? > < table >
    < /tr >
    < b >
    < td valign = "top" class = "right_cell" > < table >
    < td valign = "top" > < table >
    < /tr >
    < b >
    < td colspan = "4" valign = "top" > < table >
    < /tr >
    < b >
    < td align = 'right' class = "cellcolour" >
    E-mail address of the recipient: < b > < br / >
    < /b > < table >
    < td > < input name = "email1" type = "text" size = "40" value = "" / > "
    "< input name ="send"type ="submit"value =" send "/ >"
    < table >
    < /tr >
    < b >
    < td colspan = "2" > < div align = "right" > < / div > < table >
    < /tr >
    < /table >
    < / div >
    < / make >
    < / body >
    < / html >
    <? PHP
    mysql_free_result ($restSelect);
    ? >

    Thank you very much for looking.
    Steve

    The problem is that $_POST ['org_pk'] comes from the previous page. $_POST and $_GET variables are sent only to the next page. They are not kept indefinitely. For example, when the form is submitted, $_POST ['org_pk'] no longer exists.

    To work around this problem, add the following line somewhere inside your form:

    
    

    It stores the value of $_POST ['org_pk'] in a hidden field and include in the array $_POST when sending the form.

  • Hard drive partitioned using its missing data after restarting the system, sharing and management of the computer

    Hello

    I have a Toshiba Satellite with Vista and since my laptop came with only a single 250 GB, i.e. C:\ partition I tried to partition more than I did the following, I had about 90 GB of data to start with which I transferred to a portable hard drive then:

    Panel--> Admin Tools--> computer management--> management disk storage--> right click C:\ Drive and reduce volume--> it showed only 50 GB of space heat shrink and I created a new volume with this space (F:\ 50 GB)--> transferred all the files to the new 50 GB portable HD space F:\ and remaining 40 GB on the drive C:\

    When I started my computer after a few hours, the new partition F:\ was missing! In addition, there was only the C:\ drive of origin with 40 GB data that I had transferred + 45 GB of data I think it was there previously because the installed files.

    C:\ was so now 40 + 45 = 85 GB without a trace of the 50 GB of data on the new partition I created!

    I had recovered my system to a day before before I did it, it could be the reason? Now, when I try to go to System Recovery it does me not an option for a restoration of watch system.

    To be sure, I now have a backup of the 40 GB of data from the C: drive, but I lost the data of 50 GB of the new partition, and since I have not written new data on the drive is possible that it's still there?

    When I try to search for some files I know research shows me the name of the file, but the file does not open, and the location of the file shows that it is not accessible.

    Kindly advise me on what can be done given that 50 GB of data is really important.

    Thank you

    Go to disk management and open it in full screen and then press the PrtScr button.  Go to start / all programs / Accessories / Paint and open the program.  Go to Edition and click on paste.  Then go to file and click on save as and select a .jpg file type and call the disk management and save it to your desktop.

    Then go to http://skydrive.live.com/ (you will have to perhaps sign up and maybe download some programs, but this will give you a free online place where you can store files for others.  Once the page to the top, click on add files and navigate to the file you just save it on your desktop and add it to one of the folders (I suggest the Public folder).  Once it clicked, and information about it will appear at the bottom right, including where exactly the file.  Copy this URL and include it in your next post.  I would like to see what looks like disk management without asking a thousand questions to describe everythhing for me.

    If you did a restore of the system already on the previous day, there is probably no new restore points created since then, so there is no option to do a system restore.  In addition, a system restore would not solve this problem - this is way beyond its capabiliities.

    Download the free EASUS Partition Manager: http://www.partition-tool.com/ and run it to scan your drive and see if it finds anything Disk Manager can not - it "s possible he can pick up our lost F:\ partition or unidentified space which could be this partition but not correctly identified.  In a same, t I would like to see if it detects anything useful (and it can also be useful the fixing of the problem if we can find it).  Moreover, the total space of the C:\ drive is now is what it was before you have shrunk or it it showing the size reduction that you can expect if the new volume had actually been created?  Let me know what you find if anything.

    Right-click on your CD-ROM drive, and then click on change drive letter and paths.  Click on edit and then right click on the drop box for the available letters.  F shows as available or is missing in the list?  Leave it (don't change anything in reality - I just wanted to see if F has shown as available since if it was assigned (such as C: is assigned) should not be shown at the top on the list.)  I would like to know if he was there.

    I hope this helps or at least gives us some clues on how to solve the problem (whatever it is).   Keep me informed.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • debug the symbolic question missing date or in the future feature alpha #dev

    Hey please help

    I installed a debugging token in my alpha dev unit and added many examples of applications, all running well!

    but all of a sudden because of the connection with any other pc or something I don't know he said if poster devlpmnt than debug token mode is installed but its is not valid

    error is friendly date in debugging token is missing or in the future!

    Error No. East of 881

    Please help I tried new chips from the back to the top and also tried to re - register using new keys to the SJC!

    also removed debug token frm my camera but still the same error please help

    Hi, I also have just got my alpha dev and having the same problem and fixed it.
    There are two changes that I've made, so I do not know which set:
    1 change the date, clock and time zone in your alpha camera to adapt to your computer
    2 open the SDK software, choose the menu Run > Run configurations... > download tabs > Uninstall, then install...

    I think that the first solution will solve this problem, but if not then try the second solution

  • List date values in the current month and previous month next month

    Hello. I am looking for a way to query a list of each value date in the current month, previous month and next month.

    1 DECEMBER 15

    ...

    ...

    31 DECEMBER 15

    1ST JANUARY 16

    ...

    ...

    30 JANUARY 16

    1 FEBRUARY 16

    ...

    ...

    28 FEBRUARY 16

    Any help would be greatly popular!

    with the data (start_date and end_date) as)

    Select Add_months (trunc (sysdate, 'month'),-1),

    Add_months (trunc (sysdate, 'month'), 2)

    of the double

    )

    Select the level - 1 the_date + start_date

    from the data

    connect by level<= end_date="" -="">

  • Capture the date value in the variable descending in BI Publisher?

    Hi all

    can someone help me with the syntax to capture the value of variable with sorting on a date field with in descending order.

    example: I have the Date field.

    JANUARY 1, 2015

    FEBRUARY 1, 2015

    March 1, 2015

    so according to the above date lists sorted in descending order are January 1, 2015. So the syntax I want something like first sort on Date in descending order and it should appear in the variable.

    Thanks in advance,

    Kind regards

    Joes

    It is unclear what you want

    I have the Date field.

    JANUARY 1, 2015

    FEBRUARY 1, 2015

    March 1, 2015

    so according to the above date lists sorted in descending order are January 1, 2015.

    But what's in the xml data?

    you want something to sort and print report

    or

    you want to have the table for sorting or sorted table variable

    ?

    Watch How to compare with the previous value?

    by variable

  • check box assigns the value of the export of a dropdown list

    Hello

    I have a form where there are three drop-down lists (DD), each with several selections containing specific export values (products, therefore, drop 1 to lets say cars models, combo 2 has level of finish and drop 3A guaranteed). The value of exports is summarized in a "Total" box that shows the total cost for your car. This field uses a simplified notation DD1 + DD2 and DD3 field.

    I want to add in a reduction box, so when the user selects they are exempt, VAT (checkbox) it takes only 20% of the price of the model.

    So if checkbox = Yes, it calculates, DD1(-20%), DD2 and DD3.

    I am struggling to find how to apply the discount to the value of export a DD.


    Any ideas?

    You will need to use a custom calculation script, like this (you will probably need to adjust the names of fields used in the code):

    var v1 = Number(this.getField("DD1").value);
    var v2 = Number(this.getField("DD2").value);
    var v3 = Number(this.getField("DD3").value);
    var discount = this.getField("VAT exempt").value=="Off" ? 1 : 0.8;
    
    event.value = (v1*discount) + v2 + v3;
    
  • Query newbie problem: missing data function from the drop-down list

    I am a student with 10g express come with our manual. WinXp SP3 installation went perfectly and I can perform all necessary queries from the command line, no problem. The Publisher provides SQL scripts related to the topic of the chapter that creates users and data to the Chapter exercises. When I go to the home page of database and the attempt to run a query, I can change the alias, insert conditions and do something else with the record, but when I hit the drop down arrow to function there is nothing there, no list. I was back on the chapters dealing with installation thinking I missed some settings but I get empty. AY help would be appreciated.
    Kind regards

    Dave

    Function will be visible only if you open a session with the same user that you used when creating function - when you run the scripts provided by the Publisher.

  • Date value with the time to midnight

    Hi all
    I have a requirement where I have to insert the date in a DATE data type column. The requirement must have the value of time too. I have to insert dates with TIME as 000000hrs or 12:00. But I am unable to do so. Whenever I try, he inserts just the date. But if I try to 12:00:01 AM, it inserts. Anyone know why this is happening? Or how can I insert the desired values?

    PS: the table already contains data, and they have the time above mentioned format.

    Thank you
    Lucette

    It is purely a display issue, as others have said.

    When a date is stored in a DATE data type, there's always a component "hour".
    This is the front end of the GUI (like the TOAD) who can sometimes simply display the part of date if the time is 00:00:00.
    for example if we look into SQL * Plus, we can tell him how we want the date and time displayed...

    SQL> drop table x;
    
    Table dropped.
    
    SQL> create table x(d date);
    
    Table created.
    
    SQL> insert into x values (trunc(sysdate));
    
    1 row created.
    
    SQL> insert into x values (sysdate);
    
    1 row created.
    
    SQL> insert into x values (to_date('20/04/2009 00:00:00','DD/MM/YYYY HH24:MI:SS'));
    
    1 row created.
    
    SQL> select * from x;
    
    D
    ---------
    21-APR-09
    21-APR-09
    20-APR-09
    
    SQL> alter session set nls_date_format = 'DD-MM-YYYY HH24:MI:SS';
    
    Session altered.
    
    SQL> select * from x;
    
    D
    -------------------
    21-04-2009 00:00:00
    21-04-2009 10:19:18
    20-04-2009 00:00:00
    
    SQL> select d, dump(d) from x;
    
    D                   DUMP(D)
    ------------------- ----------------------------------------
    21-04-2009 00:00:00 Typ=12 Len=7: 120,109,4,21,1,1,1
    21-04-2009 10:19:18 Typ=12 Len=7: 120,109,4,21,11,20,19
    20-04-2009 00:00:00 Typ=12 Len=7: 120,109,4,20,1,1,1
    
    SQL>
    

    Here, you can see that if we inserted a trunc would date or explicitly a time of 00:00:00 with our date, then that time was properly stored on the database.

    Certainly a user interface issue. ;)

Maybe you are looking for