value of the linked report prompt

Hi all:

I encountered a problem. There are two reports, we will appoint Report1 and Report2, they have different applications but even invited, report 2 is bound to report 1. My problem is when I chose a prompt value and link to the Report2, the 2 quick report value is by default but not the value I just chose. Is there a solution or idea about it.

Thanks in advance.

PS: report 2 is hidden and show as a new window. The prompt scope is level dashboard.

The problem is that you use the link or Image object. The idea is that you said that the second report opens in a new window, one of its interesting features. The problem is, guests dashboard are not placed using this object.

You use the Guid. NAV object. This will move the prompt of the dashboard saved in your PV to the second report.

Tags: Business Intelligence

Similar Questions

  • Passing more than three values in the link option

    4.2.1

    Hello

    I have a few classic reports that shows the counts of certain elements. I have hyperlinked these counts using the standard configuration of link Apex in the attributes of the column. However, it has kind of only three elements that can be passed to the next page. My question is if I wanted to pass multiple values, that the best option would be? (This is when the user clicks the link)

    Thank you
    Ryan

    ryansun wrote:
    4.2.1

    Hello

    I have a few classic reports that shows the counts of certain elements. I have hyperlinked these counts using the standard configuration of link Apex in the attributes of the column. However, it has kind of only three elements that can be passed to the next page. My question is if I wanted to pass multiple values, that the best option would be? (This is when the user clicks the link)

    More than 1 name/value pair can be entered in the name / value boxes for each item in the column binding: just, separate them by commas (",") and to ensure that the order of matches on names and values.

    OR

    Change the target of the link URL and build the URL of the link yourself using the model APEX standard URL. (APEX will do this automatically if you enter more than 3 name/value pairs separated by commas).

    However, you should be aware that pass several parameters in the URL may lead to problems that some characters have a special meaning in the URL. The best practice is to pass only simple alphanumeric identifiers (and as few as possible).

  • Issue by passing the value of the link in the column

    Hello.
    Starting with a simple question, I hope. !!
    I finished the examples supplied by oracle 2 day tutorial, but I can't make it work values between pages.

    Here's what I did.

    I created a page of report interactive (2). In the region of origin, I have the following SQL statement

    Select PUPIL_NAME, class
    of T_PUPILS
    where CLASS = 'P '.
    order of PUPIL_NAME

    In the State of the page attribute section, I created a link in the column on the PUPIL_NAME column.
    In the section "links" column, I put the following

    Target = this Application Page
    Page = 7 (this is the page I want to)
    Clear Cache = 7, CIR
    Name = IR_PUPIL_NAME
    Value = #PUPIL_NAME #.

    I created page 7 in a report. In the source page 7 region, I have the following SQL code

    Select PUPIL_NAME,
    JOIN_DATE,
    HOME_ROOM,
    HOME_FLOOR,
    HOME_TEACHER
    RESULT
    of T_PUPIL_INFO
    where PUPIL_NAME =: IR_PUPIL_NAME;

    When I run the application and go to page 2, I get a list of students and their class. When I select one of the names of the student, the application moves on page 7, but instead to list information for that student, he simply says no data found.

    In the URL of page 7, I can see that the: IR_PUPIL_NAME has the value of the student, I chose, but it doesn't seem to use it in the SQL statement.

    Any help would be appreciated.

    Hello

    You can try this.
    Go to page 7, then on the right, click the report area and select Create page element. Type the name P7_PUPIL_NAME and deposited item text.
    Change your report query page 7 as
    Select PUPIL_NAME,
    JOIN_DATE,
    HOME_ROOM,
    HOME_FLOOR,
    HOME_TEACHER
    RESULT
    of T_PUPIL_INFO
    where PUPIL_NAME = NVL (: P7_PUPIL_NAME, PUPIL_NAME);

    On Page 2 changing the link set the P7_PUPIL_NAME element with the value #PUPIL_NAME #.
    Clear Cache 7.

    Run the 2 page now and click the link

    Thank you
    Mehabub

  • Value of the link column remove null values

    Hello

    I use 4.1.1 and I have a column in a classic report that I have configured to post a link to another page in the application. I use one of the IMGS 'edit' and I put the report to show significant like but when I run my page and the value is null, I get always a hyphen and a link (for example. ("' - that is a link) which redirects me to another page. I know a fast method of sale would be to hardcode the html code in the sql code and I know that you should really put an html tag that is similar between your sql. With this in mind are other suggestions of display and img/a for null values.


    Thank you very much

    Alistair

    You can try css:
    #r_contacts_rowview td [headers = "OFFICE_EMAIL"] a [href = "mailto:-"] {}
    display: none;
    }

    He finds the elements of anchoring with mailto value '-' (my null values) in my office_email column. r_contacts_rowview is a static id for a region.
    Display: none to hide items. This works rather graceful.
    Note that this works in IE7/8 your page should be a doctype ( )

    If you don't want a doctype or whatever it is, you can also try jquery of course
    function remove_hyphen_links() {}
    $("td_[en-tetes_=_'office_email']_{a").each (function ()})
    {if ($(this).)} (Text()=='-')}
    $(this) .remove ();
    };
    });
    };

    If I run this onload of my page, I can see hyphens, shortly before they disappear, I don't like too much. Of course, you must bind it to the "apexafterrefresh" - event in your area, as well as the links are also deleted after a partial page refresh (paging).

  • Adding values over the link to the column in the Apex

    Hello

    Is it possible to add extra or more values in the column link in the Apex. I have already 3 name of the column and the values associated with another report.
    .........
    For example: -.

    The column link:

    Text link: #COUNT #.

    Value name
    DATE #DATE #.
    PRICE #PRICE #.
    COST #COST #.
    .....

    I would like to add a name like 'ID' and correspondent and value #ID #.

    Help, please...

    Thanks in advance...

    Published by: user13561710 on January 10, 2011 09:20

    Published by: user13561710 on January 10, 2011 12:34

    Change the target in "URL".
    and set the URL as

    f? p = & APP_ID.:: &: NO::DATE, PRICE, COST, ID of SESSION.: #DATE #, #PRICE #, #COST #, #ID #.

    Replace properly

    CITY

  • Initial value for the interactive report

    I have an interactive report that has a where clause condition clause: where =(:P50_employeeName) used.

    (: P50_employeeName) is a a list of selection without value null. When the page loads the selection list displays the value employee1, but the interactive report is empty. It's not until I select another value within the selection list becoems active report. How I can so when page loading the interactive report shows instead of being blank? I can't the values of hard employee-coding as each user can see only the user in their Department.

    Hello

    Since I don't know all your table structure, it was just a quick sampling of the approach.

    I guess that your LOV would have the correct where clause to control its content, and you can add additional conditions to the IR where clause as well.

    Here is an example of one of my IR where clauses

    the case when: P200_DEPARTMENT = 0 then 1

    When: P200_DEPARTMENT <> 0 and: P200_CREW = 0 and: P200_DEPARTMENT = c.crewdeptkey, 1

    When: P200_DEPARTMENT <> 0 and: P200_CREW | " <> 0 and: P200_CREW = c.crewkey, 1

    end if 0 = 1

    Kind regards
    Brad

  • How to get the value of the interactive report into apex 5 column

    Hello

    I want to create the master detail report with ajax.

    If I want to get the value of a specific column of interactive report when click on one line and has a value of element of selected row column value.

    Then use the elements of value to refresh the details report.

    You have a better idea to refresh the report Details according to select line of the master report without refreshing the whole page?

    Hi SYSMAN2007,

    SYSMAN2007 wrote:

    I want to create the master detail report with ajax.

    If I want to get the value of a specific column of interactive report when click on one line and has a value of element of selected row column value.

    Then use the elements of value to refresh the details report.

    You have a better idea to refresh the report Details according to select line of the master report without refreshing the whole page?

    You can do this with the help of dynamic action. You need to get the value of the column of a line click in IR (using jQuery) and set the value to the elements which, in turn, can be used as a filter to other reports on the same page.

    See: How to use the values in the columns of an interactive report (Apex 5)

    Can you reproduce your problem on apex.oracle.com and share the credentials of the workspace, so that I can demonstrate how this can be achieved.

    See an example of how it can be done with dynamic actions: https://apex.oracle.com/pls/apex/f?p=35467:5

    Kind regards

    Kiran

  • Assign the value to the interactive report search string

    Hi guys,.

    I have an interactive report that has the text box 'Research report' usual. I have a text separate element called: P1_VPN on the report which is filled in when the user connects.

    What I would do is to have the text box 'Research report' must be assigned to the: P1_VPN as a default and the dataset returned to rely on this value.

    I'm looking for a way to pass the value in the text of the report item and clicking the "Go" button that is dynamically when the page is loaded, if it is possible?

    Thank you

    Hello

    Reading of: http://www.evernote.com/pub/sstryker58/Stews_Apex_tips#n=b5abf5b7-3ff8-48c2-8e60-a5038c14e0d5

    This explains how to switch a filter by using the URL - when loading the page of IR, the filter will be applied, but the user can then remove it if they wish to

    Andy

  • Default values for the tabular report

    Hello

    Please forgive me if the answer to my question, there is an obvious place; I have grepped through these forums a little but you do not see a close answer what I'm looking for. My problem is that I have a tabular form and when a user clicks on 'Add the line' I want certain columns of the new line to be pre-filled, but it doesn't seem to be in any way obvious to do. Downhill report attributes don't give me what I'm looking for. I thought that the calculations would be something that would work as well, but no, that does not work either.

    What I want to do something fancy in the region Source section and fill in the values of the column it? Or have I missed things completely.

    Any help (and heckles) greatly appreciated.

    Thank you!

    Jon

    Jon:

    You need join "column attributes. Click Edit next to the column that you want a default value. Then, in the section 'Tabular form Element' choose ' PL/SQL expression or a function' for 'Default Type' and specify the default value field "Default". If your default is a string then put the value between "'". ""

    CITY

  • doubt on the link report-inerarcitive apex

    Here's my query select empno, deptno from emp;
    That's how my interactive report. .
    What I need, is if I press a link on the deptno column in the report... it is to show me a detailed report for Dept.

    It should show me another report as... Select * from Department where deptno = link .deptno...
    How this can be accomplished in the reports.
    Thank you

    susf wrote:
    Here's my query select empno, deptno from emp;
    That's how my interactive report. .
    What I need, is if I press a link on the deptno column in the report... it is to show me a detailed report for Dept.

    It should show me another report as... Select * from Department where deptno = link .deptno...
    How this can be accomplished in the reports.

    This is a very basic technique that is dealt with in the Guide + Developer + 2 day.

    If you have not followed this tutorial, it is recommended to do.

  • order all the links report for all applications

    Hi, is it possible to put a time then all applications are applied to this parameter.
    for example, applications have same report links.
    Refresh - Print - Download

    If possible, I need not to put all the graphics.

    Thank you

    Its possible, take a look at this page to make this http://download.oracle.com/docs/cd/E12103_01/books/AnyWebAdm/AnyWebAdm_Answers15.html#wp1018717

    Srini-
    http://tipsonobiee.blogspot.com/

  • Colon in link with the interactive report

    Hello

    I have two interactive reports which are connected by link column on one of the columns, the problem is that some of the values contains a colon

    for example, the value is ABC: 123 , but the linked report a value = 'ABC' is generated in the filter

    So I can see there are many sons and based on those I can escape the string using APEX_UTIL. URL_ENCODE so now I get Value = 'ABC % 3 A 123' in the filter that is still nothing.

    So I think on the interactive report, I need to somehow convert the return value on the page so the interactive report can deal with it, but I don't see how to do this and I can not find all threads that deal with these.

    I don't want to use an element on the page to filter the report the report is sometimes access directly and it would act/look different to other pages where we have it but don't have the problem that these values have no settlers. I can't remove the colon as they come from an external source.

    We use the apex 4.1

    Any ideas?

    WOWL wrote:

    This isn't the real value, but I think that its close enough for users, if I were to create a dynamic of any idea action that she could do as my knowledge of dynamic action is limited.

    Create dynamic Action to replace "_" with ":" when the IR is updated:

    When

    Event: After refresh
    Selection type: Region
    Region: IR / / whatever your area

    Real Actions

    Action: Run the JavaScript Code
    Fire on Page load: Yes

    // Change 'Colon Val' in selector to heading of colon-containing column
    $("#apexir_CONTROL_PANEL_COMPLETE .fielddata a:contains('Colon Val like')")
      .each(function () {
        $(this).text($(this).text().replace('_', ':'));
      }
    );
    
  • Interaction of value to navigate through the different report.

    Hi friends...
    On my dashboard, I want to use interaction value to navigate to the different report. But I need the value at which the user clicks on the dashboard to filter the next report.

    for example. My dashboard looks like this.

    Region of... Total
    A........... 120
    B............ 200
    C........... 300

    When I click on A linked report must contain only A region.
    I have not any hirarchy put in place in the RPD.

    Thanks in advance

    Change column properties and value Interaction Navigate.
    In the linked report, add columns filters and assign "is invited".

    Kind regards
    Stijn

  • spend multiple values on the interaction of click value

    Hi gurus:

    I have a requirement where I need to display a report of the first (a table or a PivotTable), with the type Cust_ID, recipes, etc. Cust_id is a unique dimension. Most of the stuff is made.

    And then the user wants to select 4 different values of Cust_ID and run another report of detailed comparison of the attributes of these clients.

    Now, the solution I proposed one or the other was a copy and paste in the new edition box prompt, or multiple selection on cust_id on new page.

    But the 'expert' user interface wants something like boxes to tick next to all ranks and press a button that automatically starts a comparison report.

    I know that we can pass a value to the other report using the value interaction. But how I spend 4 different values to the click?
    Or is there no other way?

    Please help me.

    V

    Sorry there not be useful. I think that the solution works and book it that the user needs. Article is that sometimes we spend too much time trying to satisfy a user wants and brings us to spend our valuable time that could be spent more productively. Well...

    Good luck, however, Vinay!

  • How to make the link open an attached PDF?

    I see in the 'Link properties' and 'Actions' that there is an option "open a file"; but when I select this option and click on 'Add' - I'm not had the opportunity to make a link to the other PDF file that is already attached to the PDF file I'm trying.

    I know it can be done, do not see how this time.

    Thank you.

    Open the Attachments pane so that you can see the PDF (s) attached.

    The tool using Acrobat links set the annotation to link (the 'box' you create) on the string of text of interest.

    In the dialog box to create a link, use "go to a page view.

    Click "next".

    The dialog box "Create go to View" shows.

    Leave it for now.

    Go to the Attachments pane open. Select the desired PDF file. Right click and select "open the attachment.

    Back to Go to View 'create '. Now click on "define the link."

    .

    The dialog box "Create go to View" deletes itself.

    You now see the PDF that has the PDF (s) attached.

    Note that the PDF file to which you are connected is also always open.

    This will be the case for every attached PDF link you to.

    Thus, as part of the cleanup.

    Do a save as for the PDF with PDF files attached.

    Close the other PDF files.

    .

    Good to know.

    The default value for the link will open the target PDF attached by closing the "source" PDF file that contains the PDF (s) attached.

    You can change each 'source' PDF link to set up "open in"

    --| User preferences window

    --| New window

    --| Existing window

    Open the properties of a link. Select the Actions tab, click the button Edit is under stocks 'window '.

    Be well...

Maybe you are looking for