Filling of the matrix statistical report

Hello


I have a table of interim report matrix (matrix) for the generation of statistical reports.

The table must be completed at the request on the need of the user. I think fill a parameter field and a button on the page with the label [complete]
[] where the parameter must be entered to satisfy the condition. If the button is pressed it call/run a sql batch programs that will update
each row/column of the matrix table.

How do a button that calls one batch program? And given that the batch program can take a while at the end there should be something mobile
the user can see... to demonstrate that the program is still ongoing and the hanging... something like a gauge or hourglass the wll say completion % or
something like the output of the program >... 6 rows processed...

Thank you very much

Hello

Take a look at: Please wait... message - this is also based on the example of Carl

Andy

Tags: Database

Similar Questions

  • Problem with the icon get statistical Reporting in UCCX to connected on agents

    Attempt to use Get Statistical Reporting simple script to send calls to voicemail in cases where no agent is connected without success. Have followed the examples of web and read through topics of discussion Cisco similar but unable to make it work. Does anyone know if there are settings in cuic to allow access to scripts in real time, the agent status reports? I have attached a picture of the control script if anyone has any suggestions.

    Problem is that the name of your CSQ is actually Test_ CSQ in the Administration UCCX I can see in the statistics in real time, while in the script you have defined as TEST_CSQ inside the TEST_CSQ variable. Change the name in the script to match what you set on the evolution of the world on UCCX UCCX to match what you have set in the script. While working with CCX remember it is case sensitive in which Test_CSQ and TEST_CSQ are two different things.

    Concerning

    Deepak

  • The matrix - unescaped data report

    Following my recent question on the matrix report proposed by fac586

    I was wondering how you could modify the XML not escape content coming from 'nominative' (query below)

    for example: I added an html tag similar to the empno field, to contrive to script at the client level.

    When analyzed by magical xmltransform etc.

    with thedata as (
      select
          deptno, job
         ,htf.bold('deptno:')||deptno||';'||count(empno) over (partition by deptno order by null) empno
      from scott.emp o
    )
    ,order_pivot as (
        select
            deptno
          , job_xml
        from  thedata
        pivot xml
            (max(empno) n_orders for job in (select distinct job from thedata)))
    select
        deptno
      , xmlserialize(
          content
          xmltransform(
              job_xml
            , xmltype(q'{
                <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">  
                  <xsl:output method="html" />
                    <xsl:template match="/PivotSet">
                      <xsl:for-each select="item">
                        <td>
                          <xsl:attribute name="headers">
                            <xsl:value-of select="column[@name='JOB']" />
                          </xsl:attribute>
                          <xsl:value-of select="column[@name='N_ORDERS']" />
                        </td>
                      </xsl:for-each>
                    </xsl:template>
                </xsl:stylesheet>}'))) matrix
    from     order_pivot
    order by deptno;
    
    
    

    the data is escaped.

    <td headers="ANALYST"></td><td headers="CLERK">&#60;B&gt;deptno:&#60;/B&gt;10;3</td><td headers="MANAGER">&#60;B&gt;deptno:&#60;/B&gt;10;3</td><td headers="PRESIDENT">&#60;B&gt;deptno:&#60;/B&gt;10;3</td><td headers="SALESMAN"></td>
    
    
    


    I want to keep the markup for use in the final report, that is to say:

    <td headers="ANALYST"></td><td headers="CLERK"><b>deptno:</b>10;3</td>
    
    
    

    I would also like to know if there is a better way to do this kind of pivot, re: MAX (expr)

    See you soon

    Scott

    Scott.Wesley wrote:

    Following my recent question on the matrix report proposed by fac586

    I was wondering how you could modify the XML not escape content coming from 'nominative' (query below)

    for example: I added an html tag similar to the empno field, to contrive to script at the client level.

    When analyzed by magical xmltransform etc.

    1. with the nominative as)
    2. Select
    3. DEPTNO, job
    4. htf.bold('deptno:') | DEPTNO | « ; » || Count (empno) on empno (partition sort null deptno)
    5. from scott.emp o
    6. )
    7. order_pivot as)
    8. Select
    9. DEPTNO
    10. job_xml
    11. of the crossroads
    12. Pivot xml
    13. (max (empno) n_orders for employment (select distinct nominative use)))
    14. Select
    15. DEPTNO
    16. xmlserialize)
    17. content
    18. xmlTransform)
    19. job_xml
    20. , xmltype (q' {})
    21. http://www.w3.org/1999/XSL/transform">
    22. (((}'))) matrix
    23. of order_pivot
    24. order by deptno;

    the data is escaped.

    1. <><><>

    I want to keep the markup for use in the final report, that is to say:

    1. DEPTNO:10; 3

    Apply the utl_i18n.unescape_reference method on the xmlserialized output:

    with thedata as (
      select
          deptno, job
        ,htf.bold('deptno:')||deptno||';'||count(empno) over (partition by deptno order by null) empno
      from scott.emp o
    )
    ,order_pivot as (
        select
            deptno
          , job_xml
        from  thedata
        pivot xml
            (max(empno) n_orders for job in (select distinct job from thedata)))
    select
        deptno
      , utl_i18n.unescape_reference(
            xmlserialize(
              content
              xmltransform(
                  job_xml
                , xmltype(q'{
                    
                      
                        
                          
                            
                              
                                
                              
                              
                            
                          
                        
                    }')))) matrix
    from    order_pivot
    order by deptno;
    
  • The matrix in the Apex report

    The matrix in the Apex report

    I met a delicate situation and would need the support of members of the community of Apex here.

    I would need to build a matrix report in Apex over a table containing about 500 rows and 2 columns.

    The report of the matrix must be format (col X lines) 20 X 25 to display all the data in the table.

    Please consider the following data containing 15 rows and 2 columns

    Table A

    Col_data Col_status

    ABC to the top

    BCD upward

    CDE upward

    def upward

    EFG down

    FGH upward

    IGS upward

    hij upward

    JKL upward

    KLM upward

    LMN upward

    MNO upward

    NOP upward

    Professions down

    PQR upward

    Now these data in the table should be displayed as a 3 X 5 matrix report.

    The idea here is to display only the col_data to end users.

    Col_data text would be colored in red or green according to the col_status than upwards or downwards, respectively.

    Formatting conditional html should be applied in this case.

    The problem here is that we report of matrix in Apex. This must be done in the sql query.

    While generating a matrix report using the sql query, we can select only a single column, and the status column is missed.

    This is why the data required for the conditional formatting (color) are not yet selected if generate us a matrix report using the sql query.

    Any help or alternative approach here would be greatly appreciated.

    ascheffer wrote:

    It is not all "tricky", or I miss the point?

    1. SELECT max (case when mod (rn, 3) = 1 then col_data end) col1
    2. , max (case when mod (rn, 3) = 2 col_data then end) col2
    3. , max (case when mod (rn, 3) = 0 then col_data end) col3
    4. , max (case when mod (rn, 3) = 1 then col_status end) col1_stat
    5. , max (case when mod (rn, 3) = 2 then col_status end) col2_stat
    6. , max (case when mod (rn, 3) = 0 then col_status end) col3_stat
    7. , ceil ((rn) / 3)
    8. (select col_data, col_status, row_number() on rn (order by null) from tablea)
    9. Group by ceil ((rn) / 3)

    It is perhaps not in SQL, but is not the only consideration... terms

  • The part of report of a report region table setting to fill the region

    I need to make them with any part of the report, the section of report fills the width of the region, the column spacing all also in the entire region.

    The screenshot below shows the report occupies only a small part of the region. I need the region to this width to maintain the page layout consistency between pages.

    I can change the CSS so that it affects

    . Report-standard-alternatingrowcolors {}

    Width: 750px;

    }

    And then the same set the columns to specific width, but this application is displayed on a number of different resolutions, thereby affecting the specific widths is not all good.

    If I value percentage widths it does not.

    Any ideas?

    Screen Shot 2014-10-24 at 10.04.52.png

    The following screenshot shows what I want to achieve, even if it made specific widths specifying, in px, which means that it is not scalable for different resolutions.

    Screen Shot 2014-10-24 at 10.08.42.png

    The external table that contains the table of standard report also must be set to 100% width. Change the CSS rule:

    table[id^="report_"],
    .report-standard {
      width: 100%;
    }
    
  • How can I make the matrix using numbers

    Yes, for now I'll try to find out how to use the numbers to do the multiplication of matrices

    Something like that?

    In cell A1, filled to the right and downwards:

    = SUMPRODUCT (Matrix 1::1:1, TRANSPOSE (matrix 2::A)))

    SG

  • Print data LabVIEW using the MATRIX printer?

    How to program in LabVIEW such as some data may be printed matrix printer?

    p/s: the matrix printer (EPSON TM - U220) is connected to the computer via a serial port.

    I thank very you much for the replies...

    =)

    I found the solution.

    the pre-selection of the printer matrix printer dafault and use an icon in LabVIEW called - will report in simple text format.

    =) Thank you very much for your answer!

  • Image of BLOB in the subquery of report

    Hi guys,.

    It seems like it should be a simple problem, but I can't get this to work.

    I have an interactive report, in which I want to display a picture of BLOB columns in view image.

    The table contains the details of the project.

    Table B contains the categories of projects (including image BLOB and required image columns).

    Report interactive sql:

    select a.id,
     a.name,
     (select dbms_lob.getlength(b.blob_icon) from table b where b.id = a.category_id) icon
    from
    table b
    

    In the interactive report, I chose the format BLOB in the image column and fill in the required fields with the details of table b for the image, including columns of type MIME table, ID, etc..

    Again... the image column is empty in the report. Am I missing something? It seems that I use it as expected?

    Apex 4.2.5

    Thank you

    Apex-user wrote:

    It seems like it should be a simple problem, but I can't get this to work.

    I have an interactive report, in which I want to display a picture of BLOB columns in view image.

    The table contains the details of the project.

    Table B contains the categories of projects (including image BLOB and required image columns).

    Report interactive sql:

    1. Select a.id,
    2. B.SID,
    3. (select dbms_lob.getlength (b.blob_icon) in table b where b.id = a.category_id) icon
    4. Of
    5. table b

    In the interactive report, I chose the format BLOB in the image column and fill in the required fields with the details of table b for the image, including columns of type MIME table, ID, etc..

    Again... the image column is empty in the report. Am I missing something? It seems that I use it as expected?

    The query as shown is not valid. The projection includes columns of table A, but only table B is referenced in the FROM clause. Publish the actual query.

    Why you try to use a scalar subquery here? Is it because table B does not contain a line for each line in the table? In this case, use an outer join. The request must also contain the primary key column referenced in the BLOB format mask:

    select
        a.id a_id
      , a.name
      , dbms_lob.getlength(b.blob_icon) icon
      , b.id
    from
        table_a a
          left outer join table_b b
            on a.category_id = b.id
    
  • How to display data that filled by the user after you send the form?

    Right now I am doing a project on the e-complaint, can someone help me how to view the data that have been filled by the user based on the submitted form which also displays the primary key for the reference of the user.

    Here is my form code:

    <?php
      if(isset($_POST["compSubmit"])){
    
      $category=$_POST['category'];
      $typeDamage=$_POST['typeDamage'];
      $serial=$_POST['serial'];
      $location=$_POST['location'];
      $description=$_POST['description'];
      $name= $_SESSION['sess_nama'];
      $SiD=$_SESSION['sess_sID'];
      $Course= $_SESSION['sess_Course'];
    
    
      $con=mysql_connect('localhost','root','') or die(mysql_error());
      mysql_select_db('kktm') or die("Cannot select DataBase");
    
    
    $sql="INSERT INTO complaint2(Name,ID,Department_Course,Category,Type_Damage,Serial,Location,Data_Time,Complaint,Status,Report) 
    VALUES ('$name','$SiD','$Course','$category','$typeDamage','$serial','$location',NOW(),'$description','Pending','')";
      $result=mysql_query($sql);
      }else {
      echo "Fail to Complaint!";
      }
      ?>
    

    I hope someone can help me with this...

    Thank you.

    You use the deprecated mysql connection. YOU NEED to SWITCH TO MYSQLI OR PDO.

    You also do not have a data validation and remediation. You really need to.

    But to answer your question, you can add the following code:

    ECHO '.

    ";

    print_r($_POST);

    echo "

    ";

  • Using variables to get the answers to the questions of fill-in-the-White

    Hello

    Fill-in-the-blank questions, to provide answers. I want to provide these in the form of variables (user-created), rather than in the form of fixed strings (so, as $$ var1$ $ and not as 'Rabbit'). I could not get this to work. The variable input function is available (in the properties panel), but it does not in fact (i.e. even if you select a variable to be entered, it is not actually automatically registered).

    Is there a way around the problem?

    1. NB containing the same question for text entry boxes (rather than fill-in-the-blank questions). If I could get this works for text entry boxes, I'd use questions these rather than fill-in-the-white.

    2. a peut use variables for the answers to the multiple-choice questions. So I hope I can make it work for fill-in-the-blank questions as well.

    Thank you in advance. Marvin DuBois

    That would be my suggestion. I don't have a blog, but using BER of for this kind of questions me as well. And unlike the widget/interaction, that I've mentioned before, BER is an interactive object, which means it can be validated and that there may be a score attached to it. But, it will not help you, since you have to add the correct answers in the same way as for a drop-down list in the issue of the FIB (they are the sorts of TEB). And it is this list that does not enter a variable rather than a fixed sequence of characters.

    This means that you are into stocks advanced, identical to that of my blog posts with the widget/interaction.

    Have a work around (after all I'm the work around Queen) having intercourse, if you don't check that BER, described here:

    http://blog.lilybiri.com/report-custom-questions-part-2

    The idea is to use another interactive object that can have a score. Actually, I use two instances of the same object: a score of 0 and one with score of X and show the right according to the conditional action.

    However if you want to have multiple TEB on the same blade, which must be verified with the same tip action, you will need either the mastery of InfoSemantics (only for output SWF) widget or Javascript.

    Lilybiri

  • How to manually create the matrix object?

    Hello expert, I'm creating a matrix report object manually, I found a few steps on google, but they do not work to success.
    Please help me to create a.

    Google as follows:

    To create a matrix object:

    1.

    The layout of the document view, click the tool framework to repeat in the tool palette, and then drag a rectangle to create an extensible framework.
    2.

    In the property inspector, frame repeating, set the Source property of the "column" for the matrix and set the property to print the down Direction.
    3.

    Again click the tool framework to repeat in the Toolbox, and then drag a rectangle to create a second frame stretch, intersecting the first extensible frame.
    4.

    In the property inspector, frame repeating, set the Source property of the 'line' of the matrix and set the Direction of printing throughout property.
    5.

    Drag a rectangle around two expandable chassis to select, and then choose Insert > layout matrix.

    This creates a matrix object that represents the intersection of two Extensible frameworks. For example:

    Figure 4-1 example matrix object
    Shows the intersection of two rectangles
    Description of the "object of Figure 4-1 example matrix"

    6.

    Double-click the matrix object to set its properties.


    Thank you best regards n
    Yoann

    Hello

    You must select the two images (ctrl + click on the two fields) before you choose Insert > layout matrix.
    It should work.

    Kind regards
    Alex

  • How to make more than one answer to fill in the question blank?

    Hello Captivators,

    I thought I knew that captivate (3).  I just upgraded to Captivate 5 and found that is as good as Captivate 5

    is - when you want to use a content quiz developed in Captivate 3 (I jumped from 3 to 5, a leap forward!)

    I'm out of luck in preserving the question slides, etc.  It is really obvious in the

    Fill in the blank questions.  Captivate 3 support multiple responses for a filling in what is empty.

    How can I do this in Captivate 5?  I have a question that can have a digital response which can

    be slightly different depending on how the user calculates the response - 3.09 x 10 to the 9th or 3.06 x 10 to the 9th.

    I want the user to be able to enter a value. Each value is the right answer.  The same applies to capitalization, etc.

    like fish, or FISH or fish, etc. all must be treated as correct.

    I look around, but no luck yet.  Please don't tell me I have to do a question for each answer slide.

    Thank you

    and happy new year,

    eholz1

    Hello

    In my view, that Captivate 5 still allows multiple responses. You simply click the box empty and otherwise available to the Panel, you will see a pop up that reminds of Captivate 3 dialog box. The dialog box allows you to add answers but also to set an option that determines whether the answers are case sensitive.

    See you soon... Rick

    Useful and practical links

    Begin to learn Captivate 5 times now! $29.95

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcererStone blog

    Captivate eBooks

  • Statistical report for Hyperion products

    If anyone has found a way to gather statistics report for an Interface collide with Hyperion products - Essbase, Planning, financial management.

    For standard relational Tables tab of the task of the Session: loading provides # of lines, number of updates, number of inserts, the number of deletions, and number of errors. and these values are found in the repository table SNP_STEP_LOG.

    However, with Essbase and planning and financial management that we get is the Message window and this is far from helpful and the SNP_STEP_LOG has no entries for these columns.

    So has anyone found a way to get the information from this message?

    org.apache.bsf.BSFException: exception of Jython:
    Traceback (innermost last):
    "< String >" file, line 2, in there?
    Planning, writer load summary:
    Number of rows processed successfully: 10
    Number of lines rejected: 0

    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
    at com.sunopsis.dwg.codeinterpretor.k.a (k.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlI.treatTaskTrt (SnpSessTaskSqlI.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i (e.java)
    at com.sunopsis.dwg.cmd.h.y (h.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run(Thread.java:619)





    Thank you


    Wayne

    Hello

    New procedures (odiRef.setNbInsert, etc.) have been added in ODI 10.1.3.4.2 and above which will allow the statistics should appear as expected. The kms toll-free EPM will be updated to use this new feature, but in the meantime, you can change the KM with the following code.

    Replace the code in step of statistical report or add the step preceding static report of the IKM or LKM will update the operator with the appropriate information.

    statString = stats.toString)
    St = statString.Split ("\n")
    Inserts = long (st [1].split(":") [1])
    Errors = long (st [2].split(":") [1])
    odiRef.setNbInsert (inserts)
    odiRef.setNbErrors (errors)

    Using this code will avoid having to raise an information and error step to view statistics.

    Thank you
    Denis

  • Automatic filling of the order of the day

    Hello

    I am trying to automatically fill in an 'order of the day"a"graphical task"as pictured below.  When the date of the order of the day is changed, I would like to as tasks and details of my task card to automatically fill in the order of the day.  Any ideas what formula that I use to get this working?  I worked on it for a few days now, but I can't seem to find the right combination of formulas to make it work.

    Thank you

    David

    This can do the trick:

    Add a column in the list of tasks as shown above - this column should be the column A now.

    A2 = if (AND (B2 = agenda: $ 1, COUNTA(B2:D2) > 2), MAX $B ($A$ 1: A1) + 1, "")

    It's shorthand dethrone select cell A2, and then type (or copy and paste it here) the formula:

    = IF (AND (B2 = agenda: $ 1, COUNTA(B2:D2) > 2), MAX $B ($A$ 1: A1) + 1, "")

    Select cell A2, copy

    Select cells A2 at the end of the column, paste

    now in the table "Agenda" I suggest merge is NOT the cells in the first row.  My example suppose you follow this advice, and there are two lines:

    -Enter the date in cell B1

    A3 = IF ((LIGNE () −2) ≤MAX(Task Chart::A), LINE (−2), ' ')

    B3 = IF (A3 = "", "", VLOOKUP (ROW (−2, Task Chart::A:D, 3, 0)) ")

    Select cell B3, copy

    Select cell C3, dough

    Select cells A3 to C3, copy

    Select cells A3 at the end of the C column, paste

    now change the text you have in cell B1 of table "Agenda" as needed.

  • I just upgraded to Thunderbird 31.3.0 (on Windows 7). Now I can no longer launch Thunderbird. This shows only the Mozilla Crash Reporter every time.

    I just upgraded to Thunderbird 31.3.0 (on Windows 7). Now I can no longer launch Thunderbird. This shows only the Mozilla Crash Reporter every time.

    How do I recover from this?
    

    Is it possible to revert to a previous version?

    You can download the previous version of . mozilla.org and install it. After that revert to your previous version, you can check your incident reports to see what was causing the problem via help-> troubleshooting information...

Maybe you are looking for

  • iPhone 6 email stuck in Outbox

    I tried to send a file that is too large, so he is stuck in my Outbox.

  • Old ipad updated

    After years of not using my ipad 2 I decided to pull back, but he's still on the old firmware. I'm stuck on 4.12 & everytime I try to update via wifi, I received an error report. Is this because his back where I have to connect it to a computer?

  • The satellite L650 - 1 M 0 graphics card driver update

    I want to update my graphics (hd 5650) driver.Driver Toshiba site is old. I want the latest driver for my graphics card. Can someone give some link to new driver?

  • Fusion drive does not start?

    MacBook Pro mid-2009 Running OS X Yosemite 320 GB internal HARD drive replaced the optical drive with 240 GB SSD replace the 4 GB of RAM with 8 GB of RAM After the replacement of my optical drive with an SSD, I booted the laptop and checked the disk

  • Has anyone used HP200LX (or HP100LX) Cpack software on a PC VAIO VGN-P11Z/Q?

    Has anyone used HP200LX (or HP100LX) Cpack software on a PC VAIO VGN-P11Z/Q? I've been using Cpack of HP100lx under Win XP software without problem on several stand-alone for a long time; However, I tried to run on a Vaio VGN-P11Z/Q under Win XP with