Compare date to number

Hi, I am working with the following SQL statement and can't seem to get the syntax correct:
idSelectQuery=Select "numberprgn" from "SMT1"."CM3R1M1" where "category" != 'KM Document' AND ("sysmodtime" - TO_DATE('1970-01-01', 'YYYY-MM-DD')) * 86400000 > ?
Where the '?' is the current system time as a number - which is actually epoch time.
This statement fails because of: ORA-00932: inconsistent datatypes: expected NUMBER got DATE
I need to be able to compare the sysmodtime to the ? time value, although I can't figure out a way to properly do this... I'm not sure if i can cast sysmodtime to char then to number, because I know its not possible to cast date to number directly.
Anyone have any suggestions to get this to work?
Thanks

i.e TO_DATE('1970-01-01', 'YYYY-MM-DD')) * 86400000 will convert GMT to Central time.I disagree.
when arithmetic operations are done against DATE datatype the basic Unit of Measure is DAY
SYSDATE+1 = tomorrow!
the result of multiplication in top line above results in some day far, FAR, FAR into the future.
I suggest you convert epoch time value into Oracle DATE datatype for direct comparison.
BTW, exactly from where is epoch time obtained to become part of SELECT statement?
Re: How to convert Epoch time to Datetime (YYYYMMDDHH24MMSS)
Edited by: sb92075 on Apr 27, 2011 12:18 PM

Similar Messages

  • Compare data in R/3 with data in a BW Cube after the daily delta loads

    Hi Friends,
    How can I compare data in R/3 with data in a BW Cube after the daily delta loads? Are there any standard procedures for checking them or matching the number of records?

    Hi Sunil,
    If you want to check the records daily instead of checking the data in R/3 manually ......
    You can try this...
    If you have staging DSO(level 1) that means whatever data is in source system load it to Staging DSO without any routines or any modifications.
    Now load this DSO data to Cube or DSO(level 2) as per your requirement with routines etc.
    Now Staging DSO contains Source system data.
    Now the level 2 Cube or DSO contains BW data with some modifications.
    Now create a Multiprovider based on level 1 and level 2 data targets.
    Now create a report on which keyfigures you want to test the data.
    In Multiprovider there is a field called 0infoprovider in data packet dimension.
    you can drag this infoprovider to the columns and restict your keyfigures with level 1 and level 2 data targets.
    In the first column you can see the level 1 DSO data ( source system data),in the 2nd column you can see the BW data.
    Now create a formula which gives the diffrence b/n level 1 and level2.
    that is R/3 data - BW data.
    If the diffrence is zero both R/3 and BW data are same.
    if the diffrence is not eqaul to zero check whether any routine is there or not.

  • ORA-01722: invalid number error when comparing varchar and number

    Hi,
    We are upgrading our databases to 10g and have issue with the below query
    SELECT VALUE FROM table1 WHERE SUBSTR (VALUE, 10) = 1.
    In table1, VALUE is the column name and it will have data ending with number. ex: SIGNATURE1, SIGNATURE2, SIGNATURE3, SIGNATURE4....SIGNATURE9.
    As output of substr is varchar, Is comparing it with number throwing the error?
    If so, the same query is working perfect in another 10g database which we migrated into.
    Please help.
    Thanks,
    Madhuri

    I think its data issue. may be some data is defected where string after 10th place contains non numeric character and you are trying to compare it with 1.
    My test
    Case 1
    Below code works fine, since all 10th place characters are digits, so can be compared with 1
    with c as
    (select 'SIGNATURE1' n from dual union all
    select 'SIGNATURE2' from dual union all
    select 'SIGNATURE3' from dual union all
    select 'SIGNATURE9 ' from dual )
    select n,substr(n,10) from c where substr(n,10)=1
    Case 2
    with c as
    (select 'SIGNATURE1' n from dual union all
    select 'SIGNATURE2' from dual union all
    select 'SIGNATURE3' from dual union all
    select 'SIGNATURE9a' from dual ) -------non numeric character
    select n,substr(n,10) from c where substr(n,10)=1
    This query shows error because , after 10th place there exists a non numeric character

  • How to compare Date/time string

    I read from datalog file including Date/time string ,and want to query the special Date/time string span ,how to compare the data/time string ?

    Hello Joshua,
    To compare date/time you have to extract the different components (day, month, year, hour, minute, second) anyway. Why not "convert to seconds"? I think it's easier to compare one number (where you also can do other math, like calc the difference and so on) than to compare seven (?) parameters with some exceptions... If the dates are read from excel (there was a similar thread some days ago), why not convert to seconds in excel (just a format change)?
    Best regards,
    GerdW
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Best way to compare data of 2 tables present on 2 different servers

    Hi,
    We are doing data migration and I wil like to compare data between 2 tables which are present on 2 different server. I know to find the difference i can go for minus or full outer join and by creating the database link.
    But my problem is the volume of the data. The tables under consideration has approximately 40-60 columns and number of rows in each tables are around 60-70 million. Also both the tables are on 2 diffferent servers.
    I would like to know
    1] What will be the best way to compare the data and print the difference from performance perepective? I know that if I am going for DB links then its will definitely impact the performance as the tables are across 2 different servers.
    2] Is it advisable to go for using SQL - PL/SQL for this kind of senario or dump the data in flat files and use C or C++ code to find the difference.
    Regards,
    Amol

    Check this at asktom.oracle.com. Search for "Marco Stefanetti" and follow the few posts between Marco and Tom. As far as your tables being on separate servers, you could consider dumping the data to file and using external table or using CTAS ( create table as select ) to get both tables locally.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:2151582681236

  • Comparing date in SUMIFS

    Hi!
    Trying to achieve an automatic accumulated sum of hours depending on weeknumber and date. According to Numbers help, you're supposed to be able to compare dates, but I can't seem to get it right...:)
    Here's an example:
    !http://opheim.com/div/accumulated.png!
    I've filled in the last coloumn manually now to show what I want.
    My guess would be to put the following formula into G2:
    =SUMIFS($G$2:$G$366;$A$2:$A$366;A2;$C$2:$C$366;<=C2)
    Point would be to add hours (in F - "Timer") if weeknumber (A) is the same as the given day, and date is same or earlier than given day. I've also tried to put the test-value in "" or '' but it gives the same result.
    A is automatic: =WEEKNUM(C2;2)
    B is automatic: =DAYNAME(C2)
    C is just the range of the year
    D is start time
    E is end time
    F is duration between D and E
    G should be the accumulated hours of that particular week
    Any ideas here?
    (PS: English software on international system, so I use ; to separate values)
    Best regards,
    H. Opheim

    Here is my bug report:
    Your tracking number for this issue is Bug ID# 6598321.
    Hello.
    Attached is a Numbers document demonstrating a serious design flaw.
    On a system whose date format is dd/mm/yyyy
    the formula in cell C7 is
    =SUMIF($A;"<=15/2/2009";B)
    If I open it on a system whose date format is mm/dd/yyyy it remains:
    =SUMIF($A;"<=15/2/2009";B)
    which is perfectly odd
    To be correct it would be:
    =SUMIF($A;"<=2/15/2009";B) (the one used in D7)
    I guess that you can't transcode the embedded date but what is very annoying is the fact that there is no workaround.
    If we store in a cell the date to compare, we aren't allowed to use a formula like
    =SUMIF($A;"<=cellRef";B)
    the only way we are allowed to use a cellRef is
    =SUMIF($A;cellRef;B)
    which of course can't fit our needs.
    It's highly annoying.
    This awful feature strikes in
    AVERAGEIF, AVERAGEIFS
    COUNTIF, COUNTIFS
    SUMIF, SUMIFS
    Sure, to do what is done in the example I may use an other formula which would not use SUMIF but here it's just a way to demonstrate the design flaw.
    <img src="http://homepage.mac.com/koenigyvan/.Pictures/forum/200902/2009_0218.jpg">
    in cell C7, the formula is:
    =SUMIF($A,"<=15/2/2009",$B) (OK for dd/mm/yyyy systems)
    in cell D7 it is:
    =SUMIF($A,"<=2/15/2009",$B) (OK for mm/dd/yyyy systems)
    in cell E7 the formula is an attempt to use a cellRef:
    =SUMIF($A,<=A,B)
    Once again, in this thread, I'm forced to paste the link to screenshot twice
    Yvan KOENIG (from FRANCE mercredi 18 février 2009 15:09:57)

  • How to compare data from 2 different time periods

    Hi folks,
    I have a question on approach to a problem. I want to be able to compare data from a common db, but for 2 different time periods. For example I want to see the number of occurences of an instance in my data for today and compare it against occurences a week ago today. What's the best approach for this kind of problem? Is this done with 2 separate queries from 2 sub reports and then compared some how? Any comments on this approach or an other are appreciated.
    TIA bvd

    Follow these steps:
    1) Bring your first time period in your main report.  This will be your first query.
    2) Bring your second time period in a subreport.  This will be your second query.
    3) Bring the values from your subreport into your main report using shared variables.
    4) Lastly, compare the results using formulas in your main report.
    I hope this information proves useful.
    Regards,
    Zack H.

  • Question - Comparing data from 2 databases

    I'm new to Oracle - I'm trying to compare data from 2 separate databases.
    I'm trying to get data from both databases based on a common TRACKING_NUMBER. The issue is that in one database there are additional 0s in front of the Tracking_Number.
    So I'm trying to find out what I can put in my query to remove those zero's in front of the tracking number. I have the query below - it's very long.
    SELECT DISTINCT cm.TRACKING_NUMBER_TYPE AS HType,
    TRUNC(cm.CREATED_DATE) as CodeMoveDate,
    SUBSTR(cm.CODE_MOVE_DESC, 1, 50) AS Description,
    cm.TRACKING_NUMBER AS TrackingNumber,
    rq.Plant_Name as Location,
    jr_eur.Assignee as Tracker,
    TRUNC(MAX(jr_spec.Journal_Date)) as Date_Spec,
    TRUNC(MAX(jr_app.Journal_Date)) as Date_Approved,
    TRUNC(MAX(jr_ut.Journal_Date)) as Date_Unit,
    TRUNC(MAX(jr_qa.Journal_Date)) as Date_Assurance,
    TRUNC(MAX(jr_eur.Journal_Date)) as Date_Enduser,
    TRUNC(MAX(jr_gv.Journal_Date)) as Date_Gatekeeper,
    TRUNC(MAX(jr_prod.Journal_Date)) as Date_Move,
    TRUNC(MAX(jr_eun.Journal_Date)) as Date_Notification,
    TRUNC(MAX(jr_pver.Journal_Date)) as Date_Production,
    TRUNC(MAX(jr_udoc.Journal_Date)) as Date_Documentation
    FROM PROJMAN.PM_CODE_MOVES_V cm,
    PROJMAN.PM_Requests_V rq,
    PROJMAN.PM_Journals_V jr_spec,
    PROJMAN.PM_Journals_V jr_app,
    PROJMAN.PM_Journals_V jr_ut,
    PROJMAN.PM_Journals_V jr_qa,
    PROJMAN.PM_Journals_V jr_eur,
    PROJMAN.PM_Journals_V jr_gv,
    PROJMAN.PM_Journals_V jr_prod,
    PROJMAN.PM_Journals_V jr_eun,
    PROJMAN.PM_Journals_V jr_pver,
    PROJMAN.PM_Journals_V jr_udoc
    WHERE cm.TRACKING_NUMBER = LTRIM(rq.Request_ID(+))
    AND cm.TRACKING_NUMBER = jr_spec.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_app.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_ut.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_qa.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_eur.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_gv.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_prod.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_eun.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_pver.Request_ID(+)
    AND cm.TRACKING_NUMBER = jr_udoc.Request_ID(+)
    AND jr_spec.Journal_Status(+) = 'Spec Doc'
    AND jr_app.Journal_Status(+) = 'Approved'
    AND jr_ut.Journal_Status(+) = 'Unit Test'
    AND jr_qa.Journal_Status(+) = 'Quality Assurance'
    AND jr_eur.Journal_Status(+) = 'End User Review'
    AND jr_gv.Journal_Status(+) = 'Gatekeeper Verificat'
    AND jr_prod.Journal_Status(+) = 'Move to Production'
    AND jr_eun.Journal_Status(+) = 'End User Notificatio'
    AND jr_pver.Journal_Status(+) = 'Production Verificat'
    AND jr_udoc.Journal_Status(+) = 'User Documentation'
    AND cm.TRACKING_NUMBER_TYPE = 'H'
    and cm.CREATED_DATE >{d '2006-12-31'}
    GROUP BY
    cm.TRACKING_NUMBER_TYPE,
    TRUNC(cm.CREATED_DATE),
    cm.CODE_MOVE_DESC,
    cm.TRACKING_NUMBER,
    rq.Plant_Name,
    jr_eur.Assignee
    ORDER BY TRUNC(cm.CREATED_DATE)

    I recommend using a product.
    I used to write scripts and procedures, but no more!
    Reason is: you save time. A lot of time. You pay few hunderes $ once for the product.
    If you do it yourself, you waste half-days doing it properly.
    A good tool for database compare is Comparenicus (www.compareniucs.com).
    I'm using it for 6 months now and it saves me a lot of time.

  • Compare and extract number from string

    Hi, all
    If I want to compare a requirement number and extract a number form a continuous data, . for example,
    the string like this ( ******** 123 ******
                                   *********456 ******
                                   *********789*******)
    and I have requiremnts that I need to extract the number is nearest greater 450, so in the above example, I need to pick 456.
    How can I result it?
    thanks

    Just extract all numbers into an array, then find the element with the smallest absolute difference. See attached (LabVIEW 7.0).
    EDIT: Sorry, If by "Nearest greater" you mean the next higher number, you can use something like in my example II. (Also LabVIEW 7.0).
    If you don't recognize an node, just right-click on it and select help.
    You still need to add proper execption handling, e.g.:
    What if no element is greater?
    What if there are multiple solutions?
    What if the string does not contain any numbers?
    Message Edited by altenbach on 10-13-2005 09:05 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    FindClosest.vi ‏29 KB
    FindClosestII.vi ‏30 KB

  • Compare Date Modified on OneDrive and LocalStorageFile

    I can't find an easy way to compare two files
    When uploading (CreateBackgroundUploadAsync) file from LocalStorage to Onedrive the Modified Date kind of appearing is changed since it become a place holder and not the real file.
    How can I compare Date Modified (updated_time is NOT the real Modifed Date) and also I would not like to download file back to either the phone or Desktop as it good be lengthy.
    I should only download/upload files which are different. Basically just to synchronize files.
    Thanks

    Hi,
    Based on my research, the Date Modified changed could be due to corrupt Update Sequence Number Journal. The USN Journal is a feature of NTFS which maintains a record of changes made to the volume. 
    You could try to refer to article below to check if it could resolve the issue.
    Error messages when you try to gain access to an NTFS volume
    http://support.microsoft.com/kb/311724
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Comparing data b/w biw and oltp

    hi
    Could some one can halp me how to compare data between biw and oltp system.which has been extracted.
    Thank for your precious time spent to help me in learning.
    Thanks,
    Jagadeesh

    Jagadish,
    It is not always all extracted data are coming from one standard table and comparison is easy. most of the time from multiple tables. There are couple of things you can do.
    1. If you know any R3 functionals you can inquire about reports available that produce the same kind of column groupings.
    2. If no one exists or do not get much help from them, and if you have SQ01 access in R3 you can create a query to bring the same columns fromcorresponding tables (This is a harder because you need access and need to findout from where data is coming from though info is available in help.sap.com).
    3. more practical would be select a small subset of data, with right filters in your selection columns of the info package and extract data, at the same time use the same selection in RSA3 (R3 side) to extract data and compare. This should tell you whether what you have in R3 is matching with the extracted data.
    4. After your transformations you can compare the same with your info provider (cube or ODS) contents as well.
    hope this helps,
    Award points if useful.
    Alex (Arthur Samson)

  • Comparing data in different resultsets

    Hi everybody!
    I am working on an web application involving some EAI, as a requirement i need to compare data from two different sources (databases to be precise) and fill a XML based on certain rules. I wish to know if there is a way to compare two ResultSet objects (with almost similar data) directly, or the only way to do is compare each value seperately.
    Also please suggest from efficiency point of view if its viable to store data from resultSet to a certain struc kind of object and then comparing, as it would involve lots of overhead compared to directly comparing the two resultsets.
    TIA
    Abhishek

    i have to compare various columns of each row and assign flags in output xml as to note if data is inconsistant, though i am taking measures so as to get the rows in the same order in both result sets, but the primary purpose of this comparison is indeed to check data integrity between both the sources.

  • Trying to compare item with number in PL/SQL report

    Hi,
    I'm using for my report SQL Query (PL/SQL Function body returning SQL Query). And I found that I can't to write:
    if v('ITEM_NAME')=1 then ..., because it is 'missing expression' error.
    I can only
    if v('ITEM_NAME') IS NULL then ...
    or
    if v('ITEM_NAME') IS NOT NULL then ...
    Why I can't to compare item value, for example, with number?
    Thanks!
    Karina.

    Hi,
    I'm using my own htmldb installation. The reports' code is:
    DECLARE
    q varchar2(10000);
    v_lesst_str varchar(255);
    v_lesst_stmt_2 VARCHAR2(100):='select lesst_id from lesson_types';
    v_meas_str varchar(255);
    v_meas_stmt_2 VARCHAR2(100):='SELECT meas_id FROM project_measures';
    BEGIN
    if v('P16_LESSONS_TYPE') is null THEN v_lesst_str:=v_lesst_stmt_2;
    ELSE v_lesst_str:=v('P16_LESSONS_TYPE');
    END IF;
    if v('P16_PRO_MEASURE') is null THEN v_meas_str:=v_meas_stmt_2;
    ELSE v_meas_str:=v('P16_PRO_MEASURE');
    END IF;
    q:='SELECT distinct ul.title, ul.summary, ul.details, ul.less_id
    FROM user_lessons ul
    WHERE ul.lesst_lesst_id IN ('||v_lesst_str||')
    AND ul.meas_meas_id IN ('||v_meas_str||')';
    return q;
    END;
    The error is occurred when I'm trying to compare item with number, for example, v('P16_LESSONS_TYPE')=1 in if condition.
    And the errors' text is next:
    "#1 error has occurred
    Query cannot be parsed within the Builder. If you believe your query is syntactically correct, check the ''generic columns'' checkbox below the region source to proceed without parsing. ORA-00936: missing expression"
    Karina.

  • Table_comparison - how to compare data at a high level

    Hi,
    I have to do data validation at a high level between two tables that I am loading.
    I am trying to use table_comparion transform but the problem is that my target table is at a much lower level than at which I want to compare data. So it has many more columns (both key and data fields) than what I want to compare.
    Does the output of query transform ( which I am using as input into table_comparion) be in the exact same format as comparion table? If not, then can somebody suggest me something else.
    Or how can I compare output of two query transforms ?
    Thanks,
    Saurabh Bansal

    Dear Saurabh,
    Not sure if you have already got the solution to this. If yes please close the thread.
    If not, i would suggest you can use the validation rule to compare the two tables and then based on the PASS or FAIL result can check what needs to be done on the output.
    Do post back if you have got the solution or you need any furthur help or else close the question.
    regards,
    Den

  • Compare data from a table

    Hello, I am trying to compare data from one and the same table. In short I have:
         NAME     DTM     CHARGE
         Atanas     8/18/2012 9:33:23 AM     100
    Atanas     8/18/2012 9:33:23 AM     101
         Niki     8/18/2012 9:33:43 AM     200
         Niki     8/17/2012 9:34:10 AM     100
    Niki     8/18/2012 9:33:43 AM     201
         Niki     8/17/2012 9:34:10 AM     101
         Atanas     8/17/2012 9:34:29 AM      50
    Atanas     8/17/2012 9:34:29 AM      51
         Joro     8/18/2012 12:10:12 PM 400
         Joro     8/17/2012 12:10:21 PM 300
    Joro     8/18/2012 12:10:12 PM 401
         Joro     8/17/2012 12:10:21 PM 301
    And I want to sum CHARGE for each DTM for each NAME and present the difference in an additional column, the output should be like that:
    NAME     DTM     CHARGE DTM CHARGE DIFFERENCE
         Atanas     8/17/2012 9:33:23 AM     101 8/18/2012 9:33:23 AM 201 - 100
    Niki     8/17/2012 9:33:23 AM     201 8/18/2012 9:33:23 AM 401 - 200
    Joro     8/17/2012 9:33:23 AM     601 8/18/2012 9:33:23 AM 801 200
    the DTM will be always /sysdate - 2/ and /sysdate - 1/,
    Thanks in advance!

    It is not clear what you are trying to do, but it looks like:
    with sample_table as (
                          select 'Atanas' name,to_date('8/18/2012 9:33:23 AM','mm/dd/yyyy hh:mi:ss am') dtm,100 charge from dual union all
                          select 'Atanas',to_date('8/18/2012 9:33:23 AM','mm/dd/yyyy hh:mi:ss am'),101 from dual union all
                          select 'Niki',to_date('8/18/2012 9:33:43 AM','mm/dd/yyyy hh:mi:ss am'),200 from dual union all
                          select 'Niki',to_date('8/17/2012 9:34:10 AM','mm/dd/yyyy hh:mi:ss am'),100 from dual union all
                          select 'Niki',to_date('8/18/2012 9:33:43 AM','mm/dd/yyyy hh:mi:ss am'),201 from dual union all
                          select 'Niki',to_date('8/17/2012 9:34:10 AM','mm/dd/yyyy hh:mi:ss am'),101 from dual union all
                          select 'Atanas',to_date('8/17/2012 9:34:29 AM','mm/dd/yyyy hh:mi:ss am'),50 from dual union all
                          select 'Atanas',to_date('8/17/2012 9:34:29 AM','mm/dd/yyyy hh:mi:ss am'),51 from dual union all
                          select 'Joro',to_date('8/18/2012 12:10:12 PM','mm/dd/yyyy hh:mi:ss am'),400 from dual union all
                          select 'Joro',to_date('8/17/2012 12:10:21 PM','mm/dd/yyyy hh:mi:ss am'),300 from dual union all
                          select 'Joro',to_date('8/18/2012 12:10:12 PM','mm/dd/yyyy hh:mi:ss am'),401 from dual union all
                          select 'Joro',to_date('8/17/2012 12:10:21 PM','mm/dd/yyyy hh:mi:ss am'),301 from dual
    select  nvl(s1.name,s2.name) name,
            s1.dtm,
            s1.charge,
            s2.dtm,
            s2.charge,
            s2.charge - s1.charge diff
      from      (
                 select  name,
                         dtm,
                         sum(charge) charge
                   from  sample_table
                   where dtm >= trunc(sysdate) - 1
                     and dtm <  trunc(sysdate)
                   group by name,
                            dtm
                ) s1
            full join
                 select  name,
                         dtm,
                         sum(charge) charge
                   from  sample_table
                   where dtm >= trunc(sysdate)
                     and dtm <  trunc(sysdate) + 1
                   group by name,
                            dtm
                ) s2
              on s1.name = s2.name
    NAME   DTM           CHARGE DTM           CHARGE       DIFF
    Atanas 17-AUG-12        101 18-AUG-12        201        100
    Niki   17-AUG-12        201 18-AUG-12        401        200
    Joro   17-AUG-12        601 18-AUG-12        801        200
    SQL> SY.

Maybe you are looking for

  • "Error while printing" What means; what to do??

    After I set up to print, and click Print, screen shows 'barber pole', but also "Error while printing" and that's it---no further action. What does the message mean; what do I do to overcome this problem? Please help : ) BTW, HP site not helpful on th

  • IPod not recognized in windows or iTunes

    I am so frustrated! I have a 5th generation iPod with video and I've read everything posted about the topic and I still can't use my iPod. When I connect the iPod to my PC, nothing happens. It is not recognized in iTunes or on my computer. I just wan

  • XML validation against DTD.. Is it possible?

    Hello all, Sorry for what may be a trivial post, but I'll keep it short.. According to the docs: "The Validate XML command will validate the XML against the schema defined in the XML file. This command on the context menu is disabled whenever an XML

  • Expiry Date - Customize report

    Dear All Without using batch management and warehouse management i declare self expiry period for material in material master. During goods receipt the system ask me to enter manufacture date and all. Now i want to customize one report for to analyze

  • Getting started in Motion

    Hi, I just finished cutting a sequence in FCP and want to send it to motion. I see the option in my "send to" drop down menu but it is blanked out. I exported a quicktime movie from FCP, but Motion was blanked out as an "open with" option. Any though