Create columns when executing

Is it possible to create columns in the RTF model dynamically depending on which fields are in dataset?
for example the incoming data can be name, address, country and in the other case, country, address, zip code, name, age, height...

If I could browse field somehow available names and create columns accordingly.

How abt it?

http://winrichman.blogspot.com/2008/09/dynamic-column.html

Tags: Business Intelligence

Similar Questions

  • editing columns when executing the report

    Hello

    My requirement is when I display a report with some documents I have change with each record option but when I click icon change for this record, then 2 columns of this record will change in editable format and icon to save save with these new values? is it possible in the apex?

    Hello

    You need javascript to allow columns
    See if this sample of help getting started
    https://Apex.Oracle.com/pls/OTN/f?p=40323:2

    Kind regards
    Jari

  • ORA-06592: not found CASE when executing CASE statement

    Hello

    I have a table of application where I built a form master detail (table with 33 columns, 13 is not hidden items and rest are hidden).

    When I run the page I get an error "error while rendering page, article. P10_TIME_SAVED_FREQUENCY, ORA-06592: not found when executing CASE statement CASE"

    Error:

    Error during rendering of the element on the page P8_MONEY_SAVED_FLAG.

    ORA-06592: not found CASE when executing CASE statement

    Technical information (only visible to developers)

    is_internal_error: true

    apex_error_code: WWV_FLOW_FORM. UNHANDLED_ERROR

    ora_sqlcode:-6592

    ora_sqlerrm: ORA-06592: not found CASE when executing CASE statement

    Component.type: APEX_APPLICATION_PAGE_ITEMS

    Component.ID: 13345536607188241

    Component.Name: P8_MONEY_SAVED_FLAG

    error_backtrace:

    ORA-06512: at "APEX_040200.WWV_FLOW_NATIVE_ITEM", line 1751

    ORA-06512: at "APEX_040200.WWV_FLOW_NATIVE_ITEM", line 4241

    ORA-06512: at "APEX_040200.WWV_FLOW_PLUGIN", line 1251

    ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 977

    ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 1406

    DEBUG:

    Exploitation forest exception in final_exception_handler:

    SQLERRM: ORA-20987: APEX - error during rendering of the element on the page P8_MONEY_SAVED_FLAG. -

    ORA-06592: not found CASE during the execution of the instruction BOX Backtrace: ORA-06512: at "APEX_040200.WWV_FLOW_ERROR"

    line 853 ORA-06512: at "APEX_040200.WWV_FLOW_ERROR"

    line 888 ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS"

    line of 3240 ORA-06512: at "APEX_040200.WWV_FLOW_PAGE"

    line of 1780 ORA-06512: at "APEX_040200.WWV_FLOW_PAGE"

    line of 1950 ORA-06512: at "APEX_040200.WWV_FLOW", line 6725

    How to solve this problem. Please advice

    Oracle Apex Vesion: 4.2.1

    Thank you

    BO123 wrote:

    Hello

    I have a table of application where I built a form master detail (table with 33 columns, 13 is not hidden items and rest are hidden).

    When I run the page I get an error "error while rendering page, article. P10_TIME_SAVED_FREQUENCY, ORA-06592: not found when executing CASE statement CASE"

    Error:

    Error during rendering of the element on the page P8_MONEY_SAVED_FLAG.

    ORA-06592: not found CASE when executing CASE statement

    Technical information (only visible to developers)

    is_internal_error: true

    apex_error_code: WWV_FLOW_FORM. UNHANDLED_ERROR

    ora_sqlcode:-6592

    ora_sqlerrm: ORA-06592: not found CASE when executing CASE statement

    Component.type: APEX_APPLICATION_PAGE_ITEMS

    Component.ID: 13345536607188241

    Component.Name: P8_MONEY_SAVED_FLAG

    error_backtrace:

    ORA-06512: at "APEX_040200.WWV_FLOW_NATIVE_ITEM", line 1751

    ORA-06512: at "APEX_040200.WWV_FLOW_NATIVE_ITEM", line 4241

    ORA-06512: at "APEX_040200.WWV_FLOW_PLUGIN", line 1251

    ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 977

    ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 1406

    DEBUG:

    Exploitation forest exception in final_exception_handler:

    SQLERRM: ORA-20987: APEX - error during rendering of the element on the page P8_MONEY_SAVED_FLAG. -

    ORA-06592: not found CASE during the execution of the instruction BOX Backtrace: ORA-06512: at "APEX_040200.WWV_FLOW_ERROR"

    line 853 ORA-06512: at "APEX_040200.WWV_FLOW_ERROR"

    line 888 ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS"

    line of 3240 ORA-06512: at "APEX_040200.WWV_FLOW_PAGE"

    line of 1780 ORA-06512: at "APEX_040200.WWV_FLOW_PAGE"

    line of 1950 ORA-06512: at "APEX_040200.WWV_FLOW", line 6725

    How to solve this problem. Please advice

    Oracle Apex Vesion: 4.2.1

    Post a backtrace of the page see the request and the item type properties and the source / default to the value of the P8_MONEY_SAVED_FLAG element.

    Seems to be similar to ORA-06592 with the page only items appear, which also involved a master/detail form. Can you reproduce this on apex.oracle.com?

  • How to change a field that is the "Standard report column" when adding new line

    Hello

    With apex 5.0 and database 12 c, I have created the query as follows:


    APEX_ITEM. HIDDEN (2, TRANS_M_CODE).

    APEX_ITEM. HIDDEN (3, TRANS_D_CODE).

    APEX_ITEM. HIDDEN (4, TRANS_TYPE).

    APEX_ITEM. HIDDEN (5, CO_CODE).

    APEX_ITEM. HIDDEN (16, DR_LOCAL).

    APEX_ITEM. HIDDEN (17, CR_LOCAL).

    APEX_ITEM. POPUP_FROM_LOV (6, ACC_CODE, 'GL_ACCOUNT') ACC_CODE,


    This field is a Standard report column, when there are data without problems, but when you add news is disabled showing null.



    Any Suggestions please

    use the query

    Select

    "ROWID",.

    apex_item. Hidden(1,empno) | EmpNo as empno,

    ENAME ename,

    "JOB."

    "BISHOP."

    "HIREDATE",.

    "SAL."

    "COMM"

    "DEPTNO".

    of ' #OWNER # '. " EMP.

    Empno as hidden item and ename like textbox to display as a tabular presentation

    apex_item. Hidden concat with hidden empno point for your use

  • Create columns for a paragraph only

    Hello

    Is it possible to create columns in a text frame on one part of the text in the frame? For example, can I turn a paragraph into two columns while the rest of the text in the frame is just a single column?

    Or is the only way to achieve this to insert and set another block of text in the original frame?

    This is for CS4.

    Thank you.

    Not for CS4.

    It is a feature introduced in CS6.

    Split/Span columns with formatting.

    My InDesign CS6German:

    Or is the only way to achieve this to insert and set another block of text in the original frame?

    A group of two executives of anchored text block.
    You win some flexibility in the form of columns and column width.

    Uwe

  • Implementation error when executing load interface to Essbase data.

    When executing an interface to Essbase data loading I get this error:
    rg.apache.bsf.BSFException: exception of Jython:
    Traceback (most recent call changed):
    File "< string >", line 26, < module >
    at com.hyperion.odi.essbase.ODIEssbaseDataWriter.loadData (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)


    com.hyperion.odi.essbase.ODIEssbaseException: com.hyperion.odi.essbase.ODIEssbaseException: invalid column type specified for the column of data [ActivityPurpose]

    The data store is reversed using the RKM Hyperion Essbase, I did not any changes in the data store.
    I'm loading from an identical to the tabel of target array.
    I use the IKM SQL for Hyperion Essbase (DATA).

    Does anyone have any idea what this might be?

    Concerning
    Hans-Petter

    Might be useful to have a read of the following doc Oracle Support - "how to avoid signs of ' ODIEssbaseException: invalid column type specified for the data column" Message When loading Essbase models ODI? ". [ID 885608.1] »

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Sorting of columns when my data source is a Cube ASO of essbase

    I need to sort columns of information OBIEE how, because OBIEE is sort by alphabetical order. We have sucesfully reach to order the columns when the data source is a cube of essbase block storage but does not work for a cube storage global essbase (ASO)

    Anyone have expercie on how to fix this?

    See you soon

    I don't think that your type of Cube will make a differenct in sorting. Default with Essbase OBIEE sorts columns alphabetically.

    The best way is to create a logical column with a logic that mimics the normal sort and use this logical column in the RPD "column sort order.

    For example if you need to sort the months while I was doing was to write a CASE statement and assigned to some of these months as they will be in ascending order and I used this column in the column logic month 'Sort order' present in the properties of the column.

    Months when "jan" then 100 when February then when 101 mar then 102... When end of December then 110 112 else

    It may be useful
    Thank you
    Prash

  • My Favorites no longer appear in a column when I connect. (Firefox 5, Vista)

    I have more bookmarks (left) column when I sign. Instead, I have a full page of any site that I raise. I tried to put the column using the Firefox button in the top left, but there seems to be no way to bring back the bookmarks column. I have Firefox 5 and use Vista.

    • You can open bookmarks in the sidebar via view > sidebar > Favorites (Ctrl + B)
    • You can open the history in the sidebar via view > sidebar > History (Ctrl + H)

    Press F10, or press the Alt key to bring up the 'Menu Bar' temporarily if the menu bar is hidden.

    You can find the toolbar buttons to open the bookmarks (star) and history (clock) in the sidebar in the palette of the toolbar and drag it to a toolbar.
    Versions of Firefox 4 and later have two buttons bookmark with a star in the window customize.
    A single star button has a marker to drop that open Bookmark menu.
    The other star button without the marker drop open bookmarks in the sidebar.

    Open the Customize via "view > toolbars > customize" or "Firefox > Options > toolbars."

  • Error-63101 when executing the FPGA Interface C API Generator in LabVIEW 2012

    I'm using LabWindows CVI 2012 and 2012 LabVIEW FPGA module.  I try to use the FPGA Interface C API generator and I get the following error from a freshly generated .lvbitx bitfile.  I use the local server compiles on my PC.

    Error-63101

    NOR-RIO: A valid .lvbitx bitfile is required. If you are using a valid .lvbitx bitfile, the bitfile maybe isn't compatible with the software you use. Determine which version of LabVIEW was used to make the bitfile, upgrade your software to this version or later, and then try again.

    The problem occurs when executing CVI or LabVIEW.  I was able to do this earlier when I was compiling the FPGA in LabVIEW with the API generator 2011 downloaded from the Web site.

    A bit of weirdness in my setup, it's that I charged it off downloads from the website (latest files after 2012 NIWeek) rather than the normal distribution DVD.  I installed LabVIEW, so NI RIO, then the Xilinx tools compatible with 2012.  It works very well when you talk to the FPGA to a LabVIEW vi running on my Windows PC to the host.

    Any suggestions?

    Problem solved.  I had to download FPGA Interface C API generator 12.0.  It works now.

    I would have thought that if a product was called on the menu in LabVIEW 2012, it would be prompted to upgrade to a compatible version, when I installed LabVIEW.  The old version is not compatible with version 3.0 bitfiles, as identified on the following lines at the top of the .lvbitx file:



     3.0

  • When executing "Difficulty It Center Microsoft" I get a message "input string was not in a correct format." What does that mean?

    When executing "Difficulty It Center Microsoft" I get a message "input string was not in a correct format." What does that mean?

    Hello

    The question you have posted is related to Microsoft fix and would be better suited in the Microsoft Support Tools Forums. Please visit the link below to find a community that will provide the support you want. http://social.Microsoft.com/forums/en-HK/fixitcenter/threads

  • Get Windows to create email when you attach the pic of?

    Now one-message electronics created not when I am attaching a photo of Gallery WIndows or explorer.  Acts of normal size, select & choose "join", but no message created.  Chatted with WIndows help, told me to repair Windows Live Essentials in Control Panel but I do not have this listed prgm.  Then told me to come here...?

    Hello

    You don't tell us what e-mail program you use and if you put in place using the settings of your ISP (Internet Service Provider)...

    See you soon.

  • Referring to created columns

    Hi all

    I am a trainee comes to be introduced to OBIEE and the knowledge that you can share with me would be much appreciated!

    In Oracle BI answers, I created two columns using case statements. These columns return the value of ' 0 'or a ' 1'. I would like to create another line which divides the results of these two columns.

    However, since I myself have created and renamed these columns, I can't reference it in another formula of column in the "typical" report "" Format of variables. Is there a way that I'm able to reference these columns? Or is it possible that I am able to use an arithmetic function to divide the results of two case statements?

    Thanks for any help you can offer!

    -Mark

    Hi Mark,

    Welcome to the world of OBIEE

    You cannot reference your owner created columns (Forms) by a name or a variable, OBIEE means in this case is to use the complete formula again.

    In your column formula window, you have a drop down showing you the columns existing in your analysis, if you select one of your 2 columns, you will see that OBIEE does not insert a reference (name) of your column in the formula, but it will again insert the complete formula.

    It of the way it works, so if you change the formula in one of your columns 2 you must also, by yourself, update the formula in the 3rd column with the division.

  • Total of a column when the check box is selected in table form

    Hi all

    Total of a column when the checkbox is enabled in the form of tables, but is not work, help

    https://Apex.Oracle.com/pls/Apex/f?p=82062

    My credentials for my worksapce:

    https://Apex.Oracle.com/pls/apex/

    Workspace: GB

    USERNAE: [email protected]

    PASSWORD; GB

    Thank you.

    abb.JPG

    abcd.JPG

    abcde.JPG

    Kind regards

    GB

    Hi user13028844,

    user13028844 wrote:

    Please change your login username of "user13028844" to something meaningful. Reference: Video tutorial how to change username available

    The second button is a javascript function call, which is not a summary. the javascript function has a problem

    This function has the problem help me correct, whereas we can summarize the amount of lines checked

    I have made changes to your page. Check the "Display of Javascript" button, now it shows the correct amount for active items.

    Made the following changes:

    • The following are removed from the section "run when Page Loads:
    Declare
      p_qty          number;
      p_total_qty    number := 0 ;
    Begin
    for i in 1..APEX_APPLICATION.G_F01.COUNT LOOP
      select nvl(qty,0) qty into p_qty from DURATION
        where id = to_number(APEX_APPLICATION.G_F01(i));
       p_total_qty := p_total_qty + p_qty;
    end loop;
        --htp.prn(p_total_qty);
    htp.prn('');
    apex_application.g_print_success_message := 'Checked total qty:'||p_total_qty  ;
    End;
    

    NOTE: The section "run when Page Loads" is intended for JavaScript code to perform the loading of the Page and NOT PL/SQL code.

    • The following code removed from the section "Header HTML":
    
    

    This code was going nowhere, so removed and replaced with code below.

    • Added the following code in the section "function and Global Variable declaration:
    function enableButton() {
        // code goes here
    }
    
    function total_checked() {
       var total = 0; var qty = 0;
       $( 'input[name="f01"]' ).each(function() {
         if ( $(this).is(':checked') ){
           qty = $(this).closest('tr').find('td[headers="quantity"]').text();
           total += parseFloat(qty);
         }
       });
       alert("Checked Total Quantity : " + total);
    }
    

    Your APEX_ITEM. BOX calls a JS "enableButton" function, but it has no definition, dummy definition so added.

    Kind regards

    Kiran

  • create custom when installing ESXi 5.5 partitions

    Hello

    How to create custom when installing ESXi 5.5 partitions?

    I wish I had the rest of the partitions:

    # df h

    Size of filesystem used Avail use % mounted on

    / dev/sde1 9.7 G 1.5 G 7.7 G 16%.

    / dev/sdc1 1.1 G 99 M 928 M 10% / Boot

    / dev/sde6 4.9 G 138 M 4.5 G 3% / Home

    / dev/sde7 4.9 G 182 M 4.4 G 4% / opt

    / dev/sde8 2% 36 M 1.8 G 2.0 G/tmp

    / dev/sde5 39G 5.3 G / 32G 15% var

    Specifying the size of the partition was something that was done with the classic ESX 3.x or 4.x. With ESXi (installable) there is neither the need nor the ability to define individual partition sizes.

    André

  • How can I get rid of the excess columns when you convert a pdf file to excel?

    How can you get rid of the excess columns when you convert a pdf file to excel? How can you get rid of the excess columns when you convert a pdf file to excel?

    Hi carlk91869849,

    Once a file is converted to excel format, you can select the columns and press the delete button to delete their data.

    If I misinterpreted your question, I would ask to provide more details.

    Kind regards

    Rahul

Maybe you are looking for

  • How can I change my email address?

    For my account to sync Firefox how can I change my email address?

  • Satellite L630 - 16K - mouse is debilitating with connected external cooling fan

    I pounded a L630 - 16 k with overconsumption and usage on bed so fan was broken.I'm a fan of base 3 external off Amazon today.Its connected via USB.I noticed today carpet mouse disabling a lot and freezes for about 2 minutes. Is there something I can

  • When will the new XBox come out?

    I am looking to buy an xbox. I'm worried, though, that when I buy one that better the new version will be released. Then, when it comes out? Original title: yata yata

  • Now white sidebar

    Once my PC restarted because "updates" of today, my sidebar is not more opaque when placed at the front.  Is this a feature of the new update?  How can I get him back to opaque?

  • "load error" message when you connect to windows vista account___

    When you connect on windows (vista) to my sons account, a window appears with the Dll Run in the upper left corner and a message that says: error loading C:\Users\... it indicates the name of my son, then - Home\AppData\Local\l41DMut.dll.  It does no