Funnel chart data presentation issue

ADF Experts,
I have a DVT Funnel graph and it is displaying the actuals against the target in percentage like 21.34% . Is it possible to round it off to the closest integer (21% in this case) ? Also the actuals and the target vales come as a tool tip, is it possible to display that value by default in the funnel ?
thnks
Jdev 11.1.1.5

For Question 1 ) Click on Slice label and set the Auto precision to off.
Any inputs on the second question ?

Similar Messages

  • Sap Makit Chart Data Plotting Issue

    Hello All,
    I have been facing an issue while plotting data in Sap Makit Chart, As the number of data to be plotted is very large i.e around 300 values.
    This is how it plots....
    But unfortunately all data are not getting plotted although the width of the chart is kept as 100%..The code is as follows
    Now it seemed to me once that may be increasing the width might work out and it actually did.All the values are getting plotted but there is a horizontal scroll appearing .
    This is how it looks
    I have made the following change
    Please suggest something so that I can Plot all the data and can display it at a time without scroll.

    Hi Swapna,
    You are using maikt library. Instead of You can go for Viz chart.
    And regarding the scrolling issue, The chart is responsible by its width but the labels coming in the dimension are not responsible at all. That is why it is coming like this.
    Best Regards,
    Rabin

  • Trying to replace a 'default date' with a 'blank cell' (data presentation issue)?

    Hi Everyone,
    I am trying to add the total cost of purchases to a reports that shows 'row level' items and costs. To do this I have used the UNION ALL command, as shown below.
    SELECT
    T1.DocDate
    , T0.Dscription AS 'Item Description'
    , T0.Price
    FROM AU.dbo.POR1 T0
    INNER JOIN AU.dbo.OPOR T1 ON T1.DocEntry = T0.DocEntry
    WHERE T1.DocType = 'S' AND T1.CardCode = 'V010050'
    UNION ALL
    SELECT
    --CASE WHEN CAST(SUM(0) AS varchar) = '1900-01-01 00:00:00.000' THEN 'A' ELSE 'B' END
    , 'Total Cost'
    , SUM(T0.Price)
    FROM AU.dbo.POR1 T0
    INNER JOIN AU.dbo.OPOR T1 ON T1.DocEntry = T0.DocEntry
    WHERE T1.DocType = 'S' AND T1.CardCode = 'V010050'
    I am getting the results that I expect however instead of seeing '1900-01-01 00:00:00.000' in the bottom left hand corner of my result set I would simply like to see a blank cell (with no contents).
    Here is what I am currently seeing -
    How can I 'remove the contents' and substitute a 'blank'? I tried using a case statement and the SUM operator without success. I chose SUM, because to choose a non-aggregate function would require me to use the GROUP BY clause, and doing so would then affect my result set adversely.
    Any suggests here will be greatly appreciated.
    Kind Regards,
    David

    Hi!
    Try This.
    SELECT 
    cast(T1.DocDate as varchar)  'Date'
    , T0.Dscription AS 'Item Description' 
    , T0.Price 
    FROM AU.dbo.POR1 T0 
    INNER JOIN AU.dbo.OPOR T1 ON T1.DocEntry = T0.DocEntry 
    WHERE T1.DocType = 'S' AND T1.CardCode = 'V010050' 
    UNION ALL 
    SELECT 
    --CASE WHEN CAST(SUM(0) AS varchar) = '1900-01-01 00:00:00.000' THEN 'A' ELSE 'B' END 
    ''  'Date'
    , 'Total Cost' 
    , SUM(T0.Price) 
    FROM AU.dbo.POR1 T0 
    INNER JOIN AU.dbo.OPOR T1 ON T1.DocEntry = T0.DocEntry 
    WHERE T1.DocType = 'S' AND T1.CardCode = 'V010050' 
    Regards,

  • Help with funnel charts

    hi -- I'm building a report that incorporates several funnel charts. I'll try to explain:
    I have a row of 5 funnel charts. Each one represents the amount of water in the same reservoir. One is
    the total capacity of the reservoir (a "full" funnel) and the rest are the amounts of water owned by different
    entities (water users). The goal is to have each owner's funnel be proportionate in size to the "total
    capacity" funnel. And I'm accomplishing this using database views that do some calculations. There are 2 different data values displayed in each funnel: one is the amount of water the owner has stored (always presented as some color) and the other is the difference between the total capacity and the owner's storage (so, a remainder). The remainder is displayed in white (and ordered such that it's displayed on the top ring of the funnel). All data labels are white, and they are displayed on the funnel rings. So the funnel showing the owner's chunk of water is always proportionate to the "total capacity" funnel, because only the colored storage shows up.  (I wish I could include a picture of this.... )
    All of this works, with one problem. Sometimes the owner's storage values are so small that the funnel ring is not really visible, and the value isn't legible. What I'd like to be able to do in this case is display a minimum funnel ring size (eg if the value is less than 10% of the total capacity), but have the value displayed accurately. I could go over all the ideas I've had (none of which will work) about how to handle this. The only possibility I can think of is charts/images one on top of the other, one being surpressed, one not, depending on the value. Royal pain, given there are about 20 funnel charts in this report. But it doesn't seem like (and really, I wouldn't expect there to be) the level of flexibility in conditionally formatting and displaying data in the bucket charts that I'd need to accomplish this.
    Your help much appreciated. I know this is pretty complex. Feel free to ask more questions to clarify!
    Thanks,
    Carol

    found a solution myself, using conditional display of images and values when the funnel ring is too small to see the value...

  • Crystal Report 2008 Area Chart Data Label Problem

    Stacked Area Chart (Layer Cake) Issues:
    We would like to use a Crystal Report (2008) Stacked Area Layer Cake chart to show the workload RPD's (Sum of Resources Per Day = Y value axis) and Data_Date of the study (M,Month of study date = X value axis, using fiscal year type cycle Oct - Sept).
    Each Stacked Area represents the workload RPD's for a single project, or group of projects.
    When showing labels or series information the chart becomes overloaded and not visible to read because there is over 400 data points.
    Is there a way to break this dataset down so that values and/or labels are visible, using the crystal report options available? To suppress multiple layers and show a single label per layer?
    We tried using the Color Highlight to group and display them by group and condition. The labels and series data points are still over crowded.
    We also need to overlay the chart with the Average FC Totals from an additional Crosstab report.  Is there a way to overlay this over the 1st layer of the report?

    Stacked Area Chart (Layer Cake) Issues:
    We would like to use a Crystal Report (2008) Stacked Area Layer Cake chart to show the workload RPD's (Sum of Resources Per Day = Y value axis) and Data_Date of the study (M,Month of study date = X value axis, using fiscal year type cycle Oct - Sept).
    Each Stacked Area represents the workload RPD's for a single project, or group of projects.
    When showing labels or series information the chart becomes overloaded and not visible to read because there is over 400 data points.
    Is there a way to break this dataset down so that values and/or labels are visible, using the crystal report options available? To suppress multiple layers and show a single label per layer?
    We tried using the Color Highlight to group and display them by group and condition. The labels and series data points are still over crowded.
    We also need to overlay the chart with the Average FC Totals from an additional Crosstab report.  Is there a way to overlay this over the 1st layer of the report?

  • Crystal Reports 2008 Pie Chart Data Labels

    Hi,
    I've been trying to figure out why I cannot get the option to put pie chart data labels in the center of each slice.  There's an option to place them there, but everytime I select it, the graph reverts to putting the data labels on the outside with leader lines.  I was able to do it once, for one pie chart, but have not been able to get it to work for any others.  I've even tried creating a pie with only two slices in case there's a slice size limit below which the data is placed outside.  There doesn't seem to be any rhyme or reason why it worked once and now won't work again.
    Thanks,
    -Jim
    Edited by: jwmckay on Apr 23, 2010 7:19 PM

    Hi Jim,
    The issue could be faced because of the 'Auto-arrange' layout option enabled from Chart Expert within the report.                                                                               
    This option allows Crystal Reports to reset the chart layout to its original size and position  
    To uncheck the 'Auto-arrange option':                                                                               
    - First Go to Chart Expert-                                                                               
    - Click on the Options Tab                                                                               
    - Uncheck Auto - Arrange                                                                               
    - Click OK                                                                               
    I hope this helps,
    Selenia

  • Charts data axis scaling problem

    Post Author: rameshp
    CA Forum: Charts and Graphs
    Hi ,
    I work on crystal reports XI.
    I'm facing problem regarding scaling data axis. I have illustrated that in the following lines:
    case1) if i have high values (sum of bytes) like more than 600 etc. its scaling data axis from 0 to say 1000.
    case 2) if i have low values like 0,1 (bytes)   then its scaling from -4 to say 6 .
    I don't want negative values on data axis .  I want from 0 to max. So what's the better way to do this using chart expert.
    Your suggestion is highly appreciated !
    Thanks,
    Ramesh.

    Post Author: jsanzone
    CA Forum: WebIntelligence Reporting
    satwar,
    There is no "trick", we're just victims of the limitation that WebI has in portraying XYZ type charts to our better liking.  I submitted a request to Business Objects Tech Support in Oct 2006 and became the proud holder of two ADAPTs:
    ADAPT00676587 u2013 for the scaling issueADAPT00676609 u2013 for the stacked bar chart, line graph issue
    When fully implemented, the scaling for Y and Z should be able to correspond to each other.  For instance, max value of Y and max value of Z will set on both scales the same max value.  I don't discourage you from submitting a trouble-ticket, perhaps if they get more noise on this situation they'll resolve my (our) ADPAT sooner, but just hoping....

  • Funnel Chart - Using 'Target talue for final stage only'

    On the Funnel Chart, what does the 'Target value for final stage only' checkbox do?
    The help screen says: Indicates whether the target value should appear for each stage or for the final stage only.
    What does that mean? And what do the values across the top of the funnel chart represent when that box is checked?
    Here's my data:
    Month..........YTD Sales...... Sales Budget...Progress
    Jan-03......... 8,400,440 ... 130,262,073 .....6.4%
    Feb-03....... 17,354,267 ... 130,262,073 ....13.3%
    Mar-03....... 26,946,411 ... 130,262,073 ....20.7%
    Apr-03....... 37,403,576 ... 130,262,073 ....28.7%
    May-03...... 48,776,812 ... 130,262,073 ....37.4%
    Jun-03....... 60,194,086 ... 130,262,073 ....46.2%
    Jul-03........ 70,899,728 ... 130,262,073 ....54.4%
    Aug-03...... 81,168,655 ... 130,262,073 .....62.3%
    Sep-03...... 93,830,444 ... 130,262,073 .....72.0%
    Oct-03..... 105,536,047 ... 130,262,073 .....81.0%
    Nov-03..... 117,620,559 ... 130,262,073 .....90.3%
    Dec-03..... 130,276,514 ... 130,262,073 ...100.0%
    When I display a funnel chart without that box checked, the values across the top of the chart look right. My Stage is set to Month, and there are 12 stages. My Actual is YTD Sales. My Target is Annual Sales Budget. Each of the numbers across the top of the chart show percentages that are "correct", starting with 6.4% in January, 13.3% in February, and so forth. A very understandable progression and accumulation of YTD vs Annual Budget.
    If I check the 'Target value for final stage only' box, the values shown across the top of the funnal change dramatically, as shown here in the 'Final Only' column.
    Month........YTD Sales.....Sales Budget.....Final Only
    Jan-03....... 8,400,440 ...130,262,073 ......1.3%
    Feb-03......17,354,267 ...130,262,073 ......3.0%
    Mar-03......26,946,411 ...130,262,073 ......5.1%
    Apr-03......37,403,576 ...130,262,073 .......8.0%
    May-03.....48,776,812 ...130,262,073 .....11.7%
    Jun-03......60,194,086 ...130,262,073 .....16.5%
    Jul-03.......70,899,728 ...130,262,073 .....22.3%
    Aug-03.....81,168,655 ...130,262,073 .....29.7%
    Sep-03.....93,830,444 ...130,262,073 .....40.3%
    Oct-03....105,536,047 ...130,262,073 .....54.0%
    Nov-03....117,620,559 ...130,262,073 .....73.0%
    Dec-03....130,276,514 ...130,262,073 ....100.0%
    I can't see how those percentages make any sense at all. Any ideas?

    Hi,
    There is a way to move posting but I do not have the authority to do so in this forum.
    Which is odd, as I have extra authority to manage this forum.
    So, in this case, I would recommend must copy paste and create a new posting.
    You can always request a thread to be moved in the future as there may be someone monitoring the forum that has the authority.
    Thanks, Mark

  • Eventhough data present in the D Drive (Database files), E Drive (.Pag) files, we can see data is coming as zero in Excel retrival.

    Eventhough data present in the D Drive (Database files), E Drive (.Pag) files, we can see data is coming as zero in Excel retrival. Can anyone help me to figureout this issue.
    Thanks,
    SRI

    Hi
    Verify the below details:
    1. Whether your app/db started successfully.
    2. Check the database properties :
    Storage tab - .ind and .pag  exits.
    Statistics tab -  whether any number exists in "number of existing blocks" and "existing level 0 blocks"
    3. If all the above properties in esbase are fine then check your excel add-ins options settings while retrieval.
    Thanks

  • N97 Memory in use and memory card not present issu...

    Hello,
    I bought my Nokia N97 2 weeks ago from your website. I switched my old phone data over to the new one, transfer few document, music onto the new phone from my PC and updated software last week. It worked for up until now but yesterday I all of a sudden
    - while I was playing music got a message saying files have been corrupted, it stopped playing music and deleted all documents from the E drive.
    - I went into the file manager but I could not access my E: Mass Storage drive anymore (from file manager) as it says 'memory in use'.
    - I connected the phone through USB cable to my PC, select PC suite on my phone but I got a message on the phone screen which said "Memory card not present (USB card may not work as expected)"even though I used it last week. However, while USB is connected, I could see the 'Phone Browser' on my explorer on my PC but no mass storage
    - I have restarted several times, took the battery in and out and tried but no luck.
    - I did a hard reset on the phone (*#7370#), it reset everything but no luck on the E: Mass Storage as it still says 'memory not in use'
    - I tried software update, it refreshes the list and does not update anything when I click on it. 
    - I went to Nokia Care Centre and they failed to fix the issue (after doing a reboot) and asked me to send the faulty phone back.
    I bought the phone from mobilephonesdirect.co.uk - when I called them, they were quite hostile and asked me to email ([email protected]). I emailed but the response time is apparently 5 days. The guy on the phone tells me since the phone is 7 days older they cannot replace it. I called the insurance guys, they said because it is a manufacturer issue its not covered by the insurance. I called the repair centre recommended by mobilephonesdirect, they said if nokia care centre cannot repair it, there is no point in sending in the phone. 
    Now what do I do? Does anyone know how to fix this "memory not present" issue? 

    Hi mate, Not sure how to fix the problem ,but you have the right for this to be sorted. 
    I take it you bought it from a website or over phone,this is classed as distance selling, That means you are entitled to 7 days "cooling off period" in which you can return the product no questions asked. I think this is where they are getting there 7 days from. It has nothing to do with faulty goods.     If the goods are faulty it breached the "Sales of Goods act 1979"  as the goods should be fit for purpose which yours is not. 
    The Sale of Goods Act makes reference to ‘the seller’, this is the shop, the retailer, or the individual you bought it from, and is who you made the contract with. It is not the manufacturer, and don’t let the shop tell you otherwise! If there is an obvious fault with the item at any time within the first 6 months and it has not been caused by wear and tear or misuse, your first port of call must be the shop you bought it from. They have the responsibility to put the matter right, and should not evade this responsibility by referring you to the manufacturer in the context of a guarantee or warranty. Even after this 6 month period, if the item breaks down prematurely , you should always go back to the shop or retailer in the first instance.
    Your statutory rights under the Sale of Goods Act take precedence over and above any warranty or guarantee you may have with either the retailer or manufacturer. It is misleading for a shop to tell you they can do nothing simply because their warranty or guarantee has run out, because you will still have your statutory rights.
    I have an n97 and my key lock slider just came off. I had to argue untill I was blue in the face that it is a fault and not over use (its the most pressed key on the phone) Finally they sent it off for repair for me.
    Hope all this helps a little. There is more info on many websites on Sales of goods act which may also help you.
    Regards
    Jesta 

  • How to hide the table header if no data present

    Hi
    I need to hide the table header if no data present. Table has 5 column. if no any clolumn has data then this table section should not be display.
    i am using <?if:count(Installation_Event_S19)= 0?> but this is not work for me.
    Could you please help me out.
    Thanks
    Indrajeet Kumar

    Hi Priya,
    Thank you very much !!! its work fine.
    Thanks
    Indrajeet Kumar

  • Windows 8.1 Data reordering issue with Intel Adaptors

    According to Intel, there is a data reordering issue with their adaptors and probably this dumb WIDI software. This is from Intel site. they say some are fixed, "A future Windows 8 fix will address this issue for other Intel wireless adapters." I
    have one Nope, still broke. I get drops all the time. Brand new Toshiba laptop I7 16 gigs of ram and a SSD and a 2 gig Vid card. Would be nice to be able to play games but I get dropped all the time. Now would Microsoft quit hiding
    about this, and fix the darn thing. Also i'm a system admin for 13 years. I have build over 1000 PCs and servers. I know bad software. Please fix this. PLEASE. Its not going to just go away and its not just Toshiba, I have seen other companies with the
    same problem. If there is a Fix PLEASE POST IT. Or even a workaround I have tried everything.
    http://www.intel.com/support/wireless/wlan/sb/CS-034535.htm
     

    Hi,
    Have your first tried the software fix under this link for your network adapter?
    http://www.intel.com/support/wireless/wtech/proset-ws/sb/CS-034041.htm
    Please Note: The third-party product discussed here is manufactured by a company that is independent of Microsoft. We make no warranty, implied or otherwise, regarding this product's performance or reliability.
    Also, you can try to check if there is any driver update under Device manager from manufacture's website.
    Kate Li
    TechNet Community Support
    Yep didn't work. Still get drops all the time, had to run a Cat 5E cable to my laptop from my modem, because I have Atheros Gigabyte Lan adaptor. Works Great. The Wireless still drops all the time. Has Microsoft let out the patch to fix this or is it coming in
    April in the 8.1 patch that's coming. Funny thing is all for Widi, I don't even use widi, I got the software to do that from Samsung works better on my TV. Intel and Microsoft need to get this fixed. because their driving off gamers and that's the
    people that make sure they buy Microsoft so they can play games. With the wireless link dead and a great laptop worthless what's the point. Ive been in IT for 13 years building PCs  and Servers how I knew how to run a 60 FT Cat 5e line thru
    a 2 story house and terminate it. Most people don't. Fix the problem.  

  • Data Load Issue "Request is in obsolete version of DataSource"

    Hello,
    I am getting a very strange data load issue in production, I am able to load the data upto PSA, but when I am running the DTP to load the data into 0EMPLOYEE ( Master data Object) getting bellow msg
    Request REQU_1IGEUD6M8EZH8V65JTENZGQHD not extracted; request is in obsolete version of DataSource
    The request REQU_1IGEUD6M8EZH8V65JTENZGQHD was loaded into the PSA table when the DataSource had a different structure to the current one. Incompatible changes have been made to the DataSource since then and the request cannot be extracted with the DTP anymore.
    I have taken the follwoing action
    1. Replicated the data source
    2. Deleted all request from PSA
    2. Activated the data source using (RSDS_DATASOURCE_ACTIVATE_ALL)
    3. Re transported the datasource , transformation, DTP
    Still getting the same issue
    If you have any idea please reply asap.
    Samit

    Hi
    Generate your datasource in R/3 then replicate and activate the transfer rules.
    Regards,
    Chandu.

  • ORA-01403 No Data Found Issue

    Hi,
    Im very new to streams and having a doubt regarding ORA-01403 issue happening while replication. Need you kind help on this regard. Thanks in advance.
    Oracle version : 10.0.3.0
    1.Suppose there are 10 LCRs in a Txn and one of the LCR caused ORA-01403 and none of the LCRs get executed.
    We can read the data of this LCR and manually update the record in the Destination database.
    Eventhough this is done, while re-executing the transaction, im getting the same ORA-01403 on the same LCR.
    What could be the possible reason.
    Since, this is a large scale system with thousands of transactions, it is not possible to handle the No data found issues occuring in the system.
    I have written a PL/SQL block which can generate Update statements with the old data available in LCR, so that i can re-execute the Transaction again.
    The PL/SQL block is given below. Could you please check if there are any issues in this while generating the UPDATE statements. Thank you
    /* Formatted on 2008/10/23 14:46 (Formatter Plus v4.8.7) */
    --Script for generating the Update scripts for the Message which caused the 'NO DATA FOUND' error.
    DECLARE
    RES NUMBER; --No:of errors to be resolved
    RET NUMBER; --A number variable to hold the return value from getObject
    I NUMBER; --Index for the loop
    J NUMBER; --Index for the loop
    K NUMBER; --Index for the loop
    PK_COUNT NUMBER; --To Hold the no:of PK columns for a Table
    LCR ANYDATA; --To Hold the Logical Change Record
    TYP VARCHAR2 (61); --To Hold the Type of a Column
    ROWLCR SYS.LCR$_ROW_RECORD; --To Hold the LCR caused the error in a Txn.
    OLDLIST SYS.LCR$_ROW_LIST; --To Hold the Old data of the Record which was tried to Update/Delete
    NEWLIST SYS.LCR$_ROW_LIST;
    UPD_QRY VARCHAR2 (5000);
    EQUALS VARCHAR2 (5) := ' = ';
    DATA1 VARCHAR2 (2000);
    NUM1 NUMBER;
    DATE1 TIMESTAMP ( 0 );
    TIMESTAMP1 TIMESTAMP ( 3 );
    ISCOMMA BOOLEAN;
    TYPE TAB_LCR IS TABLE OF ANYDATA
    INDEX BY BINARY_INTEGER;
    TYPE PK_COLS IS TABLE OF VARCHAR2 (50)
    INDEX BY BINARY_INTEGER;
    LCR_TABLE TAB_LCR;
    PK_TABLE PK_COLS;
    BEGIN
    I := 1;
    SELECT COUNT ( 1)
    INTO RES
    FROM DBA_APPLY_ERROR;
    FOR TXN_ID IN
    (SELECT MESSAGE_NUMBER,
    LOCAL_TRANSACTION_ID
    FROM DBA_APPLY_ERROR
    WHERE LOCAL_TRANSACTION_ID =
    '2.85.42516'
    ORDER BY ERROR_CREATION_TIME)
    LOOP
    SELECT DBMS_APPLY_ADM.GET_ERROR_MESSAGE
    (TXN_ID.MESSAGE_NUMBER,
    TXN_ID.LOCAL_TRANSACTION_ID
    INTO LCR
    FROM DUAL;
    LCR_TABLE (I) := LCR;
    I := I + 1;
    END LOOP;
    I := 0;
    K := 0;
    dbms_output.put_line('size >'||lcr_table.count);
    FOR K IN 1 .. RES
    LOOP
    ROWLCR := NULL;
    RET :=
    LCR_TABLE (K).GETOBJECT
    (ROWLCR);
    --dbms_output.put_line(rowlcr.GET_OBJECT_NAME);
    PK_COUNT := 0;
    --Finding the PK columns of the Table
    SELECT COUNT ( 1)
    INTO PK_COUNT
    FROM ALL_CONS_COLUMNS COL,
    ALL_CONSTRAINTS CON
    WHERE COL.TABLE_NAME =
    CON.TABLE_NAME
    AND COL.CONSTRAINT_NAME =
    CON.CONSTRAINT_NAME
    AND CON.CONSTRAINT_TYPE = 'P'
    AND CON.TABLE_NAME =
    ROWLCR.GET_OBJECT_NAME;
    dbms_output.put_line('Count of PK Columns >'||pk_count);
    DEL_QRY := NULL;
    DEL_QRY :=
    'DELETE FROM '
    || ROWLCR.GET_OBJECT_NAME
    || ' WHERE ';
    INS_QRY := NULL;
    INS_QRY :=
    'INSERT INTO '
    || ROWLCR.GET_OBJECT_NAME
    || ' ( ';
    UPD_QRY := NULL;
    UPD_QRY :=
    'UPDATE '
    || ROWLCR.GET_OBJECT_NAME
    || ' SET ';
    OLDLIST :=
    ROWLCR.GET_VALUES ('old');
    -- Generate Update Query
    NEWLIST :=
    ROWLCR.GET_VALUES ('old');
    ISCOMMA := FALSE;
    FOR J IN 1 .. NEWLIST.COUNT
    LOOP
    IF NEWLIST (J) IS NOT NULL
    THEN
    IF J <
    NEWLIST.COUNT
    THEN
    IF ISCOMMA =
    TRUE
    THEN
    UPD_QRY :=
    UPD_QRY
    || ',';
    END IF;
    END IF;
    ISCOMMA := FALSE;
    TYP :=
    NEWLIST
    (J).DATA.GETTYPENAME;
    IF (TYP =
    'SYS.VARCHAR2'
    THEN
    RET :=
    NEWLIST
    (J
    ).DATA.GETVARCHAR2
    (DATA1
    IF DATA1 IS NOT NULL
    THEN
    UPD_QRY :=
    UPD_QRY
    || NEWLIST
    (J
    ).COLUMN_NAME;
    UPD_QRY :=
    UPD_QRY
    || EQUALS;
    UPD_QRY :=
    UPD_QRY
    || ' '
    || ''''
    || SUBSTR
    (DATA1,
    0,
    253
    || '''';
    ISCOMMA :=
    TRUE;
    END IF;
    ELSIF (TYP =
    'SYS.NUMBER'
    THEN
    RET :=
    NEWLIST
    (J
    ).DATA.GETNUMBER
    (NUM1
    IF NUM1 IS NOT NULL
    THEN
    UPD_QRY :=
    UPD_QRY
    || NEWLIST
    (J
    ).COLUMN_NAME;
    UPD_QRY :=
    UPD_QRY
    || EQUALS;
    UPD_QRY :=
    UPD_QRY
    || ' '
    || NUM1;
    ISCOMMA :=
    TRUE;
    END IF;
    ELSIF (TYP =
    'SYS.DATE'
    THEN
    RET :=
    NEWLIST
    (J
    ).DATA.GETDATE
    (DATE1
    IF DATE1 IS NOT NULL
    THEN
    UPD_QRY :=
    UPD_QRY
    || NEWLIST
    (J
    ).COLUMN_NAME;
    UPD_QRY :=
    UPD_QRY
    || EQUALS;
    UPD_QRY :=
    UPD_QRY
    || ' '
    || 'TO_Date( '
    || ''''
    || DATE1
    || ''''
    || ', '''
    || 'DD/MON/YYYY HH:MI:SS AM'')';
    ISCOMMA :=
    TRUE;
    END IF;
    ELSIF (TYP =
    'SYS.TIMESTAMP'
    THEN
    RET :=
    NEWLIST
    (J
    ).DATA.GETTIMESTAMP
    (TIMESTAMP1
    IF TIMESTAMP1 IS NOT NULL
    THEN
    UPD_QRY :=
    UPD_QRY
    || ' '
    || ''''
    || TIMESTAMP1
    || '''';
    ISCOMMA :=
    TRUE;
    END IF;
    END IF;
    END IF;
    END LOOP;
    --Setting the where Condition
    UPD_QRY := UPD_QRY || ' WHERE ';
    FOR I IN 1 .. PK_COUNT
    LOOP
    SELECT COLUMN_NAME
    INTO PK_TABLE (I)
    FROM ALL_CONS_COLUMNS COL,
    ALL_CONSTRAINTS CON
    WHERE COL.TABLE_NAME =
    CON.TABLE_NAME
    AND COL.CONSTRAINT_NAME =
    CON.CONSTRAINT_NAME
    AND CON.CONSTRAINT_TYPE =
    'P'
    AND POSITION = I
    AND CON.TABLE_NAME =
    ROWLCR.GET_OBJECT_NAME;
    FOR J IN
    1 .. NEWLIST.COUNT
    LOOP
    IF NEWLIST (J) IS NOT NULL
    THEN
    IF NEWLIST
    (J
    ).COLUMN_NAME =
    PK_TABLE
    (I
    THEN
    UPD_QRY :=
    UPD_QRY
    || ' '
    || NEWLIST
    (J
    ).COLUMN_NAME;
    UPD_QRY :=
    UPD_QRY
    || ' '
    || EQUALS;
    TYP :=
    NEWLIST
    (J
    ).DATA.GETTYPENAME;
    IF (TYP =
    'SYS.VARCHAR2'
    THEN
    RET :=
    NEWLIST
    (J
    ).DATA.GETVARCHAR2
    (DATA1
    UPD_QRY :=
    UPD_QRY
    || ' '
    || ''''
    || SUBSTR
    (DATA1,
    0,
    253
    || '''';
    ELSIF (TYP =
    'SYS.NUMBER'
    THEN
    RET :=
    NEWLIST
    (J
    ).DATA.GETNUMBER
    (NUM1
    UPD_QRY :=
    UPD_QRY
    || ' '
    || NUM1;
    END IF;
    IF I <
    PK_COUNT
    THEN
    UPD_QRY :=
    UPD_QRY
    || ' AND ';
    END IF;
    END IF;
    END IF;
    END LOOP;
    END LOOP;
    UPD_QRY := UPD_QRY || ';';
    DBMS_OUTPUT.PUT_LINE (UPD_QRY);
    --Generate Update Query - End
    END LOOP;
    END;

    Thanks for you replies HTH and Dipali.
    I would like to make some points clear from my side based on the issue i have raised.
    1.The No Data Found error is happening on a table for which supplemental logging is enabled.
    2.As per my understanding, the "Apply" process is comparing the existing data in the destination database with the "Old" data in the LCR.
    Once there is a mismatch between these 2, ORA-01403 is thrown. (Please tell me whether my understanding is correct or not)
    3.This mismatch can be on date field or even on the timestamp millisecond as well.
    Now, the point im really wondering about :
    Some how a mismatch got generated in the destination database (Not sure about the reason) and ORA-01403 is thrown.
    If we could update the Destination database with the "Old" data from LCR, this mismatch should be resolved isnt it?
    Reply to you Dipali :
    If nothing is working out, im planning to put a conflict handler for all tables with "OVERWRITE" option. With the following script
    --Generate script for applying Conflict Handler for the Tables for which Supplymentary Logging is enabled
    declare
    count1 number;
    query varchar2(500) := null;
    begin
    for tables in (
    select table_name from user_tables where table_name IN ("NAMES OF TABLES FOR WHICH SUPPLEMENTAL LOGGING IS ENABLED")
    loop
    count1 := 0;
    dbms_output.put_line('DECLARE');
    dbms_output.put_line('cols DBMS_UTILITY.NAME_ARRAY;');
    dbms_output.put_line('BEGIN');
    select max(position) into count1
    from all_cons_columns col, all_constraints con
    where col.table_name = con.table_name
    and col.constraint_name = con.constraint_name
    and con.constraint_type = 'P'
    and con.table_name = tables.table_name;
    for i in 1..count1
    loop
    query := null;
    select 'cols(' || position || ')' || ' := ' || '''' || column_name || ''';'
    into query
    from all_cons_columns col, all_constraints con
    where col.table_name = con.table_name
    and col.constraint_name = con.constraint_name
    and con.constraint_type = 'P'
    and con.table_name = tables.table_name
    and position = i;
    dbms_output.put_line(query);
    end loop;
    dbms_output.put_line('DBMS_APPLY_ADM.SET_UPDATE_CONFLICT_HANDLER(');
    dbms_output.put_line('object_name => ''ICOOWR.' || tables.table_name|| ''',');
    dbms_output.put_line('method_name => ''OVERWRITE'',');
    dbms_output.put_line('resolution_column => ''COLM_NAME'',');
    dbms_output.put_line('column_list => cols);');
    dbms_output.put_line('END;');
    dbms_output.put_line('/');
    dbms_output.put_line('');
    end loop;
    end;
    Reply to u HTH :
    Our Destination database is a replica of the source and no triggers are running on any of these tables.
    This is not the first time im facing this issue. Earlier, we had to take big outage times and clear the Replica database and apply the dump from the source...
    Now i cant think about that situation.

  • 4G LTE data reception issue in area of work building

    Hi, I'm having a data reception issue in a certain area at work.  The signal indicator at the upper right of the homescreen shows "4GLTE" but this is clearly inaccurate since I am not able to navigate to websites or send/receive multimedia messages.  If I move ~30 feet east in the building, the reception is restored.  Two people with iPhone 5 devices have the same issue.  However, the Verizon iPhone 5 allows you to turn off LTE.  Once this was done and the signal fell back to 3G, reception was restored, albeit with slower speeds, but at least reception wasn't completely blocked.  I understand 4G is not available in all areas, but in this case, the phone is not automatically switching to 3G and there is no workaround because there is no option to turn off LTE on the Z10.  In the "Settings" -> "Network Connections" -> "Mobile Network" -> "Network Technology" dropdown, the only values are:
    UMTS/GSM (when I switch to this, no networks are found)
    Global (the current selection)
    LTE/CDMA
    This is a big problem for me because for 8+ hours in the day I can't receive MMS messages or navigate to websites.

    Hi, Nate650,
    Sorry to hear about your problem with 4G. First, let me ask, have you updated your Z10 to the latest official software version? I had a similar problem with my Z10. After about an hour on the phone with CS, we figured out it was a problem with the tower near me. The problem was fixed by VZW and I have not had connection issues. You are right, though, about the Z10 falling back to 3G. Mine did before the update but not since.
    Doc

Maybe you are looking for