Is it possible to link an interactive report BiPublisher to Agile with a URL?

Hi, I have an interactive report that shows a column with some SpecName and I want to click on one of them and be redirected to this specification on the Agile.

I see that the tools of BiPublisher offers the possibility to create a URL.

Is there a way to make this dynamic URL?

Thank you

Annarosa

You can make the dynamic URL. See https://docs.oracle.com/cd/E28280_01/bi.1111/e22254/create_lay_tmpl.htm#BIPRD3258

Tags: Oracle Applications

Similar Questions

  • Using a variable db link for interactive report

    I have a requirement where users select an instance a LOV apex (link db) and data in an interactive report query based on the selected db link.

    I use a db link in a report query interactive but only if I provide the exact name of the binding. If I'm doing something link select * from foo@:P12_DBLINK it does not work.

    It seems that my only option is to use something like apex_collection.create_collection_from_query and then I can build my dynamic SQL query and use a variable for the name of dblink. Then I create just a from IRR of my collection.

    This sound correct approach like that or am I missing something?

    Any suggestions are most appreciated,

    John

    Hi John,.

    Why not create a classic report based on a function of PL/SQL returns a query.

    André

  • Clickable links in interactive reports

    Hello

    I have problems trying to show clickable links in an interactive report.

    For example, if the display text is something like: https://mymachine.abc.com:1158 / em.

    How the hell can I do that clickable in the report?

    When I say 'on Earth', it might suggest that I tried a lot of different things - and I! including copy exactly the formats of the different links of the Oracle document management example - but who don't use regions containing interactive reports.

    Thank you!

    Indeed, it is the other option.
    If you get the HTML tags in your IR columns, check the "display text like" in this column. Must be set to "Column in report Standard" and not "display text (escape...". »

  • It is possible to sort an interactive report with a default column?

    Hello

    I have a great request accompanied by an interactive report.
    select "ID", 
    "DATE_CREATION",
    "SERVICE",
    "RESPONSABLE",
    "NATURE_CONTRAT",
    "SOCIETE",
    "DATE_DEBUT",
    "DATE_FIN",
    "DELAI_RENOUVELLEMENT"
    from "#OWNER#"."CONTRATS_MAINTENANCE" 
    order by DATE_FIN desc
    Unfortunately, the interactive report not display using the order in the SLQ query.
    I tried to select the 'out' of each of the other columns in the attributes column Section, but without any improvement. If I remove the declaration of the order in the SQL query, nothing changes in the order.

    You have an idea on how to display the rows in the order of the sql query?

    Thank you for your knid answers!

    Geraldine

    Christian,

    This can be a little tricky at first. Try this:
    1 remove the order by clause of the query.
    2. close the application, not the generator, just the application.
    3 reconnect and try to use the interactive report options to sort the information.

    It work? If so:

    4. get the order of the way you want as the default. Note: you get more sort options if you use the Action Menu (milling wheel) and a sort by selecting more simply by clicking on the column headers.
    5. save the report by selecting the save the report option in the Action Menu. If you see a drop down, save the report 'by default'.
    6. close the app again and come back.

    It work?

    Kind regards
    Dan

    http://danielmcghan.us
    http://sourceforge.NET/projects/tapigen

    You can reward this answer by marking as being useful or correct ;-)

  • Speedometer with two sliders... Is this possible? (Creation of interactive reports)

    Hi all
    I work in a cooperative and we use the hyperion 11.1.2.1 Tools version. I have a doubt about the use of the sliders. Here's my situation: I have a result that shows sales by branch product x. In a slider I the branch and o the other products. Both are assigned to a speedometer. When I put a cursor in one position (when I choose a branch, for example) the speedometer indicates all the sales for this branch, regardless of the product placed in the other cursor. In the lead, I thought that the cursor works as a filter and the speedometer will respect the two sliders.
    My main question is: is possible to work with a meter speed (for example) and two or more cursors? And two slide acting as a filter...

    I don't know if I was clear enough...
    Thanks in advance!

    Rafael Melo - Brazil.

    Edited by: 844299 11/05/2011 04:40

    Unfortunately a cursor is allowed to control other objects. You can use a different control in combination with slider - dropdown or Listbox.

  • Possible GPIB communication through interactive control of Visa, not with Labview

    Hello

    I have a communication problem with Labview with GPIB instruments (with functions of visa).

    I get:

    "Error 1073807298 occurred at the VISA opening

    Possible reasons:

    "VISA: (Hex 0xBFFF003E) failed to perform operation due to i/o error."

    However, it works with an interactive control visa and this is where I am confused!

    Here is my setup:

    -Labview 2011 assessment

    -VISA 5.1.2

    KUSB - 488B with the associated drivers (adapter USB to GPIB of Keithley)

    Because I can speak with my instruments in visaic, I guess the installation of drivers for the Keithley interface is ok.

    Trace IO NOR I see beeing of commands passed through Labview to VISA so that they "see" between them.

    I found a thread where someone had the same problem and its solution was downgrade to Labview 8.5.1, which is not possible for me.

    http://forums.NI.com/T5/instrument-control-GPIB-serial/Keithley-2700-driver-problems/TD-p/1474212/PA...

    You have an idea to solve this problem?

    Kind regards

    Baptist

    Here's a follow-up on this issue.

    I tried with Labview 32-bit on main machine: it works.

    The pleasure is that I have to use Labview 64-bit.

    So the ultimate solution is now to run a client and a server of visa on the machine: Labview 32 bit can directly access my resources GPIB, Labview 64-bit must go through the closure of the network.

  • How to add the link change in the detail view of the interactive report?

    Hello

    I use APEX 5.0 on 11g XE.

    I have an interactive report displaying multiple records with a column of link which is one of to an edition for the registration page. All the standard stuff 'wizard generated. I have also created a layout of the detail view. It all works very well.

    However. I want IR to show detail discovers all the time and hide all Toolbar IR. How can I show the link change in the detail for each record view?

    Y at - it an easy way to do this by adding a column reference (something like: #LINKCOLUMN #?) or do I need to create it manually with an < a href... > tag. I guess that this method would require me to generate a checksum with apex_util.prepare_url?

    Nick

    Nick4 wrote:

    Good point. I agree, however, I want to keep it as an interactive report that I must keep my options open as showing the data... every customer is different, I can change my mind.

    Other options are available for this. Compilation options to be exact... create IR and parts of standard report and determine who gets deployed by setting the build on the export options.

    I was hoping there was an easy way to display the IR link column in the detail view, but looks like I need to create one manually in the HTML "for each line" in the detail view section.

    It works, but no checksum complains...

    EDIT

    So have added as a column in the query:

    APEX_UTIL. URL PREPARE_URL('f?p=&APP_ID.:14:&session.::no::P14_CONTACT_ID:#CONTACT_ID#:', NULL, 'SESSION')

    and this for the HTML:

    But the URL is always wrong... #CONTACT_ID # always ends after the checksum...?

    You are mixing HTML/model and SQL syntax. #CONTACT_ID # does not substitute for CONTACT_ID value in the query. The column value should be included in the URL before calculating the checksum:

    ...
    apex_util.prepare_url('f?p=' || :app_id || ':14:' || :app_session || '::NO::P14_CONTACT_ID:' || contact_id, NULL, 'SESSION') url
    ...
    

    Note that substitution integrated always strings need to be referenced as bind variables in SQL to avoid unnecessary analysis.

  • link to an interactive report AND apply the filter for 2 items.

    Hi can you help me out here on how to create a link to an interactive report AND apply the filter for 2 items.

    Here is my code

    I have a list of table, clicking the selected item should link to interactive report and create the filter. Below the code does not work for a filter. can you help me what to do with 2 filters.

    A filter = > works very well

    sys. HTP.p ("< ul class =" uChartList"> ');

    sys. HTP.p ("< class li =" uNumber uGrid col_2 col_sart"> ');

    sys. HTP.p ("< a href =" "|") sys. HTF.escape_sc ('f? p ='|: APP_ID |': 0 0 :'||: APP_SESSION |':00:P00_XXX:000, RIR:IREQ_XXX:Test :') |) » » >') ;

    sys. HTP.p ("< class =" uValue"> ' | l_tester |) ("< / big >");

    sys. HTP.p ("< small class =" uLabel"> < /small > Tester ');

    sys. HTP.p ("< /a > '");

    sys. HTP.p ("< /li >" ");

    Scenario 2:

    Two filters = > does not

    sys. HTP.p ("< ul class =" uChartList"> ');

    sys. HTP.p ("< class li =" uNumber uGrid col_2 col_sart"> ');

    sys. HTP.p ("< a href =" "|") sys. HTF.escape_sc ('f? p ='|: APP_ID |': 0 0 :'||: APP_SESSION |':00:P00_XXX:000, RIR:IREQ_XXX:Test:P00_YYY:001:IRC_YYY:test2 :') |) » » >') ;

    sys. HTP.p ("< class =" uValue"> ' | l_tester |) ("< / big >");

    sys. HTP.p ("< small class =" uLabel"> < /small > Tester ');

    sys. HTP.p ("< /a > '");

    sys. HTP.p ("< /li >" ");

    Thanks in advance

    actually the syntax wrong values in the syntax of the passes to several elements.

    is

    f? p = 6000:6004: & APP_SESSION. : NO:6003:MY_ITEM1, MY_ITEM2, MY_ITEM3:1234, 5678

    Use above scenario and verification.

    Go

  • Stop interactive report load Rinning

    Is it possible to stop an interactive report to run when the page is loaded.
    When my users click on the link to the page that contains the report, it takes a while to load.
    Is it possible to run only the report after they entered a setting.
    I could hide the report until they enter a parameter by using apexir_PANEL, but not totally stop to run.

    See you soon

    Gus

    When my users click on the link to the page that contains the report, it takes a while to load.

    The request was perhaps need some settings?

    After, they entered a parameter

    http://download.Oracle.com/docs/CD/E17556_01/doc/user.40/e15517/app_comp.htm#BABDHIDJ

    What kind of setting? A column IR filter? See the documentation for ways to spend these 'settings' of an IR in the 'link to the page that contains the report.

  • Numbering of pages in an interactive report

    Hello

    I saw this page numbering section classic report useful.
    You can click on the link below and see how he sees himself.
    However, I could not have the numbering of the pages appearing in an interactive report.
    Is it possible to have for interactive report, y at - it a plug-in for it?

    Thank you

    Link: http://mail.baskent.edu.tr/~20193820/im.jpg

    Hello

    There is not only kind feature interactive gear.

    These could help
    http://dbswh.webhop.NET/dbswh/f?p=blog:read:0:article:41900346848694
    http://dbswh.webhop.NET/dbswh/f?p=blog:read:0:article:42700346709250
    http://dbswh.webhop.NET/dbswh/f?p=blog:read:0:article:41800346436683
    http://dbswh.webhop.NET/dbswh/f?p=blog:read:0:article:127800346959520

    And a sample here
    http://ActioNet.homelinux.NET/HTMLDB/f?p=100:90

    There is also a post on this forum around this topic. Use the search to find people also.

    Kind regards
    Jari

  • Interactive report editable without using the Collection

    Hi Experts,

    I use Oracle Apex 4.2.5

    Is it possible to create an interactive report that can be changed in the same page? If the user edit a field, it must get updated in this table.

    Let me know if this is possible without assistance from the Collections of the Apex

    BR,

    Patrick

    Paul Broughton says:

    Hi Patrick,

    I also agree there is no out of the box solution, I need this for an application and I used elements of the APEX of the APEX_ITEM API

    Here is a very basic example that I have not tested, but you have a question, something like:

    [code]

    Select

    APEX_ITEM. DISPLAY_AND_SAVE (1, empno) as patient_id,

    APEX_ITEM. TEXT (2, ename) as ename

    Of

    EMP;

    [/ code]

    Make sure you use columns of standard report as your column types.

    When you click on submit you'd have a process similar to the following:

    [code]

    Start

    BECAUSE me in 1... APEX_APPLICATION. G_F01. COUNTING LOOP

    Update emp

    set ename = apex_application.g_f02 (i)

    where empno = apex_application.g_f01 (i);

    end loop;

    end;

    [/ code]

    That's assuming you don't need inline editing.  If you do this will require an even more customized solution, but the way above requires no collections.

    Thank you

    Paul

    Hi Paul,.

    I think that IR out-of-box features do not work correctly when you use the APEX_ITEM functions in the query.

    Here's another one you could use APEX 4.2

    Yet another way to create & quot; editable interactive report & quot;

    Kind regards

    Jari

  • Interactive report (for Public access)-how to remove/reset the filters

    I have an Application that uses an authentication for "Public Access" scheme, which has a few interactive reports that can be viewed by anyone in our organization without a login screen.

    What I found is, if someone put a filter on the report that he remains on the report and stays on for the next user who visits the application.

    Is it possible to have the interactive report be reset default settings or remove filters that are applied by the previous user?

    Or is it a side effect, it is public, and report parameters are not fixed to a specific user?

    Hello

    Try the overview of the authentication page to the Public and see if it helps
    http://download.Oracle.com/docs/CD/E14373_01/AppDev.32/e11838/bldr_pgs.htm#CJGJDHCI

    BR, Jari

  • Interactive reports on views with outer joins.

    We tried to create an interactive report on a view with an outer join. It generated an error indicating that there is not a single column to identify the row. What APEX rule uses to identify the column that should be identify the line? Select statement should the correct column in the table that provides the extra lines to be one that is identified in the view?

    This is your link to the unique view of the record.

    Delete the link; make your view preserved key (so you can use rowid) or identify a column to uniquely identify these lines for Apex.

    This is done in the link column settings in the report attributes.

    SW

  • Where the conditional, or PL/SQL block as a source for an interactive report?

    I have this situation: my app's main screen displays a list of documents. For now, there must be a quick way to 'security' integrated, so that administrators can see all documents, but only other users can see what documents, they created (connection of the creator is stored in the table of documents). In the future we will use probably VPD to enforce certain rules, but for the moment we need a quick solution.

    So I stored administrators in a separate table. Now I want the interactive Act report on the homepage as follows:
    -If an admin is connected, it must have this query: select field 1, 2, 3 area in documents
    -For all other users: select the field 1, 2, area 3 documents where creator =: app_user

    Is this possible in a single interactive report? I could do two reports with different queries, and make conditional depending on who is connected, but this gives me two interactive reports to maintain. Is it possible to use a PL/SQL block as a source for the report? I tried, but I get a syntax error. Is it possible to do where proviso on somehow?

    Hello

    Install the demo application to your workspace:
    Home > create an Application and select Demo Application.

    Check page 1 interactive report. This should give idea how.

    BR, Jari

  • sorting and interactive report

    Is it possible to have an interactive report but hide some columns in the action area. If users take to sort?

    Ex: created an interactive reports from the tables. There are columns with large text tabled. I would like users to sort on them for fear of perfomance hit. However, must these fields show on the report. Is it possible? All suggestions will be grateful.

    When you change a column in an interactive report

    Click on the interactive report
    Click on the column name

    In the column definition area, you can pick stocks, you allow the user to make on this column
    Allow users to:
    Charter of calculating overall sorting filter control Break

Maybe you are looking for

  • Can I connect my TV3 to my receiver instead of my TV

    Can I run my TV3 through my receiver first instead of directly to my TV?

  • Everything I print from browser prints purple

    This all started with a fedex shipping label printing. Now, everything I print from the internet... for example a return for amazon label is now purple print. When I print from Chrome it does not purple print.

  • Virus 'NULL '?

    I know that people say that IPads have virus. My wifi iPad does not work. My internet access is blocked and I can't access YouTube or any application that needs internet conectio. It Doesent questions on any wifi I'm connected. My internet is just bl

  • find a way to get other services that motel, library

    Do you sell internet service

  • no tab port in XP Device Manager

    Adding a printer to add a printer, and when it gets to the tab port selection, there is no sheer USB001, only Com and Lpt, port... where the selection of the USB port, There is no tab port in the Device Manager either... win xp pro sp3 HELP PLEASE