Interactive report "Subscriptions" version 4.0.0.00.46

Hi guys,.

I'm getting emails generated from APEX by using the "subscriptions" feature described in http://www.talkapex.com/2010/09/apex-ir-subscriptions-with-bind.html?showComment=1301905189401#c5139787244904519609.

I tried to use the feature of subscription to get the email sent but nothing seems to happen. The rest of the IR feature (filter, select the columns etc.) works well.

Is there a PL/SQL process that I need to add to the page process operate?

Thank you
Chris

Hello

to use the features of the subscription, you must configure the smtp configuration in the apex.

or

go through the following blog

Send e-mail to Oracle APEX

Thank you
Abdou Bosamiya
+ 91 76000 23053
http://jbosamiya.blogspot.com

Tags: Database

Similar Questions

  • Change the color of line in an interactive report in version 4.2 # Apex

    Hi team,

    I have done following things in my interactive report to reflect changes in color, but these changes do not appear. Could you please help where I'm missing.

    Apex Version 4.2 #.

    Theme-100 light blue

    1. to light under the screen if active_flag is "N", then the entire line, I would like to show in a different color.

    2. then create a dynamic action like this

    Name: Give the appropriate name

    Event: After refresh

    Selection type: region

    Region: select your region classic report

    Condition: No strings attached

    Action: Run the JavaScript Code

    Fire on loading the Page: Yes

    Code

    $('td[headers="Active_Flag"]').each(function() {  
      if ( $(this).text() === 'N' ) {  
        $(this).closest('tr').find('td').css({"background-color":"#FFFF99"});
      } else if ( $(this).text() === 'Y' ) {  
        $(this).closest('tr').find('td').css({"background-color":"#EEA196"});
      } else {  
        $(this).closest('tr').find('td').css({"background-color":"#C6EA91"});
      }  
    });
    

    But it does not reflect anything, you can offer me if I wrong anywhere.

    Kind regards

    Sruthitamiri

    Sruthi Tamiri wrote:

    I have done following things in my interactive report to reflect changes in color, but these changes do not appear. Could you please help where I'm missing.

    Apex Version 4.2 #.

    Theme-100 light blue

    1. to light under the screen if active_flag is "N", then the entire line, I would like to show in a different color.

    2. then create a dynamic action like this

    Name: Give the appropriate name

    Event: After refresh

    Selection type: region

    Region: select your region classic report

    Condition: No strings attached

    Action: Run the JavaScript Code

    Fire on loading the Page: Yes

    Code

    1. {$('td[headers="Active_Flag"]').each (function ()}
    2. If ($(this) () .text = ' don't) {}
    3. $(this) .find ('td').css({"background-color":"#FFFF99"});).closest('tr')
    4. } ElseIf ($(this) () .text = 'Y') {}
    5. $(this) .find ('td').css({"background-color":"#EEA196"});).closest('tr')
    6. } else {}
    7. $(this) .find ('td').css({"background-color":"#C6EA91"});).closest('tr')
    8. }
    9. });

    But it does not reflect anything, you can offer me if I wrong anywhere.

    Interactive report region that model is set to Model No.? If so, that means that is missing an ID attribute that is required to bind a dynamic action after refreshing the report. Use a region template that contains id="#REGION_STATIC_ID#" , as the region without buttons or title.

    The number of standard theme for the theme of blue light is 15. Have numbered it 100 would indicate that it has been customized, exported and re-imported. In an application updated through previous versions of APEX, it can actually be an older version of this theme earlier at APEX 4.x, when a number of models in legacy issues, missing this attribute altogether.

  • Column header in the interactive report with special characters

    Interactive column heading in the report sorting and filtering is broken when I used special characters in it.

    Column sorting options appear in the wrong place and the page becomes unresponsive.

    Cause: I use a slash "/" in my query and who broke it. I tried ampersand and the same problem exists.

    Query: Select project name, status ' Open/closed' projects;

    This problem does not exist in the classical report, but only in interactive report

    Version: Apex 4.2.4

    Here's a demo app with the problem I'm talking about. Trying to sort the column entitled ' open/closed '.

    http://Apex.Oracle.com/pls/Apex/f?p=12289

    U:testuser

    P:test

    The issue is identical to an another forumn.

    https://community.Oracle.com/message/11156426

    However, I have just created this new discussion with the hope that this minor bug might be fixed in the next version of the apex.

    During this time, no workaround or suggestions are welcome.

    I tried to make the column "Remove HTML and special characters", but that did not help. I think I have a header of column with some special characters is a pretty basic requirement apex should support.

    Hello

    I guess simple fix is that not not to use the query column aliases where is /.

    But you can use ' Open/closed' as an attribute of the column header.

    Kind regards

    Jari

  • Interactive reports registered 4.2 upgrade

    We are modernizing our environments at Apex 3.2 4.2.
    Some of our applications have saved interactive reports.
    Is there something special I need to do, so don't lose us these?

    Gus

    Hello Gus,

    If simply upgrade you an existing instance of APEX, your applications, IR and saved interactive reports will be automatically copied over in the APEX 4.2 schema/repository.
    If install you a new system of 4.2 and go on the road of import and export, in addition to the statement of Jitendra also define 'Export interactive report subscriptions' to Yes.

    I personally just would improve if possible, it is much easier. You can always step back to 3.2 as stated in the installation notes (or restore a backup).

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Subscriptions interactive report - how to disable

    Our Apex bodies are backed up on a weekly basis. I have a subscription to an interactive report that works very well. I only get it from the production instance AND all instances of backup. I have not found a way to condition the subscription based on which instance it runs in. I can do in the report, but he always sends me a mail with a NULL value report.

    Anyone experience this problem? Is it possible to put a condition on a subscription of interactive report that she will be executed only if this is done in a specified instance?

    Put it anywhere you like. You can update the connection so that the first time someone uses the application, the subscription is disabled.

    However, since it is a single script so why don't you run the anonymous block just after the deployment of the application

    Kind regards

    Vishal

    Oracle APEX 4.2 reports | Packt Publishing

    Vishal blog

    Please mark the reply as useful/correct if it solves your problem

  • Programmatically create a subscription by e-mail interactive report

    Hello!

    I really like the functionality of interactive report whereby you can automatically send an interactive report as an HTML attachment using the subscription by e-mail. We have sent a requirement of application Apex to automatically send our supplier when their order has been set. What I would do, it is a process of page automatically by e-mail the interactive report (just like the email subscription) installation. However I have no idea how to do that. Anyone has any ideas of how I could do this?

    For example programmatically create a new e-mail substription and then deleting it later with a call to the Apex API APEX_UTIL. IR_DELETE

    We use the Apex 4.1 on an RDBMS 11 GR 2 on Linux.

    -Boketi

    I don't think that you can use for this e-mail subscriptions, use instead the PL/SQL to format your data in HTML and send email using APEX_MAIL. SEND APIS.

    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21676/apex_mail.htm#CHDDAAJE

    Look at the post of Richards (rima) to send HTML email formatted APEX

    Send the view / table in email

  • Apex 4.2 Batch Print or download the PDF version of the interactive report

    I'm under Apex 4.2 base Oracle 12 c. I have an Apex interactive report that includes a column with an icon clickable pdf that if clicked, open this PDF in Adobe Reader and the end user can view and then send it to print to their local printer. It is necessary to allow users to select one or more lines in the IR report and send the document directly to print, to avoid having to do each print individually. What would be the best approach for this, it is possible via the Apex or should I do somehow in the database? End users are widely distributed geographically and have their own printers. Simply download all the pdf in a batch of the apex in the browser page, then the end user may use their own pc to multiple selection and send for printing. Any direction would be appreciated.

    Simple answer: No.

    This is due to the HTML security and the concept of a Client-Server Architecture (which is also linked to security).  This has nothing to do with the APEX.

    If it was possible, then whenever you have seen an advertisement on the web, advertising would 'print a coupon for you' using your personal printer.

    (and coupons that they print are Web-based or a PDF file that you have open, and then click 'Print')

    Now - if employees had a "shared printer" that they could print via centralized print Server ...

    That would be another story.

    MK

  • Interactive reports - keeping reports saved after import new version of the page

    We have created an application (Apex 4.2) with lots of interactive reports. In production, users have created their own private reports.

    When I change an IR (eg. Add an additional column) export, import this page in production, all reports registered with the users of the page and are deleted!

    Is there a way to avoid this?

    I created a procedure that creates an export of userdefined reports. This export is saved as sql file. After an import of page update in the PROD environment, I have to run the export of userdefined reports! It is not yet tested with all types of filtering, grouping sorting, etc. But it seems to work very well.

    Example and the script can be found here: http://apex.oracle.com/pls/apex/f?p=31989:65

  • Creating interactive reports Hyperion installation assembled lack?

    Hello

    Trying to install interactive of the Enterprise Performance Management suite version Reporting 11.1.2.4.0, downloading programs Client of EMP and the EPM System Release file1 system installation, File2 and File3 File4 on this download Hyperion Foundation Services downloads page as well as part 7 and Oracle HTTP Server since this Oracle Hyperion Interactive Reporting downloads page. I extracted them all in the same folder and when I go to install the components of interactive reporting is grayed out and I get the following errors:

    EPMINS-01047: the Assembly biplus_core_services is missing. The Assembly is needed to install a selected component.

    Status: EPMINS-01016: impossible to install the selected component. Click help to see the possible reasons.

    I was wondering what I am missing in my downloads? What download includes the bi_plus_core_services Assembly?

    Part 4 should be biplus_core_services

    Also I recommend to download the files from https://edelivery.oracle.com/

    See you soon

    John

  • Interactive report with alternating lines - 5 APEX

    Heyho guys.

    I got a task to set alternating line colors in my interactive report.

    IM using Oracle 11 g Database XE with APEX 5.0.0.00.31 2.

    I searched current debates and following this thread:

    https://community.Oracle.com/thread/912414?TSTART=0

    I followed the comments written there and I tried with javascript, they spoke aboud (I'm a newbie using javascript)

    I pasted the following in my page header:

    < script type = "text/javascript" >

    IT IS THE INTERLACING

    function decorateDataGrids (strClass) {}

    var tables = document.getElementsByTagName ("table");

    for (var i = tables.length; i-;)) {

    If (tables.className == strClass) {}
    var gridRows = tables [i] .getElementsByTagName ("tr");
    for (var j = gridRows.length; j-;)) {If (j %2) {gridRows [j] .className = "even" ;}}
    }
    }
    }
    < /script >

    < style >
    / * THIS REPLACES THE DEFAULT STYLES OF THE APEX * /.
    table.apexir_WORKSHEET_DATA tr.even td {}
    background-color: #F1F5FA! important;
    }

    table.apexir_WORKSHEET_DATA td {}
    background-color: #FFFFFF! important;
    border: 1px solid #B3B3A7! important;
    padding: 4px 8px! important;
    }
    < / style >

    And called in my link to my column ID text field via:

    "< img src =" "#IMAGE_PREFIX #edit.gif" alt = "" onload = "decorateDataGrids ('apexir_WORKSHEET_DATA'); ">

    If I start the page now, nothing happens.

    In the thread, we talk about bad SEO of the IR:

    "OK here's why the code does not work." When you use getElementsByTagName, you get a collection, not a single item.

    So when you make the comparison to see if the class of the table is an ApEx IR type, you need to reference the current table, not the entire collection. As follows... »

    But I don't understand how I'm doing the right reference.

    Someone at - it an idea to get this race?

    Thank you

    pleNn

    pleNn wrote:

    Heyho guys.

    I got a task to set alternating line colors in my interactive report.

    IM using Oracle 11 g Database XE with APEX 5.0.0.00.31 2.

    I searched current debates and following this thread:

    https://community.Oracle.com/thread/912414?TSTART=0

    I followed the comments written there and I tried with javascript, they spoke aboud (I'm a newbie using javascript)

    I pasted the following in my page header:


    for (var j = gridRows.length; j-;)) {If (j %2) {gridRows [j] .className = "even" ;}}
    }
    }
    }

    And called in my link to my column ID text field via:

        

    If I start the page now, nothing happens.

    In the thread, we talk about bad SEO of the IR:

    "OK here's why the code does not work." When you use getElementsByTagName, you get a collection, not a single item.

    So when you make the comparison to see if the class of the table is an ApEx IR type, you need to reference the current table, not the entire collection. As follows... »

    But I don't understand how I'm doing the right reference.

    Someone at - it an idea to get this race?

    It's all totally obsolete with respect to the 5.0 APEX where interactive reports have been completely redesigned and rebuilt.

    To complete the full version number of APEX, always indicate what theme and browser (s) / version (s) you use when asking questions of shape/layout visual layout.

    To go from rank (Zebra) when you use the universal theme distribution in interactive reports, see Re: interactive report - no line scratched?

  • Filter column position of the interactive report

    Hi all!

    First of all, sorry my English.

    I have a problem with filters standart on the interactive report column heading. Version 4.0.2 APEX. It is interactive report based on the view. Nothing unusual - behavior and the default templates. I have also the region of filter on the page, and after user-press "apply" button my package variables to session state of filter. View used these values. It is worked and filtered interactive report. But when I try also to use the filters on the heading of the column that is nothing past. I have try the column type: report Standart column and display text. I have try the Filter Type column: by default based on the Type of column and the list defined by the use of... Contain. Nothing, as no filter exists at all. Filtering with worked as usual action buttons. I think that this problem in a SEPARATE implicit in this filter. I know that there are quantitative limitation of DISTINCT values with column header filter, but I have nothing in the filter. And even I have type the value and press ENTER, nothing happened. Columns with Date type is fine, but String and number does not.

    There is no work around? Thank you.

    Solved within "parameterized" view, remove and replace with SELECT with params.

  • Can we have option all interactive report 4.2

    Hi all

    In our application, we had used interactive report where required fields can be sorted, as well as the option can show option 'all' as well in the filter option.

    For example, we see all of the columns that appear here.

    Now for each header, I had chosen the options sort and filter as shown below

    As we are showing upward and down options, can have as 'All' option, by clicking on 'All' they used to know all the necessary information.

    Apex Version - 4.2

    Summit theme-Light blue-100

    Kind regards

    Sruthitamiri.

    Sruthi Tamiri wrote:

    Suppose that we show these values under the header of the region

    "Now we add more regions in tables, so that it is reflected in more top of the screen, where there exist regions more we Let's scroll appears, now suppose that if they want to search with the keyword 'A' then it displays the corresponding values as"Asia", Asia iron ore" and so forth... then the report will filter based on these values If the condition is that, if we provide as 'All' option, when they click on this option, you see all the values in the report.

    Which, as stated above is equivalent to having no filter at all. Users must disable or remove Active filters in the Panel of IR control over the release of the report.

  • Do we not have option to deselect ascendant and descendant of the options in interactive reports 4.2

    Hi all

    I've created an interactive report in my application and the required headers, I had used options for sorting as shown below

    Option selected now ranking ascending or descending sort, then report will appear as

    But the small icon will be kept in the report, or we can choose alphabetical, have we not option Select United Nations this option so that the option will not appear in the header part.

    Version 4.2 of the apex

    Theme-Light blue-100

    Kind regards

    Sruthitamiri.

    Sruthi Tamiri wrote:

    I've created an interactive report in my application and the required headers, I had used options for sorting as shown below

    Option selected now ranking ascending or descending sort, then report will appear as

    But the small icon will be kept in the report, or we can choose alphabetical, have we not option Select United Nations this option so that the option will not appear in the header part.

    The option is in the Actions of IR menu. Go to Actions > Format > sorting and deselect the current sort columns by setting - Select the column - column .

  • Hyperion interactive reporting

    Hi all

    I have a few question about Hyperion interactive reporting.

    We use the version of the 9.1 IR application in Windows 2003 server and we will migrate the server to Windows 2008. I guess that the IR 9 is not supported in Windows 2008. So, we planned to upgrade the IR to V11. But it seems that IR V11 will be not available after April 30. Reference thread - version the most recent creation of Hyperion interactive reports. (After April 30 THIS year, assuming that Oracle follows political standard, all interactive reporting download files will be removed from all the web sites of Oracle)

    I am confused about what I have to install in the new server. Please could you suggest your ideas.

    Thank you

    Michel K

    I'm not sure that you get the right information from the employee of Oracle on the other thread.

    First support for 11.1.2.x has been extended (in September 2013) lance at April 2018, instead of ending in 2015.  Nothing in the Interactive Reporting statement of direction (from June 2014) is in contradiction with this; in fact, it is said that support IR is linked to the 11.1.2.x Hyperion code base. And IR is still available for download, rather than have disappeared in April.

  • Apex #4.2 interactive report details

    Hi all

    In our application, we had implemented using interactive report, the following clarifications required.

    Version of the apex # 4.2

    THAT IS TO SAY #10

    Theme # Light Blue 100

    Q1. By default under the action button see us option "Download".

    -Can rename us export.

    -can we get outside Actions, i., e download option download can only visible when they choose the Actions button but the user is after button create as shown below.

    Q2. For each heading they can filter data using the order ascending or descending, as shown below

    -Suppose that I had selected in ascending order, but if I want to deselect the option there is no option to do what ever they have selected it will show, how can deselect us this option.

    -Now we are given as "Asia/Europe/region" we show of table d/b, but asks the end user to have the option as 'All' when they select it should show all regions in time?

    Q3. In our application, we have a button as "De-Active" when they click on this button we put active_flag as "N" as shown below, these data in the reports should be visible in color "red" to distinguish between them, at the bottom of the screen shot if we look at we see active_flag "N" this line full interactive report must be included in the color red?

    Q4. Created the form using 'Form on a table with the report' in this case when the button is clicked Create he will refer to the form, and if we do not select the required fields and click on ' submit 'see us error message like', we can remove "1 error has occurred" and see the def only messages.»

    Q5. In our application we use an image for the replica as shown below, but the user has asked to replace it with something of a Clone of the image, where we can get this image to replace this particular image.

    Q6. In our application, we use a 'level' tab and to display messages of success that we are showing to the left, as requested by the user can be messages on the screen as shown in the screen two as on the green color to display messages there.

    Screen 2:


    Kind regards

    Sruthitamiri

    Hi all

    Thank you very much to all those who had provided solutions for my request above, now I have some other clarifications that I will raise individual threads.

    Question #3: User functionality of highlight of interactive report. Citation: Re: change the color of line in an interactive report based on a column-> correct answer value

    Question #5: On Google image search. Download it! Publish the shared components and change the reference to the link column. Here is a picture of the :-> useful sample

    Question 1, you can add a link to the region to perform the action download...: http://www.apexninjas.com/blog/2012/05/create-a-custom-download-link-for-an-interactive-report/ -> correct answer

    Question #4: See the following thread: remove the number of Validation errors-> correct answer

    Kind regards

    Sruthitamiri

Maybe you are looking for

  • iPhone without a sim card

    If I was considering getting and iPhone 6 s later this year. However, I don't need phone service for another year or two once I buy it. If I get it unlocked, will I need a Sim Card for it, or can I use it without one until I get the phone?

  • Pages that I bookmarked it display the other pages of my favorites when I click on the names of bookmarks.

    I bookmarked the URL by using the feature to MARK THIS PAGE of FIREFOX. However, when I try to reuse the pages by clicking on the BOOKMARK, FIREFOX will load another page in my FAVORITES. It happens all the time.

  • Flash uses a lot of CPU

    I don't know when this started, but recently whenever I visit Web sites that use some or a lot of Flash, Firefox slows down completely. When I went in my task manager, I saw that FlashPlayerPlugin.exe was using a lot of CPU (109, 396 k to be exact).

  • stop unwanted since el capitan

    I can't get my Macbook Air with El Capitan (all versions since I've updated from Mavericks) to stay overnight when executing backup tasks (mainly Syncovery) or simply stay and do nothing. After some time of inactivity, OSX forces a logoff and / or po

  • Fingerprint utility does not recognize the password website - Satellite U400

    Problems with the password Bank (TrueSuite Access Manager, 2.5.29.0 latest version;) Vista); Utility does not work, does not recognize the Web site password entry, doesn't react at all. Tried it in IE8 and Opera 10, tried to reinstall Truesuite Acces