Pls Help!! element does not pick data after formatting

Hi,
this is my sample code...
<group name="G_ACQUISITION" dataType="varchar2" source="Q_ACQUISITION">
<element name="acq_date" dataType="varchar2" value="ACQ_DATE"/>
<element name="ACQ_TYPE" dataType="varchar2" value="ACQ_TYPE"/>
<element name="acq_num" dataType="varchar2" value="ACQ_NUM"/>
<element name="transaction_date_entered" dataType="date" value="TRANSACTION_DATE_ENTERED"/>
<element name="ASSET_ID_ACQ" dataType="number" value="ASSET_ID_ACQ"/>
<element name="BOOK_TYP_ACQ" dataType="varchar2" value="BOOK_TYP_ACQ"/>
<element name="trans_type_acq" dataType="varchar2" value="TRANS_TYPE_ACQ"/>
<element name="RETIREMENT_TYPE_CODE" dataType="varchar2" value="RETIREMENT_TYPE_CODE"/>
<element name="DATE_ACQ" dataType="varchar2" value="DATE_ACQ"/>
<element name="COST_VALUE" dataType="number" value="COST_VALUE"/>
<element name="CF_COST_VALUE" dataType="varchar2" value="COST_VALUE" function="CURRENCY_FORMAT" currencyCode="P_CURRENCY_CODE" width="19" />
<element name="CF_type_ACQ" dataType="varchar2" value="CF_type_ACQ"/>
</group>
</group>
<element name="CS_ASSET_COUNT" function="count" dataType="number" value="G_ASSET_MAIN.asset_id"/>
<group name="G_ACQUI" dataType="varchar2" source="Q_ACQUISITION">
<element name="acq_date" dataType="varchar2" value="ACQ_DATE"/>
<element name="ACQ_TYPE" dataType="varchar2" value="ACQ_TYPE"/>
<element name="acq_num" dataType="varchar2" value="ACQ_NUM"/>
<element name="transaction_date_entered" dataType="date" value="TRANSACTION_DATE_ENTERED"/>
<element name="ASSET_ID_ACQ" dataType="number" value="ASSET_ID_ACQ"/>
<element name="BOOK_TYP_ACQ" dataType="varchar2" value="BOOK_TYP_ACQ"/>
<element name="trans_type_acq" dataType="varchar2" value="TRANS_TYPE_ACQ"/>
<element name="RETIREMENT_TYPE_CODE" dataType="varchar2" value="RETIREMENT_TYPE_CODE"/>
<element name="DATE_ACQ" dataType="varchar2" value="DATE_ACQ"/>
<element name="COST_VALUE" dataType="number" value="COST_VALUE"/>
<element name="CF_type_ACQ" dataType="varchar2" value="CF_type_ACQ"/>
<element name="CF_COST_VALUE" dataType="varchar2" value="COST_VALUE" function="CURRENCY_FORMAT" currencyCode="P_CURRENCY_CODE" width="19" />
</group>
In the group G_ACQUI, element CF_COST_VALUE picks data from COST_VALUE correctly, but in the group G_ACQUISITION, the element CF_COST_VALUE carries 0.0
I tried changing the element name to CF_COST_VALUE1 in the group G_ACQUISITION and running, but the problem persisted.
Help!

got the solution.. i changed the element name cost_value in the group G_ACQUISITION to cost and ran the program. it picked data correctly

Similar Messages

  • Cross tab does not read data after a certain point

    Post Author: tatiana88
    CA Forum: General
    I am using CR10 and have created a simple table that reports hours by month - Jan thru Dec.  The report displays data for the months of Jan thru April, but the data for May and onwards is not being read (it shows as 0 for these months).  I have updated my registry to ensure that the timeout is disabled (value is 0) and that the MaxNBrowseValues is as large enough to cover the numer of records.  The only anomalie is that there is actually a range of records with 0 values exactly at the point where the reporting gets weird, but towards the end, the records in the database actually do have non-zero values, but they are not being picked up by Crystal for some reason.  I would appreciate any help you can offer.

    Post Author: tatiana88
    CA Forum: General
    I have checked the select statement, and there is nothing odd: the date range is a parameter entered selected by the user, and it includes 5/2007 and 6/2007 - and it seems that this range parameter is being taken by Crystal since the columns May and June both appear.  This is strange in that if the values were truly 0 for May and June, the columns themselves would not appear.  Both May and June have data posted in the database.  All other months (Jan through April) show accurately on the Crystal Report.

  • Touchpad does not work even after format - x220t

    Hi there,
    I've had my X220 tablet for about 10 months and it has been great.  For the last month however, the touchpad and touchpoint have become flaky.  When rebooted or coming out of standby, the touchpoint/touchpad often did not work; after resetting a few times, i would work, but then stop working again when the system when into standby mode.
    I thought this was a driver issue, but uninstalling and reinstalling to the newest drivers did nothing.  I have also updated/reset the BIOS.
    I have more recently have not been able to get the touchpad working at all now and relying on just the touchscreen for input is very frustrating. 
    When Windows 8 CP came out this week, I decided to give the computer a fresh format and reinstall Windows --- maybe that would resolve the issue. No luck.  The touchpoint/touchpad did not work even in Windows 8.
    I read around a bit and have tried disabling JUST the touchpad in the BIOS, and amazingly, the touchpoint will work fine when I do that.  When I disable just the touchpoint or leaving both enabled, neither the touchpad or touchpoint will work.
    As far as I can tell from what I have been able to diagnose, the touchpad is damaged and is causing a conflict with the touchpoint when enabled.  I am not sure of this, but it is my belief now.
    Are there solutions out there for me?  I do have 2 months left on my warranty, but I hope to keep mailing my notebook in for support as a last resort.
    thank you,
    steve

    xyster wrote: 
    When Windows 8 CP came out this week, I decided to give the computer a fresh format and reinstall Windows --- maybe that would resolve the issue. No luck.  The touchpoint/touchpad did not work even in Windows 8.
    If you are ready to reinstall Windows, try this method:
    http://forums.lenovo.com/t5/X-Series-Tablet-ThinkPad-Laptops/My-X220t-Clean-Install-Method/td-p/6612...
    If after that your trackpoint/touchpad still don't work, I think one of them (or both) is defective.
    X220t | i7 | 320GB HDD | 8GB RAM | WIN7 PRO
    IdeaCenter A520 | i5 | 1 TB HDD | 6GB RAM | WIN8.1

  • [nQSError: 46046] Datetime value -09-05 does not match the specified format. (HY000)

    Hi,
    I am getting the following error while selecting the date column from Report. Please suggest the solution or work around.
    SET VARIABLE QUERY_SRC_CD='Report';SELECT
       0 s_0,
       "PPMC SA"."Dim Workplan"."Project Id" s_1,
       "PPMC SA"."Dim Workplan"."Project Name" s_2,
       "PPMC SA"."Dim Workplan"."Task Actual Start Date" s_3
    FROM "PPMC SA"
    ORDER BY 1, 2 ASC NULLS LAST, 3 ASC NULLS LAST, 4 ASC NULLS LAST
    FETCH FIRST 65001 ROWS ONLY
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS.
    [nQSError: 46046] Datetime value -09-05 does not match the specified format. (HY000)
    My Observations: Task Actual Start Date is a date column in SQL Server 2008, the column imported in obiee Physcial layer as Varchar(10). So i converted the column as Date in Physical layer.
    Thanks in Advance,
    Pradeep

    Hi Pradeep,
        One or more rows in 'Task Actual Start Date' does not have date time format which is why you will be getting this error. You may have to fix this at data level to get rid off this error.
    To test, apply a filter to see 5-10 rows of data, it should work fine as you would have excluded that data.
    Pls mark if correct/helpful.

  • Help viewer does not work after update to 10.4.4

    Since updating to 10.4.4 my Help viewer does not work, and all of the troubleshooting fixes suggested in other threads have not had any success in resolving this. I've noted that when I go to Users>Library>Documentation>Help there is no mac.help file - can someone tell me if that means that I've lost the file altogether and need to reinstall it? I get to the first screen of the viewer, but the links from there don't work. Thanks for any help that you can provide!

    Thanks for your suggestion. I downloaded OnyX and ran the cleaning function. After restarting, I opened Help and once again the first screen appeared fine. But again most of the links did not work, though those under the "What's New" heading did work. I might add that I had previously tried a variety of suggestions posted in another thread, which included deleting from the caches folder in Home>Library several files such as com.apple.helpui and help.plist in the Preferences folder. (As noted in my previous post this evening, I also created another user but that also did not have any effect.) Any other ideas? Thanks

  • On my MacBook with Lion Safari does start, does not react immediately after trying to open it. Installing a new Safari does not help. Removing parts of Safari in the Library did not help. Where can I find and remove all components (LastSession ...)?

    How can I reset Safari with all components? On my MacBook with Lion, Safari does not start, does not react immediately after trying to open it. Installing a new Safari does not help. Removing parts of Safari in the Library does not help. Where can I find and remove all components as LastSession and TopSites?

    The only way to reinstall Safari on a Mac running v10.7 Lion is to restore OS X using OS X Recovery
    Instead of restoring OS X in order to reinstall Safari, try troubleshooting extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.
    If it's not an extension or plug-in issue, delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • Webi does not pick correct Data

    Hi Guys,
    I have a webi. The Universe for the Webi is based on  Bex Query. I see correct Data in Bex Query but when I create a webi report it does not pick correct data.
    I have checked following points already:-
    1] No Resstriction at Query Level
    2] No restriction at Universe Level
    3] No Filters/ Restriction at Webi Level.
    Can anyone suggest whats happening?
    Regards

    Hi Ray,
    It happens sometimes that data gets aggregated over all the dimension objects present in the 'Available Objects' section in webi.
    Try to pull only the characteristics present in the row section of the bex query say 'X' and measure in the column section of bex query say 'Y' into the results pane in the edit query window in webi.Then run the report and check.
    This will give you the idea about aggregation.
    Regards
    Vineeta

  • I'm in trouble, my iPod Touch is giving 4th shock when recharge and the battery does not last any more. who knows or has a similar problem, please help me. Note: all this after I downloaded the new version OS5.

    I'm in trouble, my iPod Touch is giving 4th shock when recharge and the battery does not last any more. who knows or has a similar problem, please help me. Note: all this after I downloaded the new version OS5.

    I would make an appointment at the Genius Bar of an Apple store because of the shock issue. I doubt it was caused by the update.

  • New Macbook Pro does not start up after updating...HELP!!!

    Hi,
    My new Macbook Pro does not start up after it got updated. The first time I used it, it was perfect. I updated it and restarted it when it told me to but it doesn't boot. It shows an apple and a spinning circle when it turns on but that's it.
    Can somebody please help me?

    You should probably post your question in the MacBook Pro discussions:
    http://discussions.apple.com/category.jspa?categoryID=190

  • My Macbook Air does not pick up wifi from Airport but iMac, iPad and iPhone do. Help please.

    My Macbook Air does not pick up wifi from Airport but iMac, iPad and iPhone do. Help please.

    Are you testing in the same room as the TC?
    Power cycle the TC.. does it show up now?
    Has it ever showed up .. ie is this a problem that just started from an existing setup, or has never worked?
    Is the TC new? If old how old?
    If you continue to have issues.. setup the TC from iMac and preferably using ethernet.
    Change the wireless names to SMB compatible ones, short no spaces, pure alphanumeric.
    Use WPA2 Personal security only.
    Then set the wireless channels manually.. try 11, 6, 1 for 2.4ghz and try 36 or 40 at 5ghz.
    Tell us how that goes.

  • Norton 360 does not pick up tracking cookies after updating to firefox 17.0

    With firefox 17.0 Norton 360 does not pick up tracking cookies that were picked up with firefox 16.0.2. Uninstalled 17.0 and and reinstalled 16.0.2 - tracking cookies are picked up - updated to 17.0 and again no tracking cookies. I did not see anything in release note that would seem to reflect this situation. asked this question at 08:57 PST 11/29/2012 and the reply stated that Norton 360 should still be able to remove tracking cookies. WELL IT DOES NOT - WHAT HAS CHANGED FROM 16.0.2 TO 17.0 THAT WOULD CAUSE THIS. IS THIS A NEW BUG? The first reply did not answer my question however it was marked as "solved". I have rolled back to 16.0.2 and updated to 17.0 twice and the same thing has happened both times.

    Locking as a duplicate thread. <br />
    https://support.mozilla.org/en-US/questions/943027?esab=a&s=&r=1&as=s

  • HT1600 am trying to connect my wireless keyboard to my apple tv and it stays in a searching mode and does not pick it up. help

    am trying to connect my wireless keyboard to my apple tv and it stays in a searching mode and does not pick it up. help

    Welcome to the Apple community.
    There probably isn't a lot you can do, since the router settings will be beyond your control. Many such services in hotels and the like, use a system whereby you need to login through a webpage, since the Apple TV cannot display webpages, there is no way around this. You would probably be best asking at reception if this is the case.

  • PS10 Elements does not open in Windows 8, or opens only once. Can it be fixed?

    PS Elements 10 preinstalled on my new computer with Windows 8. It worked fine for a week, now opens once, then won't open again, or doesn't open at all. Adobe gives no support to fix this (they told me to research the answer on their site), yet their info says PS 10 and Windows 8 are compatible. Automatic troubleshooter gives non-compatibility message. Can this be fixed? Have spent many hours trying to figure this out. Uninstalled and reinstalled. Nothing works so far.

    Thank you for your help. I tried ctrl-alt-shift, and it worked a few times, but not every time.  After trying your suggested fix, here's what I've since found that works - so far - today.Open Task ManagerClose PS Elements 10Close Task ManagerLaunch PS Elements 10 Please keep in mind that I was closing the program the usual way (from the program) all along. I used an older version of PS Elements for years on my old computer (Windows XP), and never had a problem launching or closing the software. This problem came about on a new computer with PS Elements 10 and Windows 8. No other versions of PS Elements were installed on the new computer, nor were any settings brought over from the old computer. Again, thanks for your input. Will keep your suggestion in mind for any future troubles with Adobe products.
    A Digiovanni
    Date: Fri, 11 Jan 2013 00:51:43 -0700
    From: [email protected]
    To: [email protected]
    Subject: PS10 Elements does not open in Windows 8, or opens only once. Can it be fixed?
        Re: PS10 Elements does not open in Windows 8, or opens only once. Can it be fixed?
        created by c.pfaffenbichler in Photoshop for Beginners - View the full discussion
    Good day! You may want to post on the Photoshop Elements Forum. http://forums.adobe.com/community/photoshop_elements In general trashing the Preferences (by keeping command-alt-shift/ctrl-alt-shift pressed while starting the application) can be helpful with malfunctions in many Adobe applications.  Regards, Pfaffenbichler
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4985553#4985553
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4985553#4985553
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4985553#4985553. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop for Beginners by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Drive Utility Help Viewer "does not know how to handle selected URL"

    I have Drive Utility 10.5.6, according to . I'm trying to reformat a FAT32 partition on an external drive to Mac OS X Ext. Journaled in preparation for using SuperDuper to back up my Mac HD boot partition. For a time, which seems to have passed, now that erasing the partition has been done. The Disk Utility Help wouldn't work. Instead of putting up topic information, I got a message saying "Help Viewer does not know how to handle selected URL", followed by an reference to an html file that allegedly existed inside a set of folders inside the app. Where, of course, Finder cannot see. Once the erasing was done, Help seems to have come back. I tried Apple Support, but could only get a reference to OS 9 Appleworks macros not working in OS X. No help at all. Is this a question? I don't know. Help is working now. But for a while it was very annoying. It must be one of those little windows glitches that no one ever bothered to fix.

    In order to change a FAT or NTFS formatted drive for use with OS X you will need to do the following:
    Extended Hard Drive Preparation
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID (for Intel Macs) or APM (for PPC Macs) then click on the OK button. Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.
    If you have an Intel Mac and can partition the drive using GUID then you can have FAT32 and OS X partitions on the same drive.
    As for problems with the Help viewer see:
    In most cases doing the following will restore the Help Viewer:
    1. Trash the following three files, if extant:
    /Home/Library/Preferences/com.apple.help.plist
    /Home/Library/Preferences/com.apple.helpui.plist
    /Home/Library/Preferences/com.apple.helpviewer.plist
    2. Trash the /Home/Library/Caches/com.apple.helpui folder.
    3. Empty the Trash and Restart.
    Visit The XLab FAQs and read the FAQ on the Help Viewer for additional suggestions.

  • AddOnsLocalRegistration.sbo file does not match data in the common datab...

    We are receiving the following error everytime we logon our pc for the first time: Add-On Outlook_Integration: This Add-on cannot be upgraded. AddOnsLocalRegistration.sbo file does not match data in the common database for this add-on. See SAP Note 1323680 for more information.
    A few months ago, SBO Server was moved from one server to a new virtual server, but we had no problems with the addons. The other day, we upgraded from SBO 2007 to 8.8 and now we are having problems with the Outlook Integration.
    I have followed the directions in the message noted above, and did find the AddOnsLocalRegistration.sbo file in some odd places, with a reference to the old server. I cleaned this up, on the server and the client and I can get it running...however, after the user shuts down the pc and logs back in the next day, the problem is back.
    In the process of cleaning this up (un-registering the addon and removing the addon references in the local .sbo file) I noticed at times that we would still receive this error, when there really shouldn't be an reference to it.
    Thanks for any help.

    Hi Vaughn.........
    I guess you need a re installation of Outlook Integration Addon.
    Whatever version addon of OI you installed just uninstall it and Install it freshly from 8.8 setup package......
    Regards,
    Rahul

Maybe you are looking for

  • Problem with a flash banner in a php includes

    I am creating a site that has many pages and I made an includes file for the header of the page that contains my navigation bar, i then made a template of the page to use for all my pages. Now I have created a flash banner that i want to play in the

  • Dashed line with jdk1.1.8?

    Hello Does anyone know how to make dashed lines with jdk 1.1.8? Yes, that means no Graphics 2D nor BasicStoroke class. Also how do you make the line wider with 1.1.8? I appreciate any response. Thanks michiko

  • Access "Host"  and port information

    Hi, Is there a way to access host name and port number (http://<servername>:<port>) programmatically. Regards, Naveen

  • Help needed for cin

    Hi, I have a program in C++ that controls an USB device with a lot of headers and C++ classes. I would like to control my device from Labview 7.0 so I was thinking about CIN. I have some questions to ask. First of all, VC++ and Labview are not on the

  • Server:  (/ERROR: No IP address specified., SunOS)

    When attempting to provision an ALOM host, I get the following error:<p><p> Gathering network information..<br>      Client: 192.168.1.51 (192.168.1.0/255.255.255.0)<br>      Server: (/ERROR: No IP address specified., SunOS)<br> ERROR: Could not obta