Name of tables listing the definitions of Web Forms row\column\POV

All,

We have some applications planning and a lot of Web forms to allow entry in varied combinations of row\column\POV. Users, it is difficult to locate the correct online with the combination of right row\column\POV form, to allow them to enter data and have to open\close a large number of Web forms before they find the right pair they need\want.

I know that the relational component of a planning application includes many tables store the definitions of Web forms, etc.. I would like to know where I could find a list of the tables that contain the definitions row\column\POV of each Web forms for each planning application in order to quickly identify the correct webforms who could access their data entry of support staff.

Thanks in advance.

JBM

I think the feature is available for a long time even since version 9

See you soon

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

Tags: Business Intelligence

Similar Questions

  • An alternative to the timers on Web Forms

    Hi all

    I learned that TIMERS should be used sparingly on the applications of web forms for performance reasons. Is this true and if so, what can be used as an alternative if similar functionality is required?

    Thanks for looking,

    Kevin.

    Kevin,
    It is true that timers can cause performance problems in web forms. The reason is that timers cause network traffic to the application server (AS). During the use of timers can force your application to slow down because of this network traffic. The exception to this rule is a timer to a duration of 1 millisecond. These timers are treated as execution immediate timers and forms generate any network traffic at the ACE. However, the definition of the term to 1 millisecond could cause your form works does not correctly too. The alternative to the use of a timer of forms is to use a timer to JavaBean (JB). JavaBeans execute on the client, so no network packet is generated. As a result, they are more efficient and do not affect the performance. Discover A Javabean timer - Oracle Forms PJCs/Java Beans for more information and how to implement a JavaBean timer.

    To be honest with you, unless your network is very slow, or you use "Lots" of timers in form, I think that it is a theoretical question. I have used both types of timers and have not noticed significant difference in the performance of my form. The system, I am currently working on that average users (daily) simultaneous of 2 000-3 000 fr om the East coast to the West Coast. We only use Forms timers (some forms have a many timers) and we have not seen a pretty big impact on our forms to justify using timers JB.

    I would say, if you see any problems in your form with forms Timers, keep their use. If you encounter any problems, then try the JB timers and choose the one that gives your users the best performance.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

    Published by: Silvere on October 15, 2010 08:25

  • How to compare the length of the data to a staging table with the definition of the base table

    Hello
    I have two tables: staging of the table and the base table.
    I get flatfiles data in the staging of the table, depending on the structure of the requirement of staging of the table and the base table (length of each column in the staging table is 25% more data dump without errors) are different for ex: If we have the city long varchar 40 column in table staging there 25 in the base table. Once data are discharged into the intermediate table that I want to compare the actual length of the data for each column in the staging table with the database table definition (data_length for each column of all_tab_columns) and if no column is different length that I need to update the corresponding line in the intermediate table which also has an indicator called err_length.

    so for that I use the cursor c1 is select length (a.id), length (b.SID) of staging_table;
    c2 (name varchar2) cursor is select data_length all_tab_columns where table_name = 'BASE_TABLE' and column_name = name;
    But we get atonce data in the first query while the second slider, I need to get for each column and then compare with the first?
    Can someone tell me how to get the desired results?

    Thank you
    Manoi.

    Hey, Marco.

    Of course, you can set src.err_length in the USING clause (where you can reference all_tab_columns) and use this value in the SET clause.
    It is:

    MERGE INTO  staging_table   dst
    USING  (
           WITH     got_lengths     AS
                     (
              SELECT  MAX (CASE WHEN column_name = 'ENAME' THEN data_length END)     AS ename_len
              ,     MAX (CASE WHEN column_name = 'JOB'   THEN data_length END)     AS job_len
              FROM     all_tab_columns
              WHERE     owner          = 'SCOTT'
              AND     table_name     = 'EMP'
              )
         SELECT     s.ename
         ,     s.job
         ,     CASE WHEN LENGTH (s.ename) > l.ename_len THEN 'ENAME ' END     ||
              CASE WHEN LENGTH (s.job)   > l.job_len   THEN 'JOB '   END     AS err_length
         FROM     staging_table     s
         JOIN     got_lengths     l     ON     LENGTH (s.ename)     > l.ename_len
                             OR     LENGTH (s.job)          > l.job_len
         )     src
    ON     (src.ename     = dst.ename)
    WHEN MATCHED THEN UPDATE
         SET     dst.err_length     = src.err_length
    ;
    

    As you can see, you have to hardcode the names of the columns common to several places. I swam () to simplify that, but I found an interesting (at least for me) alternative grouping function involving the STRAGG user_defined.
    As you can see, only the subquery USING is changed.

    MERGE INTO  staging_table   dst
    USING  (
           SELECT       s.ename
           ,       s.job
           ,       STRAGG (l.column_name)     AS err_length
           FROM       staging_table          s
           JOIN       all_tab_columns     l
          ON       l.data_length  < LENGTH ( CASE  l.column_name
                                              WHEN  'ENAME'
                                    THEN      ename
                                    WHEN  'JOB'
                                    THEN      job
                                       END
                               )
           WHERE     l.owner      = 'SCOTT'
           AND      l.table_name     = 'EMP'
           AND      l.data_type     = 'VARCHAR2'
           GROUP BY      s.ename
           ,           s.job
           )     src
    ON     (src.ename     = dst.ename)
    WHEN MATCHED THEN UPDATE
         SET     dst.err_length     = src.err_length
    ;
    

    Instead of the user-defined STRAGG (that you can copy from AskTom), you can also use the undocumented, or from Oracle 11.2, WM_CONCAT LISTAGG built-in function.

  • Is it possible to create a table where the month series is represented as columns?

    Anyone know if it is possible to create a table view where the columns contain dates?  I have not seen something like this in Foglight, so I think that it is not possible currently.  Here is an approximate example of what I mean:

    The 2011 monthly average of JVM heap utilization %

    Server Jan Feb Mar Apr May Jun Jul Aug Ms Oct Nov Dec
    WebSphereServer_1 67 87 45 65 67 78 56 78 88 45 67 77
    WebSphereServer_2 45 56 45 68 89 90 99 34 45 67 78 78
    WebSphereServer_3 67 78 56 34 35 57 7 68 99 78 45 56

    Yes, it is possible.

    You can see examples of that in the out-of-the-box reports / canned reports / group, including "physical host - CPU Utilization monthly summary" and "physical host - memory usage monthly summary.

    You can set this in a Row-Oriented table by specifying the column property 'Iterate Over'.

    You would typically set the value of the "Iterate Over" property to the result of the construction in the query "N consecutive time the beaches."

    Review the definition of "reports / canned reports/memory usage Table" for details.

    Kind regards

    Brian Wheeldon

  • Text in the cell in Web forms

    Hi all

    the data type of the Member to the Text value cannot be more than 255 characters. Is it possible to increase the no. characters.

    Hello

    As the text in the cell is stored in the database of planning, you can try to change the storage of the cell text column in the planning of the relational database tables.
    Essbase only stores a number reference in the text of the cell.

    Note that Oracle will not support this change, but it should work when it shows the cell text in web forms

    Let me know if it helps.

    See you soon
    RS

  • Improve the performance of web form of Hyperion Planning

    Hi all

    I don't know if anyone has tried the method recommended Oracle to compress the forms used in Hyperion Planning to improve the network performance?

    http://download.Oracle.com/docs/CD/E12032_01/doc/EPM.921/html_hp_admin/frameset.htm?/docs/CD/E12032_01/doc/EPM.921/html_hp_admin/hpamin-19-17.htm

    Slow performance when opening data forms using a Dial-Up connection

    Scenario:

    Opening a form of data using a slow network connection (for example, with a modem) takes a long time.

    Solution:

    You can greatly increase the bandwidth network at the opening of the data forms by modifying the web.xml file, as described in this section. This option compresses about 90% of the data stream sent from the planning to the client server.


    Note: If you are using a WebLogic application server (versions all supported) Web, fill the second procedure, which is specific to WebLogic. If you use another Web application server, follow the first, which contains general instructions.


    To modify the web.xml file to improve performance, for any application except WebLogic Web server:

    1 with a text editor, open the web.xml file located in HyperionPlanning.ear or HyperionPlanning.war.

    2 after the tag < / description > and before the < earphone > tag, insert the following lines:


    < filter >
    < filter-name > HspCompressionFilter < / filter name > < filter -.
    Category > com.hyperion.planning.HspCompressionFilter < / class filter >
    < init-param >
    compressionThreshold < param-name > < / param-name >
    < param-value > 2048 < / param-value >
    < / init-param >
    < init-param >
    Debug < param-name > < / param-name > < param-value > 1 < / param-value >
    < / init-param >
    < / filter >
    < filter mapping >
    < filter-name > HspCompressionFilter < / filter-name >
    EnterData.jsp < url-pattern > < / url-pattern >
    < / filter-mapping >

    3. save the web.xml file.


    If you use WebLogic, you must manually change the .ear file and redeploy to the Web application server.


    To improve performance with a WebLogic application server:

    1. unzip the file HyperionPlanning.ear to C\:ear, for example.

    2 unzip Hyperion.war under C:\war C:\ear.

    3 with a text editor, open the C:war\WEB-INF\web.xml file and change using the instructions in step 2 in the previous procedure.

    4 compress the contents of C:\war to C:\ear\HyperionPlanning.war.

    5. compress the content in C:\ear in C:ear\HyperionPlanning.ear

    6. deploy the new HyperionPlanning.ear for the WebLogic Web application server.

    Hello
    Yes we did it with a bank that had branches connected to a server through a dial-up line. They are complaining about the amount of data transferred between the branches and the servers. This has worked well on it and has greatly increased the performance of data transfer. However, nowadays the performance bottlenecks are usually not due to the amount of data transferred on the network, but the javascript components that need to run on the client and heavy computing/data and the report creation process.

    See you soon,.
    Alp

  • How to get the required column, the names of tables for the preparation of the report.

    Based on the MD50 how to get the exact name, the table names he joined for report development. as I am new on this project and the purchase of failet for R12.
    How can I start my approach to prepare the data for the report model? How can I search the database based on the respective diagrams of means?
    all input appreciated

    Hello

    You can find information about schema objects in eTRM Web site, you can also consult the documentation for product/module and see if it helps. If you already have any report (standard or custom), you can enable the trace and run the program to see which object it access or open the report using Report Designer and see the code.

    ETRM Oracle
    http://ETRM.Oracle.com

    Oracle Applications documentation
    http://www.Oracle.com/technology/documentation/applications.html

    Kind regards
    Hussein

  • Cannot see the displays in the table list when you create a form page or a State

    We are new at the APEX. to access remote databases by setting the database links in our instance apex and then view (s) in the case of the apex on remote tables. We have implemented this, so when we're going to build a form or a report on one of the views, the views are not appearing in the pop-up list for us to choose from.

    Any ideas as to why this would be? This is a showstopper for our application now. Any help would be greatly appreciated! Thank you.

    Published by: moo on April 11, 2011 11:55

    You defined local synonyms for objects? Try this, then come back...

    Thank you

    Tony Miller
    Webster, TX

    While it is true that technology is waiting for no man; stupidity always stops to accommodate new passengers.

    If you answer this question, please mark the thread as closed and give points where won...

  • eul5 - any table lists the folders used by each query

    Hello world

    Hope all is well,

    We use the discoverer to the Sungard banner (universities) data report
    We report out of an ODS, not directly on the production system.

    We are moving from 3.1 to 8 ODS ODS.

    I learned here recently EUL5_DOCUMENTS to empty a list of the existing queries.
    There is a table that lists folders for each query, which uses the query?

    Recently I learned here that when you create an OUTER join in the Admin, there is a desc. field
    to describe the join. We do this now, but we have previous joins that are not documented in this way.

    If I could create a query with all the tables that uses a query, I could use this query as a kind of checklist
    as we create the joins in 8 ODS.

    Please advise with your thoughts and ideas, tx, sandra

    Hi Sandra,.

    I am not aware of any table schema layer end user which includes the worksheet, the file and the items in folder used, but the EUL V5 business district it has a folder called "EUL5 user requests ', which has it all. This file uses the EUL5_GET_OBJECT_NAME function (as opposed to that seen in other tables) to get all the folder and the folder item information.

    You probably want to consider the installation of the business district of EUL V5 (if you do not already). Guidelines are provided in chapter 19 of the Oracle Business Intelligence Discoverer Administration Guide. Just a few steps, and I think that would greatly help your project.

    Patrick

  • [ADF, JDev12.1.3] I would like to stress that af: table takes the entire width of page and column auto-augmenter/reduce their width in proportion to the amount of available space. How...?

    Hallo,

    I see that default ADF makes all the 100px wide columns and there is the possibility to stretch a column to take full available width.

    I would like to know if there is a function / approach in ADF which - occupies all the available space - auto-calcule the width of each column to 1) the width of DB fields and 2) space in the browser window.

    I could also set the with columns of table in columns (characters) or (better?) in pixels and the framework should only for reproportion widths according to the available width.

    Or track to follow is defining the width of the columns in the table (percentage) property?

    Thank you

    Federico

    There is the possibility to stretch a column to take full available width.

    AFAIK, you can stretch several columns (read the docs for this property)

    I would like to know if there is a function / approach in ADF which - occupies all the available space - auto-calcule the width of each column to 1) the width of DB fields and 2) space in the browser window.

    (1) as far as I know, no

    (2) you can add class AFStretchWidth to the styleClass property to af:table (or surround your table with af:panelCollection and add this style class here)

    Or track to follow is defining the width of the columns in the table (percentage) property?

    Is probably not.

    % has different interpretation in different browsers, so you should use the style class AFStretchWidth.

    Dario

  • How can I add a field number of the apartment to the House address Web Forms?

    The home address is the only area that is included with the standard format of the web Contacts. How is I can't add a street address, apartment/Suite without creating a custom field for this?

    There is currently no way to include a second address field from House to apartment numbers or after which CRM are related. You must create an entire custom form for this.

    I created a work around for this.

    (1) expand the CRM database and add two fields called, 'Address' and another called ' apartment/Suite '.

    (2) add these new fields to the contact form

    (3) use jQuery to collect and store the values

    (4) concatenate values in the HomeAddress field using jQuery

    $('#StreetAddress,_#AptSuite,).bind ('keypress blur', function() {})

    $('#HomeAddress').val ($('#StreetAddress').val () + ' ' +)
    $('#AptSuite').val ());
    });
  • Comments of the cell in Web Forms

    Hi Experts,

    I have a small request. As we know that webforms in Hyperion planning allows you to also use cell comments. I just wanted to know when get us the form online even in Smartview then can we use these comments in dataform cells? Suppose that if we add these comments using Smartview then that would be visible in the Planning?

    Kind regards

    Ashu

    What version of smartview/planning do you use?

    they must be visible, but if smartview version is not correct you can not see the formatting for you say that there is a comment. You should still be able to view the comments by clicking on the cell and go to the Actions of the cell-> comments

  • To subscribe to a list of Business Catalyst - using the web form of muse

    Hello everyone

    I have problems with a lead EO automatically subscribed to a list.

    Here's my final result...

    Built form in muse-> name and Email is entered person is added to the catalyst for business as a contact and I want that they should be added to my 'list' of automaticcally

    In Business catalyst, I see that you have a checkbox to subscribe to a list, but obviously this is not an option in the Muse...

    How to make a built form in muse, that when you fill, adds the client to a 'list' in Business Catalyst?

    MAKES ME NUTS!

    Rebecca

    Connect to the site admin > e-mail campaigns > list > create a mailing list.

    Then open the Site Manager > Web forms > lists > add to the created list. Users on the activation of the box will be subscribed to this list.

    https://www.YouTube.com/watch?v=EiIllIhJlqQ

    Thank you

    Sanjit

  • Pick up the names of tables based on the value of the column

    I have a scheme in which I have 10000 tables and I want to pick up the names of tables in the schema where org_id is not equal to 1,
    Note: Org_id here is the column name.

    Could you please provide sql code me or a procedure to achieve this.

    Thanks in advance.

    This lthread can help

    How to find the column name and the name of the table with a value

  • How to find a table, using the name of the column in the database schema

    Dear all,

    Please help me on

    using the name of the column, how to find a table name in the database schema.

    Thanks in advance

    Hello

    You can query the data dictionary views all_tab_columns and user_tab_columns.
    For example, to find the tables in the scott schema have called deptno columns:

    SELECT  table_name
    FROM    all_tab_columns
    WHERE   owner           = 'SCOTT'
    AND     column_name     = 'DEPTNO';
    

    Remember that anything inside quotes is case-sensitive.

    The all_tab_columns view has one row for each column in each table (or view) that you have the privileges to use.
    The user_tab_columns view is a subset of all_tab_columns, containing only your own tables (and views).

Maybe you are looking for