Measurement conversion from hectare to acre not working correctly.

Hello,
We have BE on which we have the following measurement:
Total Site Area (Hectares)    (TSAH in short)
Total Site Ares (Acres)       (TSAA in short)
The second one (TSAA) is in the nature of a TOTAL MEASUREMENT TYPE and when I click on the summation symbol I find the formula: TSAA = TSAH x 2.4710.
I have put 1 in the amount colm for TSAH. i should have seen 2.4710 in the amount colm for TSAA. However when I see the amount for TSAA, it is showing 6.105. This I found that is nothing but the square of 2.4710 (ie 2.4710 x 2.4710).
I checked the Measurement Tab in IMG under the following path :    RE-FX - master data - basic settings - measurements.
Under the first node, Define measurement type, I found that TSAH is created with the tick 'on' in the Ar.Ms box only. TSAA is created with the tick 'on' in both the 'total' and well as 'Ar.Ms' boxes. For both these measurement types, it is allowed to be used for BE.
Under the second node, Define total measurement, I found that 'source measurement type' is given as TSAH and the 'Total measurement type' is mentioned as TSAA, numerator is 247101 and denominator is 100000.
i dont know of any other configuration that should be checked. This is affecting the measurement for all the master data and not just BE.
Can someone please let me know how to rectify this error?
regards,
Suvarghya Dutta

Define Total Measurement:
TSAH     TSA HEC     TSAA     Total Site A AC     2.471     1     HA     ACR
I have my Numerator = 2.471 and my Denominator = 1
and the calcualtion seems to be working fine.
(just untick the manually box and it works !?)
MeasTp Med. Name of Meas. Type        DefUnit Total
TSAA   Total Site Area (Acres)        ACR     X   
TSAH   Total Site Area (Hectares)     HA          
TSAA     Total Site Area (Acres)     2.471     ACR     @3Z\QMeasurement Is Totals Meas.@     @1P\QOutside of Object Time Period@     0
TSAH     Total Site Area (Hectares)     1     HA     @1P\QOutside of Object Time Period@     
TSAA     Total Site Area (Acres)     4.942     ACR     @3Z\QMeasurement Is Totals Meas.@     @1P\QOutside of Object Time Period@     0
TSAH     Total Site Area (Hectares)     2     HA     @1P\QOutside of Object Time Period@

Similar Messages

  • Import from Final Cut Pro not working correctly

    I have a very simple project in FCP. (Ver 6) It is a HD clip that is about 5 min long with 7 chapter markers.
    I exported the project as an XML file and imported that into Premiere Pro empty project.
    I wind up with two assets, a .mov with same name as the .mov in FCP and a sequence with the same named sequence in FCP.
    Right clicking on the .mov and selecting "New sequence from clip" creates a new sequence with the .mov on the timeline.
    There are no markers.
    Right clicking on the sequence asset and selecting "New sequence from clip" creates another sequence with the same name and the .mov on the timeline.
    The markers are inside the .mov and audio tracks, not up on the top ruler line where markers appear when manually adding markers.
    The keystrokes to move to markers do not work.
    The "Clear all Markers" function is greyed out , like it is when no markers exist.
    If a "Dynamic link to Encore is performed, there is no markers in Encore.
    If you enter chapter markers manually and look at the project file (an XML file) you will see indexes with the chapter points , durations and names as children named "Markers" with attribute"ObjectID='22'.under "//PremiereData"
    Following , in sequential order, are subsequent objects "Markers", ObjectID='23" through "ObjectID=n
    However, if you look at the project file after importing a FCP project, this same function occurs, except that it is "Markers" "ObjectID=30 with the indexes and marker data 31 through n (further down in the file). This area is empty when adding the markers manually in Premiere Pro.
    FYI , the project file is littered with the word "Marker" and "Markers" throughout the file, only their attributes make any node unique.
    I am at 99.9 &% finished with a VB program to create / modify nodes, values and attributes, except that the XML date changes format at the node named "//WorkspaceSettings" so I am not able to edit values to make a file that will not crash when opening.
    I would very much like the import from Final Cut Pro to work, or someone explain how to work with the nodes under "//WorkspaceSettings"
    Thank millions for a solution.

    It's a 2007 iMac with 2.4 GHz Intel Core 2 Duo.  I had been using Final Cut Pro without any problems right until I upgraded to Yosemite.  I'm hoping that upgrading to Yosemite doesn't mean I can't continue using Final Cut Pro - that would be extremely frustrating. 

  • Sort by To / From in Mail is not working correctly

    As an example: I move the mails from the Sent - Gmail folder to a folder I created  On My Mac
    In this folder the sorting was by TO but the system did not execute this
    Instead it sorted by From and the To was not shown at all !
    This is just one example . In general. it sometimes works, but mostly not
    It is f ex correct in the Sent Gmail folder or Inbox, but you but those are exceptions.

    see whether you find nested table parameter implantation option useful. Also supported by .net/java in case that's your calling appln.
    Below is plsql block having a procedure with input paramater of empid's. It returns a cursor( empno and ename) as out parameter.
    The empid's are hardcoded in the calling block.
    SQL> create type t_id is table of number
      2  /
    Type created.
    SQL> set serveroutput on
    SQL> declare
      2
      3   v_tid t_id;
      4   v_results sys_refcursor;
      5
      6   v_employee_id number;
      7   v_name varchar2(100);
      8
      9   procedure TEST (p_tid in t_id, p_empcursor out sys_refcursor)  as
    10   begin
    11    open p_empcursor for
    12    select empno, ename from scott.emp
    13    where empno in (select column_value from table (p_tid));
    14
    15   end;
    16
    17
    18  begin
    19   v_tid := t_id(7902,7934);
    20
    21   TEST(v_tid,v_results);
    22
    23   IF v_results IS NOT NULL
    24     THEN
    25        LOOP
    26           FETCH v_results
    27            INTO v_employee_id, v_name;
    28
    29           EXIT WHEN (v_results%NOTFOUND);
    30           dbms_output.put_line(v_name);
    31        END LOOP;
    32
    33        IF v_results%ISOPEN
    34        THEN
    35           CLOSE v_results;
    36        END IF;
    37    END IF;
    38
    39  end;
    40  /
    *FORD*
    *MILLER*
    PL/SQL procedure successfully completed.
    SQL>

  • VI ran from tools menu does not work correctly

    I have a VI that I created in LV7.0 and it works great in 7.1 now I am trying to get it to work in 8.0 and I get a very weird thing going on in 8.0 that I cannot understand. If I run the vi as is it works great it finds all the vi's in memory as it should but when it is run from the tools menu. (I did this by saving it to the projects folder) it does not find all the vi's in memory. So i started doing some debugging and found the code was OK. The I tried the example called memory monitor and when it is run standalone (ie double clicking on it in the example finder) everything runs great but when I save it to the project folder it does not show all the vi's in memory as it should. Does anyone have an explantion to this.
    Joe.
    "NOTHING IS EVER EASY"

    Hello Joe,
    Yes, this is the result of a fairly significant change in LabVIEW 8.  LabVIEW now has more than one "sandbox" so-to-speak such that you can have multiple copies of the same VI (or different VIs with the same name) in memory at the same time.  These separate "sandboxes" are referred to as "Application Instances".  VIs launched from the menus run in a different application instance than user VIs do.  Page 11 in the LabVIEW 8 Upgrade Notes, section header "User VIs", discusses in more detail this issue and what you can do to achieve the old behavior.
    http://digital.ni.com/manuals.nsf/websearch/5F99F274F2C663AA86257060001F8EF8
    Hope this helps!

  • I bought an IPAD air from state and the screen is not working correctly and right now i'm in Egypt ,can i send my ipad to service in Egypt and the warranty will work in Egypt or what?

    i bought an IPAD air (32 gb wifi only) from USA just one month ago and the screen is not working correctly(picture attached) and right now i'm in Egypt ,can i send my ipad to service in Egypt and the warranty will work in Egypt or what?

    Have you tried a soft-reset to see if that fixes it ? You might be able to get warranty service in Egypt for your iPad, but the warranty includes :
    IMPORTANT RESTRICTION FOR iPHONE AND iPAD SERVICE.
    Apple may restrict warranty service for iPhone and iPad to the country where Apple or its Authorized Distributors originally sold the device.
    As it's wifi-only you should have a better chance of it being serviced under warranty, but there are no guarantees, it might depend upon the repairer.
    Egypt authorised service providers : https://locate.apple.com/eg/en/

  • Reopen All Windows from Last Session is not working

    The option Reopen All Windows from Last Session is not working, is there any other way to recover the tabs from my last session?
    Last night I fell asleep and my friend shut down my laptop.
    When I woke up in the morning I couldn't restore my last session which had several tabs opened for my research.
    I don't know the exact date when I found them, so I haven't been able to find them in History either.
    I've looked around on the internet, but haven't been able to find anything that helped me out.
    Hope you can help me! Thanks.

    Restart your Mac.
    Check the box for:  Reopen windows when logging back in
    Then check History >  Reopen Windows from Last Session

  • How can I print a text message conversation from my iPhone? Not using screenshots.

    How can I print a text message conversation from my iPhone? Not using screenshots. It's around 500 messages so screenshots is not a option.

    Yes, you can delete from iphone:
    http://manuals.info.apple.com/enUS/iPhone_iOS4_UserGuide.pdf
    It is covered in the manual.
    Page 172:
    "Delete a podcast: In the Podcasts list in iPod, swipe left or right over the podcast, then
    tap Delete. "

  • Flash streaming from non-native websites not working on 10.1

    Note: I am running:
    Windows 7 64 bit
    Internet explorer 8 32 bit, Firefox 3.6.3 (32 bit)
    Flash player version: 10.1.53.64
    Graphics card: Nvidia GeForce GTS 240
    Graphics card driver: 257.21
    Hi, Adobe Flash 10.0 was working perfectly until I upgraded it to 10.1. When I upgraded it to 10.1 by uninstalling the old version and installing the new version, the streaming function partially stopped working. I also upgraded Firefox separately, and the streaming function is working perfectly. However, my streaming Pandora Gadget on my desktop is NOT working correctly, it shows only a teeny box with a couple of shapes & colors in it, no error message whatsoever. The same is true for when I try and use embedded Youtube videos (such as on the Yahoo! website) on Internet Explorer 32 bit, but the videos on youtube directly are working perfectly. When I go to the Flash Install screen, it says it installed itself correctly, and shows the animation. I tried disabling the Hardware Acceleration, but it still didn't work on the non-native websites & the Pandora Gadget. When use an administrator account, both Internet Explorer & the Pandora Gadget work, anything I could do to make flash run in a user account besides changing them to administrator?

    There are a number of posts in this forum regarding Flash Player 10.1 and non-Admin accounts not working correctly. So far there seems to be no solution apart from reverting back to 10.0

  • My pc has a virus I just downloaded song from pc to kids ipods now both ipods are not working correctly could the virus be in the ipods,  if not why are both not working doing the same thing right after unplugging from pc.

    Can an ipod get a virus from a pc that has a virus.  After connecting two different ipods to my pc to download music they both are not working correctly, could the virus have transferred to the ipod,  if not why would both ipods not work and be doing the same thing?  When trying to click on a game it just stays on the main screen.

    - I have not heard of a virus that can cause problem with an iDvice that has not been jailbroken.
    - Try resetting the iPods. nothing will be lost.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Do you hve problems with one game? The same game on both iPods?
    Other apps?

  • HT201210 trying to download an instal ios 7 on my iphone 4s, after half an hour into the download it came up with a message saying failed and everytime i try again the download doesnt start. tried downloading from itunes aswel but not working. anyone know

    trying to download an instal ios 7 on my iphone 4s, after half an hour into the download it came up with a message saying failed and everytime i try again the download doesnt start. tried downloading from itunes aswel but not working. anyone know why?

    The servers are overloaded. There are a hundred million people all trying to download iOS 7 at one time. Try again later

  • The "always match my default message font" option in the Signature preferences from Mac Mail does not work if e-mail is received in other Mail Software. How can I make it work?

    The "always match my default message font" option in the Signature preferences from Mac Mail does not work if e-mail is received in other Mail Software. How can I make it work?

    I found this plugin which solved pretty much all of my mail font rendering problems.  It is designed for Lion, so don't know whether it will work but thought I would offer it up.
    http://noware-it.zxq.net/

  • I am using a Application in c dll calling from jni jar by java applet in firefox version 19.0 , the problem is click event message box will not working correct

    I am using a Application in c dll calling from jni jar by java applet in firefox version 19.0 , the problem is button click event message box or popup window will not working correctly. Please any one suggest me the steps to overcome this not responding or slowness in the responding problem of Button click event.

    Hello,
    In Firefox 23, as part of an effort to simplify the Firefox options set and protect users from unintentially damaging their Firefox, the option to disable JavaScript was removed from the Firefox Options window.
    However, the option to disable JavaScript was not removed from Firefox entirely. You can still access it from about:config or by installing an add-on.
    '''about:config'''
    # In the address bar, type "about:config" (with no quotes), and press Enter.
    # Click "I'll be careful, I promise"
    # In the search bar, search for "javascript.enabled" (with no quotes).
    # Right click the result named "javascript.enabled" and click "Toggle". JavaScript is now disabled.
    To Re-enable JavaScript, repeat these steps.
    '''Add-ons'''
    You can alternatively install an add-on that lets you disable JavaScript, such as
    *[https://addons.mozilla.org/firefox/addon/noscript/ No-Script] (to disable JavaScript on a per page basis, as required)
    *[https://addons.mozilla.org/firefox/addon/quickjava/ QuickJava] (to easily disable and enable JavaScript, automatic loading of images, and other content)
    Thank you and I hope this helps!

  • HT201412 Safari could not open the page because the server stopped responding- new ipad mini's (2 from separate places) are not working with At & T router but computers work. Can you please help me. I've tried everything. Thanks ya'll!

    Safari could not open the page on my new ipad mini's because the server stopped responding- new ipad mini's (2 from separate places) are not working with At & T router but computers work fine. Yesterday I got it to work. Weird. Can you please help me. I've tried everything. Thanks ya'll!

    Hello SavannahSweetie,
    I was looking into the issue you are desribing, and found a great article for troubleshooting wifi connections with iOS devices. It's called iOS: Troubleshooting Wi-Fi networks and connections and can be found here: http://support.apple.com/kb/ts1398.
    Start with this section, and work your way down if needed.
    Basic troubleshooting
    Tap Settings > Wi-Fi and turn Wi-Fi off and then on again.
    Verify that you are in range of your Wi-Fi router or base station.
    Confirm that your Wi-Fi router and Cable/DSL modem are connected to power and turned on.
    Check whether other devices (portable computers, for example) are able to connect to the Wi-Fi network and access the Internet.
    Update your Wi-Fi router to the latest firmware.For AirPort Base Stations, refer to this article for information about firmware updates. For third-party Wi-Fi routers, check the manufacturer's website for details on updating your firmware.
    Restart your iOS deviceHold the On/Off button until "slide to power off" appears. Slide to power off your device. When it is off, press the On/Off button to turn it back on.
    All the best,
    Sterling

  • Redemption code from Photoshop Elements 12 purchased from Best Buy does not work 'Oops! This code doesn't seem to be active. Please contact the retailer you purchased the card from, or use a different code.'   I have an invoice and the pickup notice from

    Redemption code from Photoshop Elements 12 purchased from Best Buy does not work 'Oops! This code doesn't seem to be active. Please contact the retailer you purchased the card from, or use a different code.'   I have an invoice and the pickup notice from Best Buy.   What other information does Best Buy need?   What will they do?   Will I get a new box?   What happened to the days of just typing in a simple s/n?   

    Redemption Code Help
    http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • Wish to post KeyNote file as pdf. Export from KN to iW not working

    Wish to post KeyNote file as pdf. Export from KN to iW not working - get blank screen. Tried to upload PDF to mobile me and link to that file - also didn't work. I'm not familiar with iFrames but have read about them in this forum - is that my only option? Why wouldn't a KN export work?
    Thanks, Brian

    I have just tried this with a test site and publishing to a folder and it does work perfectly for me.
    I had a Keynote document already so all I did was click on File and then selected the Print option. I then selected the save as pdf option the the pdf document was created on my desktop instantly.
    All I then did was open iWeb and type some words in a text box My Prices. I then highlighted My Prices and opened the Inspector and went to Hyperlink and clicked on the option Hyperlink to a file. I then selected the pdf file from my desktop.
    I then used ftp to a folder on my desktop and when I opened the appropriate page, I click on the words My Prices and the pdf file opened straight away.
    As OT has suggested, check that you have linked to the correct file. If it does not work, either you have not created the pdf correctly or at all or you have not linked to the correct file.
    As I said, it worked for me.

Maybe you are looking for

  • 64-bit JNI C++ to JAVA invocation multiple threads classloader problem

    Hi ALL, I have a C++ app that invokes Java classes on 64-bit Solaris 10 with 64-bit JVM. Here is the problem: The native non-main (not the thread that initializes the JVM) threads would not be able to find any user-define class. Here are the symptoms

  • Pageup and pagedown not working in firefox

    pageup and pagedown not working in firefox. I read in other posts to install the latest graphics driver and I did. I also uninstalled flashplayer and downloaded and installed the latest version.

  • Why do old video snapshots occur instead of the photo i have took when i take a photo on my Ipad2?

    Basically, whenever i take a picture or a screen shot, the photo turns into an old video snapshot or an old image. The photo is correct in the thumbnail, but when i open it up to full screen, it changes. Help, please!

  • M Audio micro interface

    I'm fairly new to GarageBand, so please bear with me. I purchased a M-Audio KeyStudio 'kit' that included their 49 key keyboard and their 'Micro' USB interface. It works pretty well with the Pro Tools 'trial' that came with it, however I can't get Ga

  • ACS 1113 recovery issue

    First time when I boot the ACS 1113 and access through serial port , whenever i put login promp Administrator not getting any password promt for last 40 mnt only cusor blinking. Try to recover through CD that also not performing for last two hrs. Kin