Masking of rows/columns reappear after migration via LCM?

Anyone know if there is a known issue or bug related to Web forms and then of the migration by LCM, hidden rows or columns suddenly reappear after migration? Were on 11.1.1.3.x


Thank you

Seems there is more connected to 11.1.1.3, which are not yet fixed bugs:

BUG 9354660 - EXPORT OF WEBFORM WITH HIDDEN LINE NOT EXPORTED CORRECTLY

Bug 10167989: BUG 8374286 is NOT RESOLVED FOR FORMS WITH ASYMMETRICAL COLUMN SELECTIONS

Known problems section 11.1.1.4 Readme planning: ' after exporting to a destination application using life cycle management, Forms data containing hidden lines may not display correctly in the destination application.»

HTH-
Jasmine.

Tags: Business Intelligence

Similar Questions

  • How can I write in a table cell (row, column appear) in a databae?

    How can I write in a table cell (row, column appear) in a database using LabVIEW Database Toolkit? I use Ms Access. Suppose I have three columns in a table, I write 1 row of the 1st column, then 1st rank of the 3rd column. The problem I have is after writing the 1st column of 1st row, the reference goes to the second row, and if I write in the 3rd column, he goes to the 2nd row 3rd column. Any suggestion?

    When you perform a SQL INSERT command, you create a new line. If you want to change an existing line, you must use the UPDATE command (i.e. UPDATE tablename SET column = value WHERE some_column = some_value). The some_column could be the unique ID of each line, date and time, etc.

    I don't know what is the function to use in the Toolbox to execute a SQL command, since I do not use the Toolbox. Also, I don't understand why you don't do a single INSERT. It would be much faster.

  • Classic report shows wrong "could not parse the SQL query: ORA-00942" error after migrating app to the new environment

    After migrating my APEX 4.1 application to a new environment, one classic report displays a "cannot parse the SQL query: ORA-00942: table or view does not exist" error when the page is displayed. Change the region to report SQL source to somehow (e.g., remove spaces, changing the order of the variables in the WHERE clause) immediately solves the problem, but by returning to the source of the region causes the report error again (the source region valid code without error, however).

    Throw the error message:

    Select v.id,

    v.Col1

    of view_vw v

    where (: P1_FILTER is null or)

    v.col2 = :P1_FILTER)

    Do not throw error:

    Select v.id,

    v.Col1

    of view_vw v

    where (:P1_FILTER is null or)

    v.col2 = :P1_FILTER)

    Changing the order of column in the report has the same effect; i.e. He arranges, but return back to the original column order causes the error to display.

    It's as if a cached result for the correct select statement used by the report is displayed. However, the application does not use the caching of page/region. Any ideas of what could be the cause?

    He solved. Ultimately, all that was necessary was to clear the DB cache using:

    alter system flush shared_pool;

  • Download to Excel after migration to 11g: Table losing formats

    Hello
    After migration to 11g, we do some tests.
    Download to Excel does not work correctly. Computed column losing the round, Table with green line loses the format of borders.
    Is this a known issue?

    Kind regards

    Stefan

    Yes. Refer to ID 1380981.1 and ID 1451127.1

    It depends on what version of OBIEE you are editing well and the locale set to Excel.

    Please assign points if helpful/correct.

  • display the data in row columns

    I looked through the previous posts, but it is impossible to find a solution to my problem.

    I want to display the data in row columns.
    I have shown in the table below and test data and the sql code that gives me the result desired.
    However, you can see that the sql depends of me knowing all the values in the column "rank".
    I want a way to produce the output without knowing the values of rank.
    CREATE TABLE test1 (
      accno       NUMBER,
      holder_type VARCHAR2(10),
      rank        NUMBER)
    
    INSERT INTO test1 VALUES (1, 'acr', 0);
    INSERT INTO test1 VALUES (1, 'bws', 1);
    INSERT INTO test1 VALUES (1, 'aaa', 2);
    INSERT INTO test1 VALUES (2, 'cds', 0);
    INSERT INTO test1 VALUES (2, 'xxx', 1);
    INSERT INTO test1 VALUES (3, 'fgc', 0);
    INSERT INTO test1 VALUES (4, 'hgv', 0);
    INSERT INTO test1 VALUES (4, 'bws', 1);
    INSERT INTO test1 VALUES (4, 'qas', 2);
    INSERT INTO test1 VALUES (4, 'aws', 3);
    
    Here's the required output:=
    ACCNO     ALLCODES
    1     acr bws aaa
    2     cds xxx
    3     fgc
    4     hgv bws qas aws
    
    I.E. for each accno display the holder_types in rank sequence.
    
    SELECT * FROM
    (SELECT 
           a0.accno,
           a0.holder_type || DECODE(a1.holder_type, NULL, NULL, ' ') ||
           a1.holder_type || DECODE(a2.holder_type, NULL, NULL, ' ') ||
           a2.holder_type || DECODE(a3.holder_type, NULL, NULL, ' ') ||
           a3.holder_type || DECODE(a4.holder_type, NULL, NULL, ' ') ||
           a4.holder_type allcodes
      FROM (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 0) a0,
           (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 1) a1,
           (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 2) a2,
           (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 3) a3,
           (SELECT accno,
                   holder_type,
                   rank
              FROM test1
             WHERE rank = 4) a4
     WHERE a0.accno = a1.accno(+)
       AND a0.accno = a2.accno(+)
       AND a0.accno = a3.accno(+)
       AND a0.accno = a4.accno(+)) a
       ORDER BY accno

    So you're after what we call 'Aggregation in the chain.'

    Check this link as it highlights several techniques:

    Aggregation of string techniques

    A Re: Concat ranks of the values in a single column Michael

    At Re: multiple lines in a single line in the 'single column Table' followed by reason of Billy on the conduct of a stragg first.

    In addition, 11 GR 2 has the LISTAGG function.

  • After migration

    Hi gurus


    Ive got a request from one of the users that the BD after migration to 9.2.0.8 to 10.2.0.4 in some tables, the order of the columns changed and if some errors are coming


    I searched documents but cannot find anything. I wanted to know that is what is actually happening and if that happens then how to rectify them.


    Thanks :(

    Hope that the migration has been successful and you have not all invalid objects after migration.

    In addition, take a look at the Oracle Metalink for known issues and references

    Note: 316889.1 - object: checklist complete for upgrades to 10 g 2 manuals

    Kind regards
    Sabdar Syed,
    http://sabdarsyed.blogspot.com

  • I have a folder of files in local folders that keeps reappearing after that I erase it. I tried to fix the folder several times. Any suggestions?

    I have a folder of files in local folders that keeps reappearing after that I erase it. I tried to fix the folder several times. Any suggestions?

    This is the name of a folder? Who will be in a file name in your file system. Given his situation, is it possible or likely that the total path length exceeds the limit of the operating system?

    For example: http://windows.microsoft.com/en-gb/windows/file-names-extensions-faq#1TC=windows-7

    This is not to talk about any other limit which may be inherent in the way that Thunderbird uses names of files internally.

    In your position, I explore the Thunderbird profile and check paths, as they appear in the file manager. You should be able to remove all folders that are unwanted here also.

  • Mail of the El Capitan grayed out after Migration Wizard menus

    The arrival of my new MacBook Pro (OS 10.11.5) I used the Migration Assistant (MA) to import the data from my old MacBook (OS 10.6). MY did not have identical usernames on both devices, so a new user has been created for the migration.

    After migration, everything seems to work very well in most mail (and some obsolete applications).

    Problem: some menu of messaging options are grayed out on and/or non-functional. Strange thing is that Mail works fine in the other user account, so I guess that's a conflict somewhere, sometimes, preferences will not open. New emails correctly, they appear in notifications and can be opened individually, but I can't open the message viewer.

    Grey of menu items:

      

    What I tried without success:

    -delete all e-mail accounts and add them manually

    -remove mail preferences

    -Remove user library: containers, mail, mail preferences folder

    -disable the user fonts

    -Disable items in user login

    Any suggestions much appreciated troubleshooting.

    Problems like this are sometimes caused by files that should belong to you but are locked or have the wrong permissions. This procedure will check for these files. It makes no changes and is therefore not, in itself, a solution.

    First, empty the trash, if possible.

    Triple-click any where in the line below on this page to select, then copy the selected text in the Clipboard by pressing Control-C key combination:

    find ~ $TMPDIR.. \( -flags +sappnd,schg,sunlnk,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) 2>&- | wc -l | pbcopy

    Launch the Terminal application integrated in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    Paste in the Terminal window by pressing command + V. The command may take a significant amount of time to run.

    Wait for a new line ending with a dollar sign ($) to appear.

    The output of the command will be a number. It is automatically copied to the Clipboard. Please paste in a response.

    The Terminal window does not display the output. Please do not copy from there.

  • Migration via the time machine (old imac) to new imac done numbers keynote pages and other programms disappear

    Migration via the time machine (old imac) new done imac numbers keynote pages and other programms disappear - what is my mistake?

    You should be able to re-download your apps purchased on the Mac App Store.

  • After migration, iPhoto again takes massive space on the hard drive? My system is showing iphoto and photos with more than 100 GB of space each. I once picture is merged uses always massive GB of space? Thank you.

    After migration, iPhoto again takes massive space on the hard drive? My system is showing iphoto and photos with more than 100 GB of space each. I once picture is merged uses always massive GB of space? Thank you.

    # Multimedia files are hardlinked.

    (141516)

  • Problem with WIFI after Migration

    Hello everyone

    I'm new here, I have the small problem after migration of 10.9.5 system.

    I migrad my files to a MacBook Pro start 2014 for a Mac mini mid-2012.

    After the migration is successful on the Mac mini, the WIFI does not work on the Mac mini.

    I think it's a fault of the driver, but how do I install the WLAN driver?

    Thanks for the support

    Best regards

    Demian Klee

    Were the two Macs on 10.9.5? If this is not the case, what were the OSX versions?

  • Satellite C70D-B-307 - brightness keys stopped working after migration Windows 10

    The brightness keys have stopped working after migration Windows 8.1 to Windows 10 (Satellite C70D-B-307).

    How did solve you this?

  • LabVIEW can find location of row/column selected in the open worksheet?

    Instead of asking user to LabVIEW manually to input data (location of the row/column you want for data entry in the spreadsheet open), can read LabVIEW that the location of the row/column selected in a worksheet open, selected by the user?

    If so, LabVIEW now has a starting location for the user to launch inputing data without having to ask the user LabVIEW!

    Any ideas on how to achieve this would be very appreciated!

    Thank you!

    Barry

    For what you want to do here, read and write in the cell current.  This example shows you the basics...

    Example of NOR

  • can I create a generic function row column Point?

    I have a VI with several inside multi-column list boxes.  One way that I've seen do writing entries is as follows:

    It works very well.  The only problem is that, to get the "Point to the row column" (PTRC) method requires (as I understand it) right click on the MCL and selecting this method.

    I have several MCLs, and I wanted to create a structure of the event which was generic and one of them was able to treat similarly.  But the problem with that is that I don't know a way to access the PTRC method for each of them.  The only way I know to do would be to use VI scripts to create the reference on the fly (not sure if it still works), but even if it works for me, I don't think that it will work with the free runtime LV (my experience is that you can not use RTÉ to run any screws that use scripts of VI).

    So my question is, is it possible to get a reference to the PTRC - generically - method without using scripts VI, or y at - it another way to do what I'm trying to do here (make the MCL writable by the user and have it keep the values that the user wrote to her during the execution of the VI).

    Thank you

    Hello bmishoe,

    You are almost there - just use an explicit, not implicit method and use this node of CtrlRef on the structure of the event to give you a reference to the control associated with the event.  At this point, all you have to do is add the MCLBs to the structure of the event.

    Kind regards

  • the desktop icons will reappear after reboot

    I have Windows 7 Home Premium 64 bit on Asus g60 laptop that I just bought.  I always hide my icons the desktop, but for some reason some they keep reappearing after I restart.  I do not think that this happens every time, but it happens at least at every restart of the 3rd.  It gets really annoying.  Even the "Show desktop icons" box is checked.  Help, please!

    Well, I tried what l1willia said, but it does not solve the problem.  I ended up uninstalling Power4Gear Hybrid and it seems to have solved the problem.  What piece of garbage that the software was lol

    Thanks for the comments and if it does not solve the problem permanently, I will reply to this message.

Maybe you are looking for

  • hp deskjet 990cse printer driver

    I have an old HP Deskjet 990cse printer which needs a new driver.  I've recently updated for MacOS Sierra, and now the printer does not work.  I can't find an updated driver on the HP site.  Disappointment because the printer still works fine. Someon

  • Rental movies keep disappearing! Frustrating!

    I rent a movie to watch later! (example 1): I'm going tonight and it's there, but I want to watch it later and he says I "29" left! and the next day he disappeared. (example 2): in "my movies", it shows a rental, but there is nothing in there! (examp

  • How to upgrade drivers for Satellite Pro A200?

    I installed Windows 7 on my Toshiba Satellite A200 (psfa1a-003002). And want to update all the drivers for it as well, but I can t seem to find new drivers for it online. Is there a place I can go to find them, or was it a disc that came with the com

  • Series Asia Tecra A8 - 1114E hang without no reason & protection of HARD drive

    Hello I own Tecra A8-1114E, which I bought in Asia give me a lot of funny problem recently. First of all, its just hang without any reason and the Dungeon of the HARD disk on the reference protection are shock on my laptop but its nothing happen even

  • HP Solution Center does not work and I can't download it despite many trials

    my hp Solution Center does not work, I can not scan and I have tried several times to download a driver but it will not work.  I have a very frustrated by this and need someone to fix it please