Query components in HideShow region

Hi,
I want to know if it is possible to contain query components such as simple search panel in a hideshow region? I have a page with a advance table and a simple search panel associated with it in a query region. I don't see an obvious way to add hide/show region such a way to contain the query components.
Any suggestions?
Thank you,
Arun

I have the following structure
QueryRN
|
__ AdvancedTableX
|
__Query Components
|
__SimpleSearchPanel
|__SearchHeader
| |__SearchRegion
| |_InputA
| |_InputB
|
|__SimpleSearchMappings
|_MapA
|_MapB
Now given the above structure, I want the user be able to hide and show the Search Panel..i.e user should be able to hide the search inputs InputA and InputB with hide/show region.
I appreciate your help Ram.
Arun

Similar Messages

  • Problem with using a Spatial Query in a report region

    All: I am trying to create a report region using the below query. The query is syntactically correct and returns 10 rows. I have checked it out in SQL Developer AND in APEX SQL Workshop. It returns rows in 1-2 seconds.
    However, after putting the query into a report region, the APEX page locks up when it runs. I've tried masking it in a view, using other functions. I can places the spatial function in the select clause and it works. However, placing the function in the Where clause causes the page to lock up.
    Any thoughts?
    Thanks,
    John
    select lastname, address
    from changetracking.individuals
    where sdo_nn (spatiallocation, MDSYS.SDO_GEOMETRY(2001,8265,MDSYS.SDO_POINT_TYPE(-87.55728,33.137569,null),null,null), 'sdo_batch_size=10') = 'T

    QImaging is not officially supported in the Measurement & Automation (MAX) toolkit, though you may find some luck with our free legacy QImaging LabView interface here: http://www.qimaging.com/support/downloads/software/windows/QCamLabViewInstaller221.exe depending on the version lf LabView you're using.If you're looking for something that is actively updated and supported, you may want to get back in touch with Fred at +1.800.874.9789 and ask about our SITK LabView interface as well.
      PMQI_Josh,
    Yes I've already installed the LabVIEW interface beforehand. Also the version of LabVIEW I'm currently using is 8.6. I'll get in contact with Fred to see if there's a solution to this problem. Thank you.

  • Duplicate Queries and Query Components in BI Production Box

    Hi:
    We have a situation where we have duplicate queries and query components in our Production BI box.
    The problem was caused by transports.  We have a development landscape and a support landscape where both are transporting separately up to the BI Production Box. 
    For example, query ABC was created in the development landscape and transported up to our production box.
    The same query ABC was created in our support landscape and transported up to our production box.
    Now in the production box we have 2 queries ABC with the same technical name and description but with different active ELTUIDs.  
    We have found the program ANALYZE_RSZ_TABLES and it does show us this problem in our production box with many queries and query components.
    The question is how do we get rid of the duplicate ELTUIDs in our Production box and how do we stop this from happening during transport?
    any suggestions would be helpful.

    Hi JC,
    I think you can use Tcode RSZDELETE to delete the duplicate UIDs of elements or any query objects.
    Test it in dev box / sandbox before using it in prod.
    Thanks

  • Defaulting Hideshow region to Open with appropriate images

    I put this code in the region header of my hideshow to programatically default to open when page loads. It works fine, except that it is showing the wrong image in the hideshow region when defaulted to open. The little arrow icon is pointing horizontally instead of vertically. How can I get the richt icon to display?
    <script>
    if ($x('P0_ALERT_REGION_VIEW').value == 'O'){
    hideShow('region5','shIMG15','/i/themes/theme_10/showhide_hidden.gif','/i/themes/theme_10/showhide_show.gif');
    </script>

    bobmagan,
    The code you posted looks correct to me. However, if it's definitely not working, then try swapping the images in the call to the hideShow method and see if that works.
    <script>
    if ($x('P0_ALERT_REGION_VIEW').value == 'O'){
    hideShow('region5','shIMG15','/i/themes/theme_10/showhide_show.gif','/i/themes/theme_10/showhide_hidden.gif');
    </script>
    Keith Malay
    www.sds-cg.com

  • How to align diff. search region items where one region is HideShow region

    Hi,
    I have split my 1 search region into 3 regions, because I want to use a hideShow region for a number of parameters. This is a manual search.
    The structure is as follows:
    PageLayoutRN
    --SearchHdr
    --Properties: Style: header
    ----SearchRN01
    ----Properties: Style: messageComponentLayout; Search Region: True
    ------items
    ----SearchRN02
    ----Properties: Style: labeledFieldLayout
    ------HSSearchRN
    ------Properties: Style: hideShow
    --------items
    ----SearchRN03
    ----Properties: Style: messageComponentLayout; Search Region: True
    ------items
    ------buttons
    The items of the hideShow region are indented compared to the items of searchRN01.
    The Show/Hide switch is placed to the right of the items of regions 01.
    How can I align the items of the 3 search regions to each other?
    thanks
    Ronny
    Edited by: Ronny Eelen on 17-Jun-2012 23:50
    Edited by: Ronny Eelen on 17-Jun-2012 23:59
    Edited by: Ronny Eelen on 18-Jun-2012 00:00

    Hi,
    Issue resolved.
    I added another regions between the hideShow regions and the item, of type messageComponentLayout and that aligned everything as it should be.
    thanks anyway
    Ronny

  • Hideshow region column sort problem

    Hi,
    I have a HideShow region containing a PPR report. All is well except that the region hides when I click a column header to sort.
    Anyone got a solution to this?
    I've tried a few methods involving trying to store the ID of the region in a user-preference, but so far no joy.
    Seems the kind of thing we need a generic method for.
    Many thanks,
    John D

    carl,
    Thanks for the quick response.
    Glad to hear that it's a fairly easy fix, but sad to say I don't know how to implement it. Could I ask you to be more explicit?
    I will be too. The problem affects any hideshow region with sortable columns, so I'm looking ideally for a generic fix.
    The specific case in point is a page with 3 reports, each in a hideshow region and each in a ppr report template (though the ppr bit is irrelevant - happens with standard templates too, as it would).
    The column headers generate HTML such as:
    HREF="f?p=100:625:1253185985800118:fsp_sort_2::RP&fsp_region_id=2004914903282889">FirstName<(I left out the <A... A> to aid legibility here)
    So I guess (yep, guess) what's required is something like:
    - on an fsp_sort request, somehow trap and store the ID of the given region;
    - either in the page onload code, or maybe in the page footer, fire the onclick method for the toggle element for the given region, as you suggest.
    Unfortunately this is currently beyond me. Any further help will be much appreciated.
    Thanks
    john

  • Multiple HideShow Regions - Open/Close All

    Using Oracle 10g, Apex 3.1.0
    I have a page with multiple hideshow regions.
    The customer would like to be able to open or close all of them with one or two ('OPEN ALL','CLOSE ALL') buttons but still have the standard open & close ability (one at a time).
    Possible?
    Bob

    check this out
    http://apex.oracle.com/pls/otn/f?p=35250:6:3551482161152928::NO
    I hope it helps!
    Sam
    Please reward good answers by marking them correct or helpful!

  • Capture current query for a report region

    Apologies if this is answered elsewhere, but I could not find it.
    I have a reporting application where several different reports that have a list of customers. I would like to develop a means to generate a mailing list for the customers that is generic and can be used on any report. I envision getting the list of customer by executing a query like:
    select person_id from
    ( <report region query> );
    Is there a way to get the current query (or query result) for a report region and process it in a PL/SQL procedure? This would need to work for regions that have an SQL query and a PL/SQL function returning a query.
    Thanks,
    Bill

    sorry for the double post, browser trouble...

  • Display records returned for a query in the Report Region Title

    Hi,
    Is there any variable set that can be referenced to indicate how many records have been returned for a specific query. I have several hide/show regions dealing with various reports, and I would like to add a little info into the region title to display how many records there were returned for the report in this region.
    Thx in Advance,
    cliff

    Hi,
    addendum
    These are simple sql queries BTW. I've seen posts alluding to the SQL%ROWCOUNT when using cursors. Is there any variable we can reference when using a simple sql query?
    thx
    cliff

  • Get the Values of the components inside the region onto the Parent Page

    Hi All,
    I am using Jdeveloper 11.1.1.5.
    I just wanted to know that my use case can be fitted to contextual events or should i use the #{data.pageDef.Attribute.inputValue} to get the values.
    I have a bounded taskflow "ChildTF.xml" with fragment say "child.jsff".Now i have dragged the ChildTF.xml on the other page say "Parent.jspx" as a region.In the child.jsff page i had input form having 20 fields and all the 20 fields are dragged from a View Object so i don't have the field values binded to the Managed Bean and on the parent page "Parent.jspx" i have a button. Now on click of button i need to get the values of those 20 fields of "child.jsff" page.
    How can i achieve this?
    Thanks
    Shah

    Hi Timo,
    Thanks .
    For sharing the data control i should follow this :-
    In the Property Inspector for the called task flow i.e ChildTF.xml, select Behavior.
    In the data-control-scope list, select shared.
    Is there anything else do i need to do ??
    I mean do i need to add the iterator to the parent page also. ?
    Kindly Suggest!!
    Regards,
    Shah

  • Strange display of query components in the report

    hey,
    when I create a query and execute the report, there are always these empty lines (sometimes 4 or so) between characteristics, key figures and free characteristics.
    Maybe it's important to tell you that I am using external hierarchies and variables in the querry definition.
    How get ride of those empty lines?
    Cheers
    Sabine

    Hi Sabine,
    It is normal to have one free line / empty row between the free chars and filter cells and the result area. Now when you execute the query for the first time, there is one row. If you go to edit the query (without closing the workbook) and then re-execute the query, you will see the extra lines coming in, and it corresponds to as many times you go to change the query and reexecute it. To avoid this, just close the workbook and then reexecute the query.
    Hope this helps...

  • Relationship between components of a Region

    Hello,
    Can someone please explain me the relationship between the following parts of a Region in JavaFX 2.0?
    Content Area
    Padding
    Border
    Border Width
    Border Style (Inside, outside, ceneterd)
    Border Insets
    Margin (Yet to come)
    I am particulalry intersted in knowing how these parts affect the layoutBounds of the Region. Tried to read the API doc for Region class several times. However, I could not get the relationship between these parts clearly. Including a small example will be helpful.
    Thanks
    Kishori

    Try running the demo this:
    https://gist.github.com/jewelsea/1441960 "Demo for understanding JavaFX Layout Bounds"
    Not a direct answer to your question but hopefully it aids in understanding the relationships of these concepts and it is an example (albeit not a simple one).
    Also review this presentation:
    http://www.parleys.com/#st=5&id=2734&sl=57 "Interface Layout with JavaFX 2.0" by Amy Fowler
    Particularly see the slide at 46 min and 20sec (and the following one which lets you know the useful tip that if you wrap a Node in a Group it's layoutbounds effectively becomes it's boundsInParent).
    See also the Node javadoc on bounding rectangles:
    http://docs.oracle.com/javafx/2/api/javafx/scene/Node.html

  • Query region Search mappings issue

    Hi,
    I have components laid out like the following in my app
    Query Region
    |
    |-subTabLayout
    | |
    | |- AdvanceTable 1
    | |- AdvanceTable 2
    |
    |-Query Components
    |-Simple search panel
    |-Simple search mappings
    Issue: I mapped each of the search inputs to the valid column ids from Advancetable1 and advancetable2 in the simple search mappings. When I run the application with some search parameters in the search fields belonging to both the tables, I only see AdvanceTable1 criterias being passed and advancetable2 criterias not appearing. (I am getting the criterias in the controller using queryBean.getCriteria() which returns a Dictionary[]).
    Is there a limitation for Query region to have one region alone or am I missing something? Your help is appreciated.
    Thank you for your time.
    Regards,
    Arun

    If you have a complex serarch region structure, its always better to go for a custom region where you can manipulate the things as you want.
    --Shiv                                                                                                                                                                                                                                                                                                           

  • Problem with SQL query region source containing OLAP clauses

    Hi team,
    I believe I found a bug when HTMLDB validates the SQL Query in a report region.
    My query includes an ORDER BY clause within a windowing function and HTMLDB refuses to accept the source owing to the presence of the ORDER BY and the column heading sort preference.
    Clearly the order-by in a window function has little to do with the column heading sort, but this error prevents me from updating the conditional display item in the page definition.
    Note also that the page was imported smoothly from the 1.5 version, so probably the region source is not checked at that time, but only when you update it "manually".
    So, in the end, if I don't change anything the page works because the sql query is assumed to be correct but unfortunately I need to change the condition and I cannot.
    The problem shows up in page 126 of app 21670, SQL query region.
    Bye,
    Flavio
    PS: may be I can work around this by using the pl/sql function returning the sql query.

    Flavio,
    We're aware of this problem. For now, your workaround is described in this thread:
    HTMLDB 1.6 and "order by" in analytic functions
    Sergio

  • How to replace a table name with an item value in report region SQL query?

    I've got a SQL query in a report region that goes like this:
    SELECT :P30_HIDDEN FROM v_dms_dataset
    GROUP BY :P30_HIDDEN
    P30_HIDDEN is populated from a textfield input. Why doesn't this work, and is there a way to achieve what I'm trying to do here? I really need the ability to dynamically generate SQL queries in this way.

    Ben - you could either:
    1. case when :P30_HIDDEN = 'COL1' then col1 else ... end
    in order to determine which column to select (only really useful if you have a small number of predetermined columns to select from), or
    2. generate the SQL dynamically.
    Set the report region to SQL Query (PL/SQL function body returning SQL query), then have something like:
    declare
    l_sql VARCHAR2(4000);
    begin
    l_sql := 'SELECT ' || :P30_HIDDEN || ' FROM v_dms_dataset
    GROUP BY ' || :P30_HIDDEN;
    return l_sql;
    exception
    etc.
    end;
    John.

Maybe you are looking for

  • 10.4.8 Killed my Mac

    I downloaded 10.4.8 via software update. Approximately 18 seconds after the login screen appears I get the blasted rainbow cursor and all I can do is move the cursor so I have to forcibly shutdown my PowerMac dual G5 and try to reboot. But each time

  • Runtime Error while loading Flat file in to ODS

    Hi Friends, I have 11 records in flatfile and I am loading it from PC. when I see in preview I can see. But when I load it ,it gives me short dump. request status is in amber.. Please help me as this is urgent support issue. The ABAP Runtime Error is

  • Captivate 4 shortens timeline - elements are not displayed right anymore

    Hi there, I already searched the forum but couldn't find an answer. Maybe someone of you can help me. I have a weird problem with the timeline – in short: it changes. I have some slides, based on imported Power Point slides. Within captivate I add so

  • Connecting to mass storage and printers on another router

    I have my wireless router connected to another router that router is connected to the internet. My wireless connection works fine getting to the internet, but I am unable to see the other items connected to the first router. This would be my network

  • How to write Web Service Log to a file in Java

    Hi.. I have a requirement that I need to maintain Log file of my web service which is deployed on OC4J server. Is there any API for this ? Or any other way to do it ? Regards, Ajay