Displays the name of the report in the view 'no result '.

Hi guys,.

It's 10.1.3.4.1

In the * 'No result' view *: is it possible to retrieve and display the name of responses dynamically?

I found two sons:

Do not change the default value, no results text
http://forums.Oracle.com/forums/thread.jspa?MessageID=8312398 & #8312398

Show the title of the report (header) when no results
http://forums.Oracle.com/forums/thread.jspa?MessageID=4575238 & #4575238

but these solutions require customization on a per report basis, and the name of the application must be hardcoded.


Ideally, I would like to have something like:

' Not found for report < script type = "text/javascript" > print report.name < /script > '

I can actually put in the noresults.xml file, which would affect all applications that include the display 'no result '. Replace the section of scorecard or hard code them the name of the application in the results not seen is not easy to manage.

Any ideas or recommendations?

Thank you, best regards.
Alex. -.

Hi Alex,

Ideally, I would like to have something like:

' Not found for report '

First thing is seen results no. He's not accepting the "HTML/JavaScript", so we cannot reach the above syntax

Second... There is no option available in results view dynamic name no.

You can do this for the title, but as you say manual labor he's be there

Thank you
Angelique Varanasi

Tags: Business Intelligence

Similar Questions

  • Procedure to display the view number and execution time


    Hi all

    I'm creating a procedure to display the name of the view and its County and runtime to get this number if we adopt the view name in the procedure. so far, I have created the script below but it does not give any number. Please suggest me an idea to achieve this. I use Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production.

    CREATE OR REPLACE PROCEDURE VIEW_TIME_SP ( P_VIEW_NAME IN VARCHAR2 )
    IS
      V_START_DATE TIMESTAMP;
      V_END_DATE  TIMESTAMP;
      V_ROW_COUNT NUMBER;
      V_SQL       VARCHAR2(1000);
      V_LOG       VARCHAR2(1000);
      V_EXECUTION_TIME INTERVAL DAY TO SECOND;
      V_VIEW_NAME  VARCHAR2(40);
    
    BEGIN
    V_VIEW_NAME := P_VIEW_NAME;
    EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_DATE_FORMAT = ''dd-Mon-yyyy hh24:mi:ss''';
         
    V_START_DATE := CURRENT_TIMESTAMP;
    V_ROW_COUNT := 0;
    V_SQL := 'SELECT COUNT(*) INTO' || V_ROW_COUNT || ' FROM '  || V_VIEW_NAME;
    EXECUTE IMMEDIATE V_SQL;
    V_END_DATE := CURRENT_TIMESTAMP;
    V_EXECUTION_TIME := V_END_DATE - V_START_DATE;
    V_LOG := V_VIEW_NAME || ' returns ' || V_ROW_COUNT || ' and completed in ' || V_EXECUTION_TIME;
    DBMS_OUTPUT.PUT_LINE (V_LOG);
    EXCEPTION
      WHEN OTHERS THEN
       DBMS_OUTPUT.PUT_LINE ('process failed:' || SQLCODE || ': ' || SQLERRM);
    END VIEW_TIME_SP;
    

    Appreciate your help.

    Thank you

    Hello

    MSB says:

    Hi all

    I'm creating a procedure to display the name of the view and its County and runtime to get this number if we adopt the view name in the procedure. so far, I have created the script below but it does not give any number. Please suggest me an idea to achieve this. I use Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production.

    1. CREATE OR REPLACE PROCEDURE VIEW_TIME_SP (P_VIEW_NAME IN VARCHAR2)
    2. IS
    3. V_START_DATE TIMESTAMP;
    4. V_END_DATE TIMESTAMP;
    5. NUMBER OF V_ROW_COUNT;
    6. V_SQL VARCHAR2 (1000);
    7. V_LOG VARCHAR2 (1000);
    8. V_EXECUTION_TIME INTERVAL DAY TO SECOND.
    9. V_VIEW_NAME VARCHAR2 (40);
    10. BEGIN
    11. V_VIEW_NAME: = P_VIEW_NAME;
    12. EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_DATE_FORMAT = "dd-Mon-yyyy hh24:mi:ss" ';
    13. V_START_DATE: = CURRENT_TIMESTAMP;
    14. V_ROW_COUNT: = 0;
    15. V_SQL: = ' SELECT COUNT (*) IN "| V_ROW_COUNT | 'FROM ' | V_VIEW_NAME;
    16. IMMEDIATELY RUN V_SQL;
    17. V_END_DATE: = CURRENT_TIMESTAMP;
    18. V_EXECUTION_TIME: = V_END_DATE - V_START_DATE;
    19. V_LOG: = V_VIEW_NAME | 'returns "| V_ROW_COUNT | "and completed in | V_EXECUTION_TIME;
    20. DBMS_OUTPUT. PUT_LINE (V_LOG);
    21. EXCEPTION
    22. WHILE OTHERS THEN
    23. DBMS_OUTPUT. Put_line (' process failed:' |) SQLCODE. ': ' || SQLERRM);
    24. END VIEW_TIME_SP;

    Appreciate your help.

    Thank you

    Whenever you write dynamic SQL code, during the debugging phase, display the dynamic string before running it.  For example

    V_SQL: = ' SELECT COUNT (*) IN "| V_ROW_COUNT | 'FROM ' | V_VIEW_NAME;
    dbms_output.put_line (v_sql |) '= v_sql in view_time_sp");
    IMMEDIATELY RUN V_SQL;

    You will see that v_sql is something like:

    SELECT COUNT (*) VIEW_X INTO0'

    You do not want the value of v_row_count; you want the name v_row_count, and he didn't need to be part of the dynamic statement.  Try this:

    V_SQL: = ' SELECT COUNT (*) FROM "| V_VIEW_NAME;
    dbms_output.put_line (v_sql |) '= v_sql in view_time_sp");
    EXECUTE IMMEDIATE V_SQL IN v_row_count;

  • My iPhone jpeg images do not display the view I want. PC displays the generic icon and not the photo itself.

    The only way to see the images 'discovered' or 'open' individual icon.

    Miniatures,

    Open your my pictures location, click organize in the upper left corner, click folder and search options, click the View tab and uncheck the top option, always display icons and never thumbnails, select apply to records on the top and apply and OK on the bottom.

    If the photo thumbnails appear now but look washed on a right click and select Properties, on the section of the general tab, uncheck the box for the hidden attribute and save it.

    Return to your location of my pictures, change the display of the page on the top of the right side next to the question mark symbol, there is another symbol with a drop-down arrow, click it and select the medium or large icons options specified.

    Rotate pictures of iphone 4s,

    Right-click and point to open with and click on the paint,

    Rotation, click on save.

    Turn videos,

    Click right and Point t open with and click on Windows live movie maker.

    Rotate and Save is in the upper right.

  • AppleScript to save the text from the view of results

    Hello, I am working with applescript that takes the results in the window at the bottom of the editor, like this

    Now I try to write it in the text editor as a text but Applescript say that he can not with "can't turn"class IFAP in the text.

    and if I try to save the results as a list, applescript supports error 10000 (textEdit has encountered an error: failure AppleEvent written in popup)

    It's that everybody knew how can I solve this problem?

    Here is the text of the script, but it won't work on your mac because it uses application to imagine Photo.

    thisFile to Choose file with guest "choose an image file:

    say application "Imagine the Photo.

    the value thisImporter for import graphics thisFile

    if the component error of thisImporter is not equal to 0 then

    thisImporter close

    display the dialog box "Not an image file that quicktime recognizes."

    return

    end if

    the value {x, y, xDim, yDim} to the limits natural of thisImporter

    define thisDocument to make new document window properties {size: {xDim, yDim}}

    the value the destination of thisImporter to thisDocument drawing

    thisImporter trace

    thisImporter close

    -The section which follows should be replaced according to the pixel value class

    the value pixelValueRect to {x, y, xDim, yDim}

    the value pixelValues1 to get the pixel values of thisDocument with properties {class of pixel values:pixel in the rectangle, rectangle boundaries: pixelValueRect}

    thisDocument close

    -class (pixel points) as a list

    -' class pCol' as a list - цвета координаты разнесены по классам с именами, приводим к списку и

    end say

    say application "TextEdit".

    activate

    make a new document

    the value text of document 1 to pixelValues1 as list

    -the text of the document 1 pixelValues1 as a value list

    -Save the document 1 in ' / Users/IMac/Desktop/LastUpdate.txt '.

    end say

    pixelValues1

  • Machine virtual IOPS / s report, how to display the name of the data store?

    Hi guys

    I am new to the Foglight community, this is a great tool, and I learn a lot.

    Currently I am trying to create a simple table that will show me metric of my VMware environment: Virtual Machine name, Datastore IOPS and data store.

    However I can't find how to include data store name in the table, because it is not a measure of the Virtual Machine. I think I need to expand the scope of my table to include VMware Datastore, but I don't know how to do this.

    -Mark

    Check the options available it seems that it can be done with WCF (the frame behind the Foglight dashboards).  We recommend generally customers who plan to build views WCF take adequate training or our PSO people engaged in it.

    In any case I can help show a quick example of how it's done.

    Please try this on a local/test server.

    Go to Configuration > definition >

    Make sure that you are in my definition, and click the icon to add a view. then choose from the tables and trees - oriented line table

    Give a name to the view, go public and make a portlet/reportlet and apply

    Switch to the configuration tab and click the change for the lines and choose a query

    Under query, expand the VMware and scroll down

    Until you can select the query for virtual machines

    And press the set button.

    Your view should look like this

    Now you must select the columns.

    Each column has a value you can edit and there is a button + to add additional columns.

    Lets start with the name of the virtual machine - click on the button to change to your default column and choose the context.

    Click on the drop down menu to enter key and choose the current line (virtual vmware machine)

    Click on the drop down menu to access path and scroll down until you can select the name and then click on set.

    You have created a table that lists the names of all virtual machines.

    You can click on save. and then click test, choose a time and click the result. A new window will open a show the list you of virtual machines.
    From here you can continue to add additional columns, each time choosing the key entry in the current line and the path to the metric/string to display.

    For example, the name of the data store.
    I change the module

    Click the configuration tab and click the icon to add a column

    For the column value, that I chose defined context once again, the key input is the current row and for the path, I expand the node for the data store

    And scroll until I see the Proprietename

    If you save and test you will see the result

    Keep adding columns and the data you want, notice that you have arrows that allow you to control the order of the columns.

    Note that you can click Show advanced configuration properties

    This will give you the opportunity to see the properties of the extra table, such as header - giving you the opportunity to give a more meaningful name (name of the data store, the name of the virtual machine, etc.) to the column header.

    You can now go you drag and drop the table edge/report and under my eyes, you will see your new view

    Drop it in the main view

    I hope this has given you the starting point to build this table.

    As I said, I strongly recommend going through our WCF training if you plan build more custom views or hire software Dell PSO Organisation to help build you views that correspond to your need.

    Best regards

    Golan

  • How to design a report that all display the name of the account without Contacts?

    What is the best/better way to create a report that all display the name of the account without contacts?

    Thank you!

    Tim,

    Create:

    Report 1 - account ID, account name, name of the Contact - save it in the shared company folder
    Report 2 - ID account, the account name - it save anywhere

    Report 1 will give you a list of accounts with contacts (the integrated join should remove accounts with no contacts)
    Report 2 will give you a list of accounts
    Add a filter on the report ID 2 account - advanced - filter based on the results of another report.
    Find your report 1 and account ID does not match the account ID

    Report 2 will give you now all accounts - accounts of Report 1 is with no contact.

    see you soon
    Alex

  • How to display the user name in report editor RTF BI?

    Please advice how to display the user name in report editor RTF BI?
    Maybe this can be done via a hidden parameter of the report, BEEP, which by default will be implemented with the macro as {$username$} (or smth like)?
    Thanks in advance!

    Yes, or create a hidden report BEEP setting with the name you want and the default ": xdo_user_name" (without ""). And on the report that you call the parameter with the username!

  • How to display the location of the reports at the request of answers?

    There is a way to display the location of the dashboard and name using variables @{dashboard.location} and @{dashboard.name}.

    How to view the same information in the report that is not part of the dashboard but an individual analysis?

    This information is very useful for support and troubleshooting because reports often get by email, printed and users do not know their location on OBI or don't even know they came from OBI.

    Thank you

    Tatiana

    Hi Tatiana,

    There are 2 available in the analysis system variables @{report.name} and @{report.path}
    They give you the name of the analysis and its location.

    So it is not based on the dashboard, but as your analysis can be used in several dashboards, it is probably better to know the name and the path to the analysis itself rather than the dashboard...

  • How to display the member name and/or Alias according to generation in Studio EN?

    I have a report that contains relatives in lines that are set to stretch and show Member aliases. During the expansion under the parent I would like to display the member name and Member Alias. I tried conditional formatting to replace the Alias members using a text function, but replace only accepts text, not functions. Does anyone know how to do this?

    I use 11.1.2.3

    Do you need to in the same column? If this isn't the case, you could pull in another column of the alias and use conditional formatting to hide either or depending on the generation.

  • FSG reports: line assignments defined account (view Type to display the account nar

    I have a unwanted FSG. I defined a report with a set of basic lines and a column set. In my set of lines, I used assignments of accounts and the type of display as "Expand" to my natural account. Is it possible to display the narration of the account in the report instead of the natural account number?

    For example, my report displays now "1401 ' - which is the natural account number. I want to view his story which reads "recipes".

    Miranga

    Hi Miranga,

    It is possible to display the description of account code... Infact you can view both account code and description... you need create an ORDER of LINES and attach it to your report of FSG...
    Perform the steps below:

    (1) switch responsibility to the big book
    2) go to reports > define > order
    (3) enter a name for the field in the ORDER of the LINES
    (4) in the display of account section, enter SEQ 1, Segment as ACCOUNT, order VALUE and DISPLAY in the form of DESCRIPTION AND VALUE and the width 15...
    You can increase or decrease the width based on the way the data appeared in the output of your report...
    (5) save the file...
    6) go to reports > define > report
    (7) question your relationship...
    (8) in the optional components section, click the field in the order of the lines, and select the order of the lines that you set up earlier in the list of values...
    (9) save changes to the report...
    (10) run the new report of the FSG and see the result...

    Kind regards
    Ivruksha

  • onMouseOver displays the ToolTip of hidden column of the classic report

    What: The goal:
    Access more information that fits on a single line of the screen without using multiple fixed lines.

    Background:
    Classic report with 18 data elements (columns) visible. At the search box, and the user can choose the number of rows displayed.
    Some data elements can be long (20 to 30 characters) compared to the width of the screen. The element more right data risk of 100 characters.

    Proposed strategy:
    (1) display the n first characters of the item (s) long in the report.
    (2) display the entire item onMouseOver.

    Proposed approach:
    (1) for each column with the data of type long, contain the integer value in a hidden item.
    (2) value of (hidden) long display in tooltips (bubble? / ball?) on this value onMouseOver.

    Note: It is not framed to help/Help for a column but the display of the value of long type for a particular element in the line of a column.

    Search feature:
    (1) to reduce maintenance, wants to set up for several columns using a single common block of code.

    Question:
    In view of the other approaches, you know, it's a good approach to achieve the goal? Alternative approaches?

    Howard

    Well it took some time, and you really made me work for it. :)

    For flight hover end result on the job column Ln Nm.
    http://Apex.Oracle.com/pls/Apex/f?p=991202:1

    I added some old code, I had laying around. It adds a bubble that will stay for 5 seconds or until you click Next or move to another record.

    What I would do at this point, it is simply truncate the length of the Nm long to something short (with a substr). Use any indicator wished to hover. Like for example these glasses it's really up to you.

    You will see there is a PLSQL AJAX callback where you can retrieve and format the content of the pop-up window to everything you want. You can make it real.

    Here's what I did:
    1. the new procedure of ShowJob javascript.

    function ShowJob(pThis,pId){
         this.dTimeout;
          clearTimeout(this.dTimeout);
          this.dGet = dGet;
          this.dShow = dShow;
          this.dCancel = dCancel;
          var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=FULL_LONG_NAME',$v('pFlowStepId'));
          this.dGet();
         return;
    
         function dGet(){
               this.dTimeout = setTimeout("this.dCancel()",6500);
              get.addParam('x01',pId);
               get.GetAsync(dShow);
         }
    
         function dShow(){
               $x_Hide('rollover');
               if(p.readyState == 1){
               }else if(p.readyState == 2){
               }else if(p.readyState == 3){
               }else if(p.readyState == 4){
                     $x('rollover_content').innerHTML = p.responseText;
                     $x_Show('rollover');
    
                var l = findPosX(pThis)+pThis.offsetWidth+5;
                     var t = findPosY(pThis);
    
                $x_Style('rollover','left',l + 'px');
                     $x_Style('rollover','top',t + 'px');
    
    // This math would center on the vertical
    //                 $x_Style('rollover','left',findPosX(pThis)+pThis.offsetWidth+5);
    //                 $x_Style('rollover','top',findPosY(pThis)-($x('rollover').offsetHeight/2)+($x(pThis).offsetHeight/2));
                   document.onclick = function(e){
                   dCheckClick(e);
                   }
               }else{return false;}
         }
         function dCheckClick(e){
              var elem = html_GetTarget(e);
              try{
                        var lTable = $x_UpTill(elem,"DIV");
                        if(lTable.id!='rollover_content'){dCancel();}
                        else{}
              }catch(err){dCancel();}
         }
    
         function dCancel(){
               $x_Hide('rollover');
              document.onclick = null;
               get = null;
         }
    }
    

    2 rollover div on the page footer (div id = "reversal"...). Of course, this could also be a region.

    < div id = "reversal" style = "display: none;" color: black; background: #FFF; border: 2px solid #369; width: 290px; position: absolute; padding: 4px; » >
    < div id = "rollover_content" > < / div >
    < / div >

    3 PLSQL AJAX callback. : FULL_LONG_NAME

    -- select your value with apex_application.g_x01
    
    htp.p('You hover over ' || apex_application.g_x01 || '
    '); htp.p('Here is the Full Long Name: XXXXXXX XXXXXXX XXXXXXX 1234565');

    4 changed the Nm of Long column to have a link with the onmouseover call that calls the new procedure ShowJob. I made the assumption that with the NUM parameter, you could go the full record of what you need.
    onmouseover = "ShowJob(This,#num#) '"

    This should be it.

    Let me know what you think.
    -Jorge

    Published by: jrimblas on April 22, 2013 13:05: added code to validate for the completion

  • Implementation report in shape to display the header of the column on the left, right, with values

    Hi guys,.

    I created a report that copies the data on my table (the usual apex report).

    Basically I want to format the output of my data like this:

    ID of the database: 14
    Name of the database: Oracle 11 G
    Build databases: xx... xxx

    Is it possible that I can do the report format so it displays the headers on the side instead of up as result of the SQL query.


    Thanks a lot guys.

    Published by: AI November 30, 2011 22:00

    I wrote:
    Looks like one I need is

    Paging & page layout > Template1: value attribute pair

    When I format it as I would in MS Word so headers aligning left (instead of Center) and right values?

    Have you tried to set column alignment/topic alignment properties in the report column attributes?

    Thanks a lot guys. Sorry, I'm very new to this SUMMIT.

    You will get a faster, more effective response to your questions including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Edition and the full version of DB
  • (EPG, SST or APEX listener) Web server architecture
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/item (s)

    With APEX, we are fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things is the best way to solve most of the problems.

  • IE cannot display the page. When calling to report

    Hi all
    I developed a simple report 'emp.rdf '.
    and copied to the runtime folder (which contains plx, fmx, rdf) files on the server
    I do a form contains a button to run this report. the output is pdf.
    When I click on the report button to run the browser display "page not found".

    This is the code I use to run the report
       DECLARE
        v_url varchar2(2000):=NULL; 
         v_name       varchar2(30);  
         repid        report_object := find_report_object('syntax'); 
         v_rep        varchar2(200);
         v_ref_num    varchar2(20);
         v_rep_status varchar2(20); 
         v_form       varchar2(8);
         v_rep_svr    varchar2(100);
         v_rep_HOST   varchar2(100);
         v_rep_port    varchar2(100);
         v_prnt_svr   varchar2(100); 
         v_user_name  varchar2(100) := get_application_property(username);
         v_disposition varchar2(100):='inline';
         v_job varchar2(100):='preview';
    
    BEGIN
        v_prnt_svr :=  gnr_util.GET_SYSTEM_PARAMETER('REP_SERVER');-- to get report server name  
        v_name   := 'emp.rdf';-- report name    
        
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,RUNTIME);
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT, 'HTMLCSS');
        --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,v_prnt_svr);
          SET_report_OBJECT_PROPERTY(repid,report_OTHER,'paramform=no&P1='||:block.item1);  
        SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,v_name);
        if :p_rep_type = 'SPR' then
          --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'SPREADSHEET');
          SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'HTMLCSS');
        elsif :p_rep_type='PDF' then 
          SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
        else
          SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'HTMLCSS');  
        end if;
        v_rep := RUN_REPORT_OBJECT(repid);
        
        if v_rep IS NULL then
            message('Report failed for destination type CACHE.');
        else
          v_rep_status := report_object_status(v_rep);
          WHILE v_rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
            v_rep_status := report_object_status(v_rep);
          END LOOP;
          IF v_rep_status = 'FINISHED' THEN                
            /*Display report in the browser*/
            v_rep_svr          := get_report_object_property(repid,REPORT_SERVER);
            v_rep_HOST         := gnr_util.GET_SYSTEM_PARAMETER('REPORT_HOST');
            v_rep_port         := gnr_util.GET_SYSTEM_PARAMETER('REPORT_PORT');
            -- Call Report output to be displayed in a seperate window 
            v_url:=nvl(v_rep_port,'http://'||v_rep_HOST ||':'||v_rep_port||')||'/reports/rwservlet/getjobid'
                              ||substr(v_rep,instr(v_rep,
                              '_',-1)+1)||'?'||'server='||v_rep_svr;      
                WEB.SHOW_DOCUMENT(v_url,'_blank');       
          ELSE
            MESSAGE('Report failed with error message '||v_rep_status);
          END IF;
        end if;
      
    END;
    
    the url is:
    http://hv1.almothanna-mb.edu.qa:7777/reports/rwservlet/getjobid4?server=rep_hv1_oraapps
    but internet explorer cannot display the page
    Note:
    application server is version 10g 2
    Operating system: MS windows server 2008
    Adope acropat version: 5
    Enter the net Explorer vesion: 8

    Hello

    The string is not properly trained (a quote and a concatenation):

    Your url:
    v_url: = nvl (v_rep_port,'http: / /'| v_rep_HOST |': ' | v_rep_port |') | "/ Reports/rwservlet/getjobid ' | substr (v_rep, InStr(v_rep,'_',-1) + 1) |'? ' |' server =' | v_rep_svr;

    Correction:
    v_url: = nvl (v_rep_port,'http: / /'| v_rep_HOST |': ' | v_rep_port) | "/ Reports/rwservlet/getjobid ' | substr (v_rep, InStr(v_rep,'_',-1) + 1) |'? ' |' server =' | v_rep_svr;

    It may be useful

    Mohamed Dadi

  • Display the dialog box when you open a report

    Hi all

    Currently, in one of the dashboard, for a particular report, I selected the link display in a separate window (properties-> display options - > link in a separate window). Since then, all the print, download links are displayed at the bottom of the report, users are Dungeon forget these links. I tried to post the links at the top of the report and tried the solution that I found on the forum. but, no luck.

    Instead, I want to display a warning message when they click on any part of the report in the newly opened window (since then, I've selected display options - > link in a separate window). If I create an alert by using narrative view box, the alert box will be open, if I click on that particular place.

    But, my requirement is, should the popup box are displayed by saying: "Please scroll to the bottom of the page to download/print the report" when users click on any where, on the report.

    Is this possible at all? I appreciate your help in this regard.

    Thanks in advance.

    -Is it possible to have the following views
    View 1: static text + pivot table1
    See 2: narrative view + pivot table2?

    In other words, is it possible to have fixed views as a point of view? Please notify.

    Thanks in advance.

    Yes, you can.

    (1) create all your individual points of view.

    (2) put the static text and Pivot Table in the Layout of the compound.

    (3) duplicate available composed to get Compound page layout: 2

    (4) while Compound layout: 2 delete and add narrative view and Pivot Table views: 2.

    (5) duplicate Mateur mode once more for the compounds page layout: 3

    (6) create the view selector with implantation and setting compound in page: 2 compound as the two points of view. Name them appropriately.

    (7) in the Layout composed: 3, delete all notices and add selector display.

    Now, users can switch between the two sets of views.

    Edited by: David_T on October 5, 2010 14:48

  • How to display the names of header fields in the next page in report6i

    How to display the names of header fields repeated in the next page of report6i urgent please...


    When I'm runing report in 1st page that showing only the header in page 2 information header information does not display only records appear. So I want to display the header in 2nd page also information.

    You can help.

    Hello

    Go for the model of report layout and select these elements/objects that do not display on the next page and pressing the F4 key to open the palette of the property and set the property Print object on to All the Pages , then it will appear on all pages.

    -Clément

Maybe you are looking for

  • Remember not usernames, passwords

    I use Firefox all the time and I want to remember my username but not my password... How can I do this? Someone help me please!

  • Satellite A500 boot UEFI/legacy option - request for update of the BIOS-

    I am the proud owner of a Satellite A500 PSAR9A - 02S 001I was very happy with it over the years. However, when you try to dual boot, I use in all sorts of problems. I really need uefi/legacy startup options to be unlocked in the bios menuI think tha

  • Clicking on web links embedded in the email does not work correctly

    With FF3.6 and earlier versions when you clicked on a link in an email, the focus would turn to the FF window with a new tab open to the linked web page. With 4.0 when you click window link a launches new FF, reduced to a minimum and it is on my home

  • Is the model ME918LL/A from Amazon later?

    Before I commit, I want to just make sure the Airport Extreme Base Station available on Amazon is the latest model of Apple. It is listed under the number ME918LL/A model. Owen

  • ACS 5.2 to 5.4 upgrade

    Hello Quick question - not technical, Do you need to seek a new basic license during the upgrade of ACS 5.2 to 5.4? See you soon Kenny