Display the total record count

Hello
I need to display the total number check-in alert msg and based on the selection of the user [Ok/Cancel] I need to treat the query or the output to the export. The idea is that after applying the filter, if the query returns many users perhaps wouldn't go forward with reoprt however if it returns less numbr of users of lines out of the export.
Please suggest how do it.

I think that you will have difficulty to implement your interaction needed with OBIEE, keeping in mind that the query must trigger in any case to return the number or lines, what about using paging controls on the report to limit the first round returned on the dashboard, set up the column we mentioned earlier in this thread use the following in a narrative view:

Total number of records: @1

where @1 is the number of column for the max (rcount (1)) in the criteria pane-, you can hide this column from the report itself.
set the number of rows to display to 1 in the narrative
If you set # of lines in the paging controls to display reasonable something like 10 or leave maximum by default of 25, visitors will see the first 25 records or the story will tell them how many records exist, so they can hit all the paging controls show and then do what they want with it?

In addition and a bit more complicated, create a query that returns a row if the number or records in your query returns more than your threshold, for example 4000 lines. You can then use this request as "Guided Navigation" to view the report on the dashboard of conditionally, you might have another section of the dashboard that displays on the back with a piece of text saying your user name that the number of lines have exceeded the threshold on this section you might give a navigation link to the report itself said (whether in the answers or another page dashboard).

I hope that gives you control of the mental health I think that your after, though without going through a nice ok / Cancel button.
HTH.

Tags: Business Intelligence

Similar Questions

  • How to display the total number of rows in the dashboard

    Hello

    I have a dashboard report for retrieving the list of projects and details, it grows on a daily basis, instead of users downloading the report and find out the total number of projects, I want to display 'the total number of projects' alone in the dashboard. How can I do?

    Also is it possible to do like a pop up or something a little flash news - not necessary, but will be very good if I can do it.

    Thanks for your time and your help.

    create a report and a column to write a column invert the function max (rcount (1)). Call this column depending on the position of the column (as @1) in narrative mode.
    You can view only the narrative in the dashboard.

    for flash type of report, you can use the ticker view and call the same column in the view.

    refer to this link to view the total number of records
    http://Siebel.ITtoolbox.com/groups/technical-functional/Siebel-Analytics-l/display-row-count-in-top-of-the-table-view-3704999

    assign points if found useful.

  • display the Total number of lines in the first page of the report

    Hi, in obiee, paging will be 1-25. Is there any possibility in obiee to display the total number of lines next to paging. Ex: If the result contains the 120 lines. It should show after paging

    Documents 1-25. Total records: 120

    User,

    If this is the very simple case go in narrative display

    In the Narrative section give

    No.Of.Records: @4

    in my case is 4th column: No.Of.Records where fx = max (rcount (1))

    GoTo Compound display click the button Add and align narrative view down to see table

    Thank you
    Saichand.v

  • How can I get the sum of my variables and display the total?

    I wrote on a quiz and have each button by setting a variable, example: http://www.kreativitydesigns.com/Clients/Globus/Monograms/MBA_Test/deliverables/MBA_Quiz.h tml? mode = preview

    However, when it hits the frame of "Rank" to calculate and display the total, it does not appear.

    I do not have the text box named "Grade" on stage and variables have all received a value before entering this framework

    Here is the code used to calcualte and output the result:

    get the value of a variable and store

    var FinalScoreHolder is q1 + q2 + q3 + q4 + q5 + q6 + q7 + q8 + q9 + q10 + q11 + q12 + q13 + q14 + q15 + q16 + q17 + q18 + q19 + q20 + q21 + q22 + q23 + q24 + q25 + q26 + q27 + q28 + q29 + q30 + q31 + q32 + q33 + q34 + q35 + q36 + q37 + q38 + q40 + q39;.

    View rank

    SYM. $("Grade") .html ("you scored" + FinalScoreHolder + "%");

    See the result Page

    If (FinalScoreHolder > = 89) {}

    read the chronology of the given position (ms or label)

    SYM. Play ("Pass");

    } else {}

    read the chronology of the given position (ms or label)

    SYM. Play ("fail");

    }

    Any help would be greatly appreciated.

    Thank you!

    Your code is fine, but it seems that he can not do the values of your questions because if you put the values as below I get the expected result.

    Q1 = 20;

    Q2 = 63;

    Q3 = 12;

    get the value of a variable and store

    var FinalScoreHolder = q1 + q2 + q3;

    View rank

    SYM. $("grade") .html ("you scored" + FinalScoreHolder + "%");

    See the result Page

    If (FinalScoreHolder > = 89) {}

    read the chronology of the given position (ms or label)

    SYM. Play ("Pass");

    } else {}

    read the chronology of the given position (ms or label)

    SYM. Play ("fail");

    }

  • How to display the total number of text entries in a table (php)?

    Hello

    I have a database of 'chorus' with 'members' table that has the following data structure:

    Name Voix
    Jennasoprano
    DannaAlto
    ROXYAlto
    Damientenor
    CarmenAlto
    Daisysoprano

    Diana

    Alto
    Roberttenor
    JohnBass

    With Dreamweaver, php, any help on how display in a Web page the total number of 'alto', in this case: 4.

    Thank you

    Luci.

    SELECT voice, COUNT (*) as the GROUP BY, ORDER BY DESC voice voice FROM choir;

    This will give you the plain voiceid - County

    SELECT voice, COUNT (*) as the chorus of voices ORDER BY DESC GROUP name;

    This will give you appoint County - voice -.

    Confidence, it helps.

    See you soon,.

    ST

  • How to get the total line count COUNT (*) SELECT and put on a page?

    Hello

    I use JDeveloper 10.1.3.4. I need get the total number of rows in a table and display it on a page and the problem in doing so. At the sqlplus prompt the row count simply would be, for example:
       select count(*) from BILL;
    I wonder if having this simple number must be so complicated and if there is more simple, better ways. Here's how I do it and the problem encountered.

    1. the name of the page to display the number is summary.jspx. It has a grain of support that "summed" as the managed bean name in faces - config.xml, and the name of the bean class is "summary." The component output on the page is:
    <h:outputText value="#{summary.totalStudentsCount}"
                  binding="#{summary.outputText5}" id="outputText5"/>
    2. in summary the bean code is:
        private Number totalStudentsCount;
        public static int NUMBER = Types.NUMERIC;
    
        public void setTotalStudentsCount(Number totalStudentsCount) {
            this.totalStudentsCount = totalStudentsCount;
        }
    
        public Number getTotalStudentsCount() {
            ZBLCModuleImpl zblcam = getZBLCModuleImpl();
            LoggedInStudentImpl studentTable = (LoggedInStudentImpl)zblcam.getLoggedInStudent();
            String sql = "select count(lsap_uid) from BILL";
            studentTable.setQuery(sql);
            return (Number)CallStoredFunction(NUMBER, "get_total_students(?)", new Object[] {});
        }
    
        private ZBLCModuleImpl getZBLCModuleImpl() {
            FacesContext fc = FacesContext.getCurrentInstance();
            ValueBinding vb = fc.getApplication().createValueBinding("#{data}");
            BindingContext bc = (BindingContext)vb.getValue(fc);
            DCDataControl dc = bc.findDataControl("ZBLCModuleDataControl");
            ApplicationModule am = (ApplicationModule)dc.getDataProvider();
            return (ZBLCModuleImpl)am;        
        }
    
        protected Object CallStoredFunction(int sqlReturnType, String stmt, Object[] bindVars) {
            CallableStatement st = null;
            ZBLCModuleImpl zblcam = getZBLCModuleImpl();
            try {
                st = zblcam.getDBTransaction().createCallableStatement("begin ? := " + stmt + "; end", 0);
                st.registerOutParameter(1, sqlReturnType);
                if (bindVars != null) {
                    for (int z = 0; z < bindVars.length; z++) {
                        st.setObject(z + 2, bindVars[z]);
                    }
                }
                st.executeUpdate();
                return st.getObject(1);
            }
            catch (SQLException e) {
                throw new JboException(e);
            }
            finally {
                if (st != null) {
                    try {
                        st.close();
                    }
                    catch (SQLException e) {
                        throw new JboException(e);
                    }
                }
            }
        }
    The idea of calling a stored function usnig as a "helper" method is 25.5.3 in the Developer's guide, which is closest to you in my need. It's for the functions with the one IN argument; but in my case, the function is not any argument IN. That's why, when you call the helper method CallStoredFunction(), I gave an empty as the last argument and amazing array that caused the problem:
    return (Number)CallStoredFunction(NUMBER, "get_total_students(?)", new Object[] {});
    3. the registered function has been tested and works fine at the sqlplus prompt:
    create or replace function get_total_students
       return NUMBER
    AS
       v_student_count NUMBER;
    BEGIN
       select count(ldap_uid)
       into v_student_count
       from bill;
       return v_student_count;
    END;
    4. when the summary.jspx page is run, the browser is full of error messages, the first long line is here (I have split several online for ease of reading):
    javax.faces.el.EvaluationException: 
      javax.faces.el.EvaluationException: 
        Error getting property 'totalStudentsCount' from bean of type 
        zblc.viewcontroller.backing.staff.Summary: oracle.jbo.JboException: 
          JBO-29000: Unexpected exception caught: 
            java.sql.SQLException, msg=Missing IN or OUT parameter at index:: 2
    Thus,.
    (1) what is the problem? What is this parameter IN or OUT of {color: red} index: 2 {color} consult? It has to do with the empty array as the last argument in the call to the helper method?
    (2) this approach is an overdose, and are there more simple and better ways?

    Thank you very much for help!


    Newman

    Hello

    Is there a specific reason why you don't simply create read only object to display with some count (*) as OFCASES from MYTABLE and then just drag and drop the attribute ofcases in page?

    Kind regards

    Branislav

  • I need a variable that I can use to display the total time spent in a course.

    I want to create a personalized certificate of completion that the learner can print at the end of a course.

    I would like to have the total time spent in the price that is displayed on it, but I'm not sure of the variable to use.

    Take a look at: time display information - Captivate blog

    After reading if you have any other questions, fire away.

  • issue of XML report while displaying the total in table @section

    Hi all

    face the question to the report xml editor.

    description of the problem:

    view @section block, I have the report total is there, it is the display of each page of the report, I want to display only the last page of the report.
    No matter what adea, please share...





    Thank you
    Nicolas

    Try this

    Just keep the total after the end of each, then you will get only on the last page.

    or

    Logic needed

    or send me the model and the xml I can try at my side. E-mail: [email protected]

  • Calculate and display the Total of a field

    Hi all

    I have a model that must have a total at the end of each page field. I use <? Add-page-total: InvAmt; ' ACCOUNTEDDR'? > for the calculation of the sum and <? show page total: InvAmt; 'C9G990D00';' (C9G990D00)'? > to show the total. His coming correctly.

    But on the last page, I need total pages. «I tried to implement < xdofo:inline - total display-condition = "everytime" name = "InvAmt" > < xdofo:show - carry-forward name = "InvAmt" size = "99G999G999D00" / > in the foot but his impression of all of the code as such.» I tried to take a NAP <? sum (ACCOUNTEDDR)? > after the for-each but his returning a NaN value. I couldn't find a solution for this.

    Help, please.

    NaN display you get is probably due to NULL values. Filter nulls:

    For only last page content, take a look at the "Last Page only contained" section in the guide here: http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187.pdf

    Hope that helps.
    Bipuser

  • Display the total number of allowed characters

    I have a text field multi-line with a limited number of characters. I would like to let people know how many characters they have typed so far, and the total number of characters allowed.

    Does anyone know of a script that could be used to do this?

    I use Acrobat X on Windows.

    No, that would be a custom validation script. To enter a custom key script combination, go to the Format of the field properties dialog box, select a custom fo format category and you will see where you can write a custom typing script. In your case, it should be:

    remaining_count("ShowCharCount");
    
  • How to display the total of the group by avoiding totals deleted column cntrbn

    Hi friends
    Am with a column as GroupName masking certain groups for ex: FSVB
    I gave as
    <? for-each-group: current-group () [GroupName! = 'FAVS']; / GroupName? >
    It works very well
    but the totals when I try this
    <? sum (current - group () [.. / GroupName! = 'FAVS'] / as TOTAL_COST? >)
    me slappin' her with an error...
    can you suggest the correct code for this
    Thank you for your time and help

    You can store the variable group with filter applied on it and use it instead of the actual group. This neednt filter on each calculation so you have

  • How to display the current record forms indicator?

    Hello

    Could U help me please Sir...

    Kind regards.

    Hello

    In the One-TIME-NEW-RECORD-INSTANCE trigger, set : SYSTEM. CURSOR_RECORD to the item displayed as


    :. := :SYSTEM.CURSOR_RECORD;
    

    Manu.

  • Data merge, its is possible to display the 5 records per page?

    I have no problem doing mergers of data.  Still, they seem to only show only one record per page, but is there a way to display multiple records per page?

    Read the help for an explanation full, then come back here with specific questions if you still have problems...

    Basically, set you up a single instance of the placeholders field on your page, then select several records per page in the merge options. You cannot specify a number directly, but ID will be reprduce as many records on the page all items using the spacing settings you set up, then you want to add an empty block size required to get your five instances with zero spacing and group them with field labels.

  • GAL replicat replicatename displays the shift records

    Hi, I saw this report replicat lag:

    4 > lag replicat ractive7

    Address GETLAG application to REPLICATE RACTIVE7...
    Last record time: 80672 seconds.
    At EOF, no more records to process.


    The report view shows this:

    ***********************************************************************
    * Run time Messages *.
    ***********************************************************************

    Open the trail leader ./dirdat/p7000000 to 2012-05-30 15:50:19
    Graceful processed extraction process restart record to seq 0, rba 1007.

    2012-05-30 15:50:19 INFO OGG-01020 processed extract processes of RESTART_ABEND folder to the seq 0, rba (abandoned 1070
    0 documents).

    2012-05-30 15:50:19 INFO OGG-01020 processed extract processes of RESTART_ABEND folder to the seq 0, rba (abandoned 1133
    0 documents).

    2012-05-30 15:50:19 INFO OGG-01020 processed extract processes of RESTART_ABEND folder to the seq 0, rba (abandoned 1196
    0 documents).

    2012-05-30 15:50:19 INFO OGG-01020 processed extract processes of RESTART_ABEND folder to the seq 0, rba (abandoned 1259
    0 documents).

    2012-05-30 15:50:19 INFO OGG-01373 user requested beginning after 84202736181 of the CSN.

    2012-05-30 15:50:19 delivery INFO OGG - 01374 Transaction starting at the Seqno position 0, RBA 1322, Transaction
    ID 1.13.3310140, CSN, 0 84205171099 or fried operations.

    2012-05-30 22:20:12 01021-OGG-INFO command received GGSCI: GETLAG.

    2012-05-30 22:21:38 01021-OGG-INFO command received GGSCI: GETLAG.

    2012-05-30 22:23:52 01021-OGG-INFO command received GGSCI: GETLAG.


    What is the problem? seems that no error message is given.

    Thank you

    Could you post the output of all the info on source and target side?

    Seems there is no more available for the replicate to treat trail file.

  • How to display the total of the group to the grand total

    Hello friends,
    I'm a grouping column and showing the group totals. I want to capture these totals n view as a total general. I know that we can draft total running, but can someone tell me the exact syntax
    Thank you

    You can try using the syntax below:

Maybe you are looking for

  • Import all THE Photos of the iPhone

    Hello I am trying to import all the photos currently on my iPhone 6.  The unit is showing that it is about 18 000 photos on the phone (under the settings-> general-> has comments).  However, when I connect the phone to my MacBook Pro and throw iPhoto

  • Pavilion S5-1204: USB Ports does not: Windows 7 HP Pavilion Slimline

    Hi all Yesterday all of a sudden the USB ports are not read.  I have cameras and use a data transfer cable or a card reader to transfer to the office.  Now they do not read.  Tried the front and back of the usb ports.   However, the optical mouse tha

  • It won't let me burn a CD!

    I need help! My computer will not let me burn a CD it tells me that I need to connect a burner and restart the player. What can I do? Help, please!

  • Video driver dell inspiron 3521?

    Hello A few days ago, I bought a laptop Dell Inspiron 15 3521. It came with an installed Ubuntu 12.04. I installed a Windows 7 Ultimate 64 bit. Please I need a video graphics driver Can someone help me? Thank you

  • No internet connection under Windows 7.

    Separated from this thread. My Win7 915597 update was installed on June 9, 2015, and as of this date, I have had no internet. I am writing on the laptop of my wife who also use Win7, but is not affected.  Internet radio works too, so we can assume th