How to put the non-repetitive field in an extensible framework?

I have a formula field that creates the header of a list in an extensible framework. I seem to be in an embarrassing situation if - if I include the field inside the expandable frame header is repeated. If I put it outside, I get an error "field reference column to a frequency lower than his group. If I move the column of formulas at the request of parents it works except in the case where the child query returns no rows then I get the header with no data.

So, I need to be a way to display the header within the extensible frame, but only once or I need a way to remove the header when the child query will return no rows.

So, I need to be a way to display the header within the extensible frame, but only once or I need a way to remove the header when the child query will return no rows.

You can try an idea. Keep the formula column in the option group, and create a more summary column as serial number for retail stores so repeating rather than setting this field (column of formulas) by repeating the image and use the PL/SQL code for this field as below...

IF :serial_no = 1 THEN
  RETURN TRUE;
ELSE
  RETURN FALSE;
END IF;

Then, it should display the first record only.

-Clément

Tags: Oracle Development

Similar Questions

  • Hi, could you tell me how to put the app icon

    Hi, could you tell me how to put the app icon. By what your code?

    usually, set you the application icon in the properties of your application.

    You can also use the HomeScreen class to change the icon or set an icon of overview.

  • How to put the names of programs in the control panel in the order of the alphabet

    How to put the names of programs in the control panel in the order of the alphabet

    Hi maguma,.

    Please use the Microsoft Windows Forum.

    When you go to Control Panel , click on "view by" at the top right of the screen and select 'large icons or small icons' , she will change in alphabetical order.

    If you are referring to the programs and features in Control Panel, you can right-click in the empty space of the programs and features page > click on 'View' and click on 'Name' , IT ' l be alphabetical.

    Kind regards
    Aziz Nadeem - Microsoft Support

  • How to put the bookmarks bar in alphabetical order

    Original title: Favorites

    I looked at the question of how to put the bookmarks bar in alphabetical order, and he said that I had to do a right click on a site that was on My Favorites bar.  What I did and I don't have anything other that (open another tab, edit, and delete).   Your answer did not work for me, is there another solution.  I'm on Windows 8.

    Try asking in the forum of EI for the version of Internet Explorer you are using.
     
    Internet Explorer forums
    http://answers.Microsoft.com/en-us/IE 
  • How to put the screen name? (edited by Mod..)

    Hi I want to know how to put the screen on my Ant name

    Hi Yuvrajm65418840,

    Please see the document shared for more information:

    Getting started on the Adobe Forums

    I hope this helps!

  • How to put the first page to run?

    How to put the first page to run?

    Dimitri Gielis Blog (Oracle Application Express - APEX): Change the page (first) by default in APEX

  • How to control the number of fields in the Advanced mode in < af:query >

    Hello

    How to control the number of fields in the Advanced mode in < af:query >?

    Say I have 20 fields in my table, and I created a view of criteria with 2 fields. This would work perfectly in basic mode. But in Advanced mode , the choice of fields is possible by clicking on the Add fields button. I didn't have the customer to search with all 20 fields. Only 10 fields must be listed in the Advanced Mode, even if there are 20 fields in my table.

    How can I control the list of fields in ADDFields button?

    Any ideas?



    KR

    You can uncheck the contestable ownership of attributes that you must not appear in the Advanced Mode (but they will not appear in the other modes too!) or by programming the value the same as those mentioned here.

    http://adfcodebits.blogspot.com/2010/11/bit-27-setting-view-object-attributes.html

    Also, you can hide the button AddFields as suggested here - http://www.notjustjava.com/2011/12/cool-tips-to-showhide-components-of-the-query-control-of-adf/

  • How to display the serial No. field not to mention that the search results displayed

    How to display the serial No. field not to mention that the search results displayed

    Hello

    You missed to add the varstatus property in your table

    Try with this code:


    lines = ' #{bindings. " SahajDetailVO1.rangeSize}.
    emptyText = "#{bindings." SahajDetailVO1.viewable? "{'No data to display.': 'Access Denied.'}".
    fetchSize = "#{bindings." SahajDetailVO1.rangeSize}.
    rowBandingInterval = "0" id = "t1" styleClass = "AFStretchWidth."
    varStatus = 'vs' >



  • When we change the non-mandatory field in the form, it is not updated

    Hello... I have a question here...

    If I required fields in a custom form, and when I ask the form and change the value in the non-mandatory field and click on save, then it does not save. It is said ' no changes to save "." But it is not the same for the non-compulsory fields.

    Can you please suggest me?

    -vrdida

    If you have an element with an assigned LoV it much difference if you change the value of points (assuming that you have either the property 'Validate list', the value yes or you have a WHEN-VALIDATE-POINT-trigger who performs the search ID fk of the given text) or if you visit the 'empty' field, or NULL. In this case, you must create a WHEN-VALIDATE-trigger POINT on the element, which "cleans" the Fk - id as

    IF :BLOCK.LOKUP_ITEM IS NULL THEN
      :BLOCK.FK_ID:=NULL;
    eNd IF;
    
  • How to put the text in the cell and support in detail in read-only?

    Hello world

    In Hyperion 11.1.1.3, nobody knows how to put the text in the cell and the support of the details read-only after that the budgeting process is done in order to avoid people to change their comments.

    Thank you!

    Published by: Ouizmie on February 3, 2011 11:14

    There is no way to restrict the entry of text in the cell
    If you specify the description to charge you like details in support, which can be made read-only.
    but cell text comments to review, which can be changed. Even if you only read your form, users will be able to enter the text in the cell as long as they have access to the intersections of data...

    You can do a process to enter the descriptions of the charges, as supporting details only...

  • validation working is not to count the non-null fields

    I have six fields on the screen, I want to check that at least 3 of them are filled (3)...
    I created a validation as follows to count the non-null fields... but it's not working...
    Please help solve this problem or recommend a better way to do this...


    declare
    number of question_count;
    Start
    question_count: = 0;
    If: p1_t_question_1 is null then
    null;
    on the other
    question_count: =: question_count + 1;
    end if;
    If: p1_t_question_2 is null then
    null;
    on the other
    question_count: =: question_count + 1;
    end if;
    If: p1_t_question_3 is null then
    null;
    on the other
    question_count: =: question_count + 1;
    end if;
    If: p1_t_question_4 is null then
    null;
    on the other
    question_count: =: question_count + 1;
    end if;
    If: p1_t_question_6 is null then
    null;
    on the other
    question_count: =: question_count + 1;
    end if;
    If: p1_t_question_6 is null then
    null;
    on the other
    question_count: =: question_count + 1;
    end if;

    If: question_count > 2 then return false;
    otherwise returns true;
    end if;
    end;

    I'll take a look a bit.
    In the meantime, check if the code as

    If the trim (both '%' from: p1_question_with_nul') = 'null '.

    help

    Ok. Take a look now. I used the function TRIM as shown above and also changed the comparison for questions 3 text based on ' if: p1_question_with_text is null'

    Seems to work now

    CITY

    Published by: city has 23 October 2009 05:26

  • Click on the link inside the non-Focus field

    Hi all

    I use an ActiveRichTextField non-focusable because the field is part of a larger container making screenshots click on itself - not the children. This was done to make it easier for the user to scroll up and down on a list of text fields (do not have to move the focus to a line-of-text database).

    Question:

    My customer wants to activate by clicking on hyperlink. This is done natively by the ActiveRichTextField, but it cannot be activated because the emphasis is disabled.

    Question:

    Someone has any idea how to reconcile the conflicting requirements?

    (a) the ActiveRichTextField should not be focusable on a baseline of text (if it is wrapped, of course)

    (b) by clicking on the hyperlink should open the browser, etc.

    Thank you.

    You can get the x / y position of the textfield, but translate the active regions in x / there would be rather difficult (if possible at all).
    I just looked at the API, but I don't see how you can extract the links (or information about them) as the analysis is done in the background.

    You can analyze the text yourself with regular expressions to detect hyperlinks and offer them in a context menu.
    (e.g. http://www.regexguru.com/2008/11/detecting-urls-in-a-block-of-text/ )

    I usually change my paradigma UI if it turns out that a usecase I need is not taken in charge, but it is sometimes easier to patch something on.

    Basically, your decision: change the user interface in order to support this usecase, or something (like the context menu) on this patch.

    I would say to list the options see, then speak to the customer what he likes.

  • How to put the form into insert mode without clicking a button insert new record

    Hi all

    I use apex 4.2 on windows, internet Explorer 10 on oracle 11g R2, all 64 bits.

    I'm creating mobile applications.

    I have a list page, I put the links on this page.

    one of the links is a form of opening and passing some values that form.

    the form I open with custome plsql trigger to generate the primary key.

    I do not include an Insert button in the form, I call you, I want to just the user to type something in the column remarks of the newly opened form.

    and when the user clicks the Save button, the folder must be inserted as a new record in the table of underscore.

    now, the pk is not because I do not press on the Insert button, since I do not include the Insert button.

    now when I navigate my list Page by clicking on the point list and in the newly open shape, I enter some data in the Notes field and click on the button, save

    It is not saving the table or give any error?

    How to solve this problem?

    Kind regards.

    Mahjoor,

    If your form is wizard generated then

    Change your suite save button and put

    and confirm that regardless of the Page item Insert Source values contains more

    If you manually insert values shaped then write a Page process to insert this page elements values in the table

    during the click on the button Save.

    I hope this helps you.

    Leave.

  • How to put the PageItems as textbox as placeholders in an image in a region?

    I have this problem that I do in the face of a request that I'm building.i reading your article you presented at the Conference of users oracle in November 2007 'Steal the spotlight with Apex' but the problem comes from this.
    (a) I have an image that has placeholders for displaying the information. I would like to clearly the elements of the page directly to the where reserved spaces are in the image. I was wondering how to do this. I've already put the fields to where the placeholders must be for the loading of the database information. The question is, if possible how to do this. ? With this fact that I change the model region to put the code sample below, u there
    Thanks hope to hear from you soon thanks
    It is a sample of the House that resembles the expressed position.

    SAMPLE
    ==================
    < div align = "left" id = "voter_card" >
    < table width = "448" height = "263" border = "0" cellpadding = "0" cellspacing = "0" background = "#APP_IMAGES/voter_id_real.jpg" >
    < tbody > < tr >
    < td height = "45" colspan = "3" > < table >
    < td colspan = "8" > < table >
    < td width = '159' > < table >
    < /tr >
    < b >
    < td height = "40" colspan = "3" > < table >
    < td width = "34" align = "right" valign = "bottom" > < strong > PLACEHOLDER 1 < facilities > < table >
    < td width = "25" align = "center" valign = "bottom" > < strong > PLACEHOLDER 1 < facilities > < table >
    < td width = "24" align = "center" valign = "bottom" > < strong > PLACEHOLDER 1 < facilities > < table >
    < td width = "24" align = "center" valign = "bottom" > < strong > PLACEHOLDER 1 < facilities > < table >
    < td width = "23" align = "center" valign = "bottom" > < strong > PLACEHOLDER 1 < facilities > < table >
    < td width = "20" align = "center" valign = "bottom" > < strong > PLACEHOLDER 1 < facilities > < table >
    < td width = "26" align = "center" valign = "bottom" > < strong > PLACEHOLDER 1 < facilities > < table >
    < td width = "30" valign = "bottom" > < strong > < / strong > < table >
    < td rowspan = "6" valign = "top" > < table width = "133" border = "0" cellspacing = "2" cellpadding = "0" >
    < tbody > < tr >
    < td width = "42" height = "28" > < table >
    < td width = "42" > < table >
    < td width = "41" > < table >
    < /tr >
    < b >
    "" < td height = "158" colspan = "3" align = "center" > < img src = "... / gvive_java/gvive_imgs/61/22081761000.jpg" width = "124" height = "143" alt = "Photo" > < table >
    < /tr >

    < / tbody > < / table > < table >
    < /tr >
    < b >
    < td height = "36" colspan = "3" > < table >
    < td colspan = "8" rowspan = "3" align = "center" valign = "bottom" > < span class = "style5" > PLACE the HOLDER 1 </span > < table >
    < /tr >
    < b >
    < td width = "53" height = "31" align = "right" valign = "middle" > < strong > 2 < facilities > < table >
    < td width = "7" > < table >
    < td width = "23" align = "left" valign = "middle" > < strong > 1 < facilities > < table >
    < /tr >
    < b >
    < td = '24' height > < table >
    < /tr >
    < b >
    < td height = "19" align = "right" valign = "top" > < strong M > < / strong > < table >
    < td = "19" height > < table >
    < td = "19" height > < table >
    < td colspan = "8" align = "center" valign = "bottom" > < table >
    < /tr >
    < b >
    < td height = "51" colspan = "3" > < table >
    < height td = "51" colspan = "8" align = "center" valign = "middle" > < strong > PLACEHOLDER 1 < facilities > < table >
    < /tr >
    < b >
    < td height = "5" colspan = "12" > < table >
    < /tr >
    < / tbody > < / table >
    < / div >


    Hope you have an idea of what I'm saying, please do not hesitate to answer for details.
    Thank you

    If you know what items to use at each td/PLACE HOLDER then just create an HTML region and insert your code above in that with replacing the POSITION EXPRESSED by the apex element names
    You can use the syntax below to render the value of page in HTML elements

    here X represents the page number of the item
    
    &PX_ITEM_NAME.
    

    If your source HTML of the region will be something like

    
    .............
    .............
  • How to show the asterisk, required fields in a row of the table?

    Hi people,

    To show the asterisk (*) required fields in a form, I used to give required = "true" for the component and surround the component with an af:panelLabelAndMessage for which I put showRequired = 'true '. How to proceed for a component in a table row. For an element in an array, there is no label itself. The required = true flag in the appropriate error message of component shows, saying that it is necessary, but there is not (*) for this component.

    Thank you
    Vishal

    Table does not have any mandatory attribute. But the column has the property of showRequired. You can used this. If the column has text input then also you put true required on this component. And set your required messages here.
    It can solve your problem

    Thank you
    Prateek

  • Maybe you are looking for

    • Yosemite does not allow incoming connections, even if the firewall is disabled

      OS: Macbook Air OS X Yosemite10.10.5. The application of "Security & Privacy" firewall is disabled. I am able to ping other machines on the same subnet of the Mac, but I cannot ping the Mac from other machines. Using Wireshark to capture packets that

    • Adapter wireless turned off suddenly on my Satellite A500

      I have a laptop Satellite A500, on an old win7, a year and a half. Since the expiration of the warranty all started to go wrong and break spontaneously. Last night, the battery ended his own life, and it will now work on the sector. As soon as this h

    • Shaker movie 3.1 does not work with Windows 7 64 bit

      I have a DCR - IP5 camcorder and shaker movie 3.1 does not work with the 64 bit version of Windows 7. Is it possible to make it work.

    • Black screen Aspire V3 - 772G

      Hello When I run the laptopt I get the black screen classic: no logo, lights increase, fan works. The problem is that this doesn't always happen. Changed the RAM, put an additional 7200 1 TB and 128 GB SSD, tried the power 30 sec with no battery but

    • HP Pavilion dv6-2145er: SSD for HP Pavilion dv6-2145er

      Hello.I want to spend the hard drive of your laptop. Instead of the standard hard drive Hitachi 320 GB 7200 RPM SATA 3 Gb / s, I want to put the EVO of 850 Samsung SSD 250 GB. But there, for some reason, is not determined by the system. My laptop is

    &PX_ITEM_NAME1. &PX_ITEM_NAME2. &PX_ITEM_NAME3.