EA1: BUG: View Table Data: Filter gets lost when switching tabs

Hi,
open a table, choose the data tab and enter a filter condition. The data is filtered.
Bug is
a) choose e.g. constraint tab for the same table and then again the data tab. Data remains filtered, but filter is not displayed
b) pin the table, open another table, navigate back to the previous table. Data remains filtered, but filter is not displayed.
Regards
Stephan

The issue was reported already and will probably be fixed in EA2...
Regards,
K.

Similar Messages

  • Table date filter not working properly

    Hi OTN,
    I have noticed that table date filter not always working properly.
    When I copy actual value from column outputText to column filter and hit Enter - I see an empty table.
    http://imageshack.us/photo/my-images/818/filter.png/
    I suspect the problem to lie among date formats.
    But I tried to delete convertDateTime from outputText or add it under filter inputDate. Nothing helped.
    <af:column sortProperty="Hisdate" sortable="true"
                                     headerText="#{bindings.InformationView1.hints.Hisdate.label}"
                                     id="c8" visible="false" filterable="true"
                                     width="83">
                            <af:outputText value="#{row.Hisdate}" id="ot5">
                              <af:convertDateTime pattern="#{bindings.InformationView1.hints.Hisdate.format}"/> // or without both lines
                            </af:outputText>
                            <f:facet name="filter">
                              <af:inputDate id="id15"
                                            value="#{vs.filterCriteria.Hisdate}"
                                            columns="8">
                                <af:convertDateTime pattern="#{bindings.InformationView1.hints.Hisdate.format}"/> // or without both lines
                              </af:inputDate>
                            </f:facet>
                          </af:column>Nothing special about the attribute. A database table field of type DATE. In database this (see picture) row has exactly "06.06.2006".
    Could you please point me out where to start seeking?
    Thanks.
    JDev 11.1.1.4

    Well, OK. I think I'd better have 2 attributes: truncated date for filter and full date with time for edit.
    What is an attribute type for datetime?
    select trunc(t.HISDATE) AS HISDATE -- date attribute type
        ,to_char(t.HISDATE, 'dd.mm.yyyy hh24:mi') AS HISDATETIME -- timestamp/date attribute type?Something like this?

  • View Table Data

    I apologize in advance if this question is obvious - I am new to JDeveloper.
    In JDeveloper 9.x, I recall the ability to connect to an Oracle database and view the data in a table via a "Data" tab in the Connection Manager.
    Since then, I've installed JDeveloper 10 on a new computer, but find this "Data" tab is no longer available.
    How do I now view table data in JDeveloper?
    I see many tutorials on viewing data from new application. However, I simply want to examine the table data, not develop a new application.

    Assuming you are using JDeveloper 10.1.3 - when you double click a table in the database browser a window that shows it's stucture will be open.
    Look at the bottom of this window and you'll find the data tab.

  • DataServices 3.1 AIX/DB2 problem viewing table data.

    This is a brand new DS 3.1 installation. After install, DI part works fine, jobs run, and we can view table data. At one point view table data became very slow, actually after a 30-second hour-glass show, an empty grey  window shows up.

    Hi Mahir,
    the CID transform uses by default the Substitution Parameter [$$RefFilesAddressCleanse] to search for the necessary directory information.
    You see this if you open the transform configuration and take a look at the options panel.
    It sounds like on your installation you have the Data Services installed on your IBM AIX system and use the designer from the Windows based Client and during installation this Substitution parameter has been set to point to a local directory on you windows system instead to the server side installed directory (...\DataQuality\referencedata).
    Can you check in your Substitution Parameter Editor (in DS Designer under Tools--> Substitution Parameters Configuration...) if all of your Substitution Parameters are set to the local machine?
    Niels

  • Is their way to prevent a form data from being lost when a validation fails

    Is their way to prevent a form data from being lost when a validation fails?

    So I would use APEX_COLLECTION (there is some information in APEX documentation).
    Read all data you need to keep after submit and save them to your collection. Then, if validation fails, show report with data not from base, but from your collection. You have to create process, which creates collection, and you need to modify your report definition to get data not only from DB but also from collection.
    If you have any questions feel free to ask.
    Regards,
    Przemek
    Edited by: Przemek on 2009-01-10 17:47

  • Enhancement request : Table - Data  -- Filter with multiple lines

    It would be nice when the Filter option in the tables Data tab could contain multiple lines, because :
    In case of a complex where clause on a table (used in a query) it's hard to get an impression of the filter because everything is typed on one single line.
    In case of multiple lines it's also more easy to disable a single clause temporary with a double dash (--) at the start of the line instead of searching in a complex filter where to put /* ...*/
    Eric.

    What I mean is the Filter option when displaying the data (Data tab) of a table. You have the possibility to enter a Sort and a Filter (to reduce the data that is displayed). That Filter option has no possibility to enter multiple lines. So there is no way to 'format' the filter which would be nice in case of complex or large 'where clauses'.
    What would you prefer, this (multiple lines) ?
    AND ( p_peildatum IS NULL
    OR
    TRUNC(p_peildatum) BETWEEN TRUNC(dnm.datum_ingang)
    AND TRUNC(NVL(dnm.datum_einde,p_peildatum))
    AND ( p_ondergrens IS NULL
    OR
    TRUNC(p_ondergrens) <= TRUNC(NVL(dnm.datum_einde,p_ondergrens))
    or this, like it is now (everything on one single line) :
    ( p_peildatum IS NULL OR TRUNC(p_peildatum) BETWEEN TRUNC(dnm.datum_ingang) AND TRUNC(NVL(dnm.datum_einde,p_peildatum)) ) AND ( p_ondergrens IS NULL OR TRUNC(p_ondergrens) <= TRUNC(NVL(dnm.datum_einde,p_ondergrens)) )
    Eric.

  • Viewing Tables/data from an old tablespace

    I'm using a database Oracle 11g.
    I have a DBF file of an old tablespace from a different database that I want to connect to the existing database.
    I've created a tablespace with REUSE caluse, and it was created successfully
    SQL> create tablespace TEST datafile 'C:\DATA.DBF' reuse;
    How can I view the tables/data within that tablespace?
    Was that the right approach ?
    Or should I attach that tablespace in a different way ?
    Thanks in advance for your answers,
    Roni

    Hi JGarry,
    I do not agree to your statement
    "In addition to what the others said, understand that the metadata that describes what is in the tablespace is in the data dictionary in the system tablespace.  If you have the system tablespace also, you may be able to construct a database that you can transport your data tablespace from. "
    System table space will contains the metadata information about the table space, But it will not keep information about the segments of table space. So user will not be able to see the contents of table space.
    Yes your point regarding proper backup and export is valid but can you elaborate more how to data recovery will the done in this user scenario.
    Any ideas are welcome....
    cheers

  • SQL Developer - viewing table data while debugging

    Apologies if this is in the wrong forum.
    I'm using SQL Developer to debug a complex stored procedure line by line. There are a lot of inserts / updates / deletes in the procedure and I'd like to be able to view the data in the relevant tables after each statement has been run to see the effect of each statement.
    Trouble is, when I try to do this, SQL Developer shows the contents of the tables as if they have been unaffected by the stored procedure. Is there a setting somewhere or some type of locking I can use to see the data changes as they happen?

    Only the session that is inserting the data can see that new data until the session issues a commit, so I would doubt that you could do this. You probably want to a) view the data before the insert or b) (ugly but should work) put a trigger on the table being inserted so it inserts a copy of the data to a tracking table. This procedure will have to have the AUTONOMOUS TRANSACTION pragma in order to not be held until your debug session commits.

  • HT1766 how can i recover calendar data that i lost when converted to icloud

    i have lost most all of my data on my iphone when i went from mobilme to icloud...is there any way to recover it?

    Hi, Mike.
    It sounds like you're trying to convert a PDF (which contains a "document open" password) to Microsoft Word. Is that correct? Which product or service are you using to do this conversion - Adobe CreatePDF or Adobe Acrobat or some other product?
    CreatePDF cannot currently convert password-protected PDFs to Word. You will typically get an error which says that conversion cannot proceed due to password protection. Acrobat can convert password-protected PDFs to Word, provided you have the password and can provide that at the time you open the PDF in Acrobat.
    If you would like to see CreatePDF better handle password-protected PDFs, please add that to our Ideas page.
    Thanks.
    Dave

  • Foreign trade import/export data is getting copied when creating MMR

    Hi,
    When trying to create material master record with reference material ,the" Foreign trade import/export data " is not available in selection but the material is getting created with the "foreign data".
    When to restrict so that the material master record gets created without "foreign trade data"
    Thank you.

    HI,
    When u enter the new material,matl type & industry u enter the reference material and press enter then it shows the select views screen in this deselect the foreign trade tab and press enter then create material.The foreign data tab will not be copied in the new material.
    murugan

  • Hyphen gets lost when printing to computer to plate

    hello!
    i´ve got a big problem. I have a pdf from a client and everything is fine while checking the pdf.
    acrobat preflight and my creo software tell me, that everything is ok.
    but when die creo rip produces the output date, its a tiff file, the hyphenation at the end of a line gets lost.
    e.g prob-lem looks like pro lem.
    my client uses indesign version 6.0, with version 6.0.4 there are no problems.
    the pdf is exportet to acrobat level 1.3.
    I couldn´t find anything that explains this error.
    We produced 18000 broschures and the client doesn´t accept them.
    thanks
    michael

    Over years of experience in the graphic design and printing industries, I have seen this sort of problem from time to time with both film and ctp RIPs. They are most often, although not always, caused by an issue with the RIP software being out of date.
    IF the hyphens are visible in the PDF, the RIP software should process them properly.
    I have also learned that visual checking is essential. The client should ALWAYS supply a laser printed copy and even a cursory comparison between the film, plate or first sheets off press should reveal the more obvious problems.
    I doubt that you will be able to tell the customer that the problem is his fault.

  • IPhoto gets lost when I try to edit

    Hello all,
    I am completely new to Mac's and iphoto and I'm having a terrible problem when I try to view pics in iPhoto. I've imported a couple hundred photos (busy christmas) and moved them into neatly organized albums. I've rotated them this way and that while viewing them at thumbnail size. My problem is, when I double click on a photo to edit, my machine seems to get lost. Sometimes nothing happens, sometimes I get a little gray spinning thing. The machine has not crashed (I can still go back to another album / library) but I can't view my photos close up. I've done all the "software updates" and I have checked that the photos are actually on my HD (I can call them up in "Preview") Any thoughts?
    --Idiot

    Paul,
    Those two folders are not supposed to be there, so drag them out into the Pictures folder for now.
    Since you have only had your computer a month, I think it is best to just create a new library and import the images from the old back into it.
    Close iPhoto
    Rename your messed up iPhoto Library to "iPhoto Library_old"
    Drag this library to your desktop
    Hold down the Option key and launch iPhoto
    This is the window you will get
    Create a new library or choose a library to open
    Choose to create a new library
    Once this new empty library is open it is time to import the images from your old library
    Go to File>add to library
    Navigate to the old library on your desktop and highlight it in the window, then click the "open" button.
    iPhoto will start importing the images from your old library
    This is what to expect:
    Your images will be imported in nice dated rolls. (make sure your view is set to sort by rolls to see it) There are a couple of caveats to this. You will get rolls named "Originals" These rolls will contain your video clips and your original images that you had edited. If you had RAW files they would be in those rolls too (I don't do RAW, so I don't know for sure) Delete what you don't want from those rolls. You will also get the jpeg pointer files to your video clips imported. They will just be jpegs and will not point to the video clips anymore as iPhoto made new ones when the clips were imported again. You can delete those. they should be in a roll right next to the newly imported video clips so they are not hard to find. The thumbnail files don't get imported as iPhoto makes new ones when the images are imported.
    Once all you images have been imported, check through the library and make sure everything looks ok.
    You can now start making your Albums, and do your keywords or any other organizational steps.
    You can also delete the old library on the desktop.
    It is also a good time to backup this new library to CD/DVD by burning the iPhoto LIbrary folder in the Finder, or copying the iPhoto Library folder to an external drive formatted for Macs, or copying the iPhoto LIbrary folder to an iPod.
    After the new library is created and your images imported into I want you to check those two folders I had you drag to the Pictures folder and see if those images are in your library. If not then drag those two folders into an open iPhoto Library viewing window. You can also just use the File>add to library command and navigate to a folder at a time and choose it to import.
    let me know how it goes.
    Lori

  • Blank spaces at the end of an IDoc text field get lost when posted to R/3

    Hi Guys,
    I am facing the following issue:
    In an XML file-to-Idoc scenario, there are spaces at the end of a text field in the inbound XML file, which I can see when I open the inbound file with a text editor like notepad, and they are kept after XI mapping is executed (I can see them in message mapping simulator). However, it seems that these spaces get lost once the IDoc is posted to SAP R/3 and they are not visible on SAP R/3 side.
    Do you have any idea ? Thanks.
    Best Regards,
    Evaggelos Gkatzios

    That means SAP is removing the spaces from IDoc fields, where you spaces are not allowed. Does it create any problem?
    Thanks,
    Nabendu.

  • Event gets lost when iView is uncompressed for the first time

    Hi All,
    we are developing an application that manages attachments (meaning: files stored in KM) and per request by the client consists of several iViews. One of them contains a search interface, another one lists the hits that have been found. So the iViews have to communicate.
    We achieved the funcionality by using portal eventing and the HTTP session. The search iView compiles the search string and writes it to the session.
    request.getComponentSession().getHttpSession().setAttribute(searchString, .....);
    We then use javascript to fire an event on which the searchResult iView reacts and fetches the searchString from the session. The actual search is then performed within the searchResult-iView.
    The only problem is that the client requested that the searchResult iView should initially be collapsed. So we set its "initial display" property to "collapsed" and implemented some javascript functionality in the search iView that expands the searchResult iView when a search is performed:
    function openIview( iviewID ) {               
      var temp = parent.pageSupport._getIvuPageId(iviewID);
      var ivuBankObj = parent.pageSupport._getIViewBank(temp);
      if (ivuBankObj.getToogle() == 0) {
        var trayid = ivuBankObj.getTrayId();
        var event = document.createEventObject();
        event.type = "click";
        if(parent.htmlb_TrcToggle(trayid,'0',event)) parent.pageSupport.ivuToogle(iviewID);
    We then fire an event:
    EPCM.raiseEvent('...', 'SearchEvent', param, '');
    All works fine, except for the very first time the searchRersult iView is expanded after the application (meaning the page containing the iViews) has been opened. The searchResult iView is properly expanded, but the event seems to get lost so that no search is being performed (no error, but no reaction by the iView).
    We observed that it seems as if the contents of the iView are only fetched by the browser when it's expanded for the first time. (The progress bar of the browser shows loading activity when expanding the iView for the first time). Supposedly the event gets lost because the serachResult iView doesn't fetch it since it's just being loaded.
    After this initial erroneous behavior, the iView can be in compressed or expanded state before a search is being performed and everything works fine.
    Interestingly enough the problem can be resolved by setting a timeout of several seconds after expanding the iView and before firing the search event. But we find this to be a very questionable (and inconvenient) method of solving this problem and would rather like to solve it properly.
    Does anyone have any ideas how we could achieve this? Is there a way to determine whether an iView has been loaded by the browser (because obviously displaying and loading an iView seem to be two different things)?
    Thanks in advance,
    Jens

    We introduced a boolean "isInitial" flag to the bean which we use to determine whether the iView is expanded for the first time or not. If so, there is a timeout of 2 seconds before the event is fired.
    Not really satisfactory, but working.
    Jens

  • Tags get lost when archived (Mac OS X 10.8, Thunderbird 31.6.0)

    I tag messages in Inbox and Sent folder immediately, later archive them with "A" shortcut. This worked well until I upgraded Thunderbird to 31.6.0.
    Now my tags get lots when moving to the Archive, and even when I tag them again, tags get lost after a while (restart of thunderbird it seems).
    This problem occurred in the German version, testing the English version for a few days, tags do not get lost, it works fine.
    I got the idea to change to the basic version from another thread, where a Turkish user had problems with tags as well.

    Just for further confirmation that the installation went through succesfully multiple times:

Maybe you are looking for

  • How to read the contents of a text file and populate the data in a table ?

    Hello All,   Can anyone advise on how to acheieve the above ? I am trying to read in a text file (CSV) and have the contents populated to the respective UI elements in a table. Any help is greatly appreciated. from Kwok Wei

  • Oracle Discoverer with Apps 11.5.10 : Apps server side settings???

    Hi All! We have Oracle Apps 11.5.10 set up on our Apps server. The Discoverer Services status is 'started'. Can someone tell me what settings are required to be done on Apps server in order to create an EUL or to use the Apps BI reports? Is there any

  • How to create a SCAN Name

    I am upgrading an 11.1.0.7 RAC install to release 2 and am getting stymied at the need for a SCAN name. How is this set up? I see vague hand waving about DNS this and DHCP that but that isn't much help when I have a basic two-node RedHat cluster usin

  • Problem with starting ssh

    Hi Everybody I am facing an issue with starting ssh on AIX. It was working fine but after server reboot, I am not able to start it with startsrc -g ssh It gives a message like 0513-059 The sshd Subsystem has been started. Subsystem PID is 626812. but

  • AIR 2.5 app won't run on Droid 2

    I have two problems and any help would be appreciated! 1) Using Flash Builder Burrito Preview Version when I try to debug it won't publish the apk to my Droid 2, it just hangs at 6% and says "Launching". I have the latest Google USB Drivers, and I ca