Creating a process with the checkbox inside the interactive report

close

Published by: mang jose on February 4, 2011 21:21

Hello

This might help
Re: Need help with APEX_Collection

Kind regards
Jari

Tags: Database

Similar Questions

  • 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('_', ':'));
      }
    );
    
  • Creating a Validation in the interactive report

    I use a link change on my interactive report to call a form page. I need to have a validation before the new page is opened (which gives an error on the report and do not open new form). I added the following the link attributes section of the interactive report:

    onclick = "JavaScript:doSubmit('EDIT'); »

    But it does not seem to trigger the validation. I even tried makingt status of validation he 'ALL' but it's always just goes straight to the new page. Am I missing something?

    Hello:

    Make your column of link of type 'Link to target personalized' and is set a goal to be "URL" and specify "javascript:doSubmit();" to the URL. Define a branch ' on submit and after treatment "to go to the page that has the form.

    CITY

  • Excel not downloaded in the same order as on the interactive report

    I have download to Excel on the interactive report, it is not sorted in the same way? Can I fix this?

    Hi Doug,.

    Could be a quick solution to this solution, you can have a download link on the header of the report area and that it points to a page that contains the same report with the csv model.

    Download CSV Report 
    
    where 3 is the page number for csv output report.
    *replace click by onclick
    

    or if you want more control over the report, you can create a button on the interactive report region and at the click of the button run a process to download a csv output file.

    Put dummy code for creating csv file

    DECLARE
    CURSOR cEmp IS
    SELECT
         Eno,Ename,SAL,DEPT
    FROM emp_table ORDER BY 1 DESC, 2 DESC,4;
    BEGIN
         owa_util.mime_header('application/octet', FALSE );
            htp.p('Content-Disposition: attachment; filename="Employee.csv"');
            owa_util.http_header_close;
    --Printer Header Row
         htp.p('Employee '  || ',' || 'Name'   || ',' || 'Salary'  || ','|| 'Department' ||  chr(13));
    for cThis in cEmp
    LOOP
              htp.p( '"'|| cThis.eno ||'"'||   ','|| '"'|| cThis.ename   || '"'|| ',' || cThis.sal||  ','|| '"'|| cThis.dept  || '"' || chr(13));
        END LOOP;
    htmldb_application.g_unrecoverable_error := true;
    EXCEPTION
              WHEN OTHERS THEN
                   htp.p('Download Error ' || SQLERRM || ' with error code ' || SQLCODE);
    END;
    

    Also, you can disable the download report link in the interactive report menu by going to reports-> Search bar attribute->, under include in the Actions Menu: uncheck the download option.

    I hope this helps.

    Thank you
    Manish

  • Captivate 8: PDF export created a file with the extension PDF... but it's actually a video. Shouldn't it exported slides as appropriate PDF document?

    In Adobe Captivate, there is a 'PDF export' checkbox when you publish your project.

    He checked the box, and the publication of project created a file with the extension PDF... but it's actually a video. Shouldn't it exported slides as appropriate PDF document?

    No, it was published in an interactive PDF, has always been the case. It's another way to publish the video, that does not need to deploy it to an LMS or a Web server, you can send the PDF file. However, since Flash player is is more integrated in later versions of the Adobe Reader software, the user is to install it.

  • I created a project with the first 14 and now subscribed elements trial version. However, when I open it there still the band "created with the trial version...". "in the middle of the page. How can I get rid of this?

    I created a project with the first 14 and now subscribed elements trial version. However, when I open it there still the band "created with the trial version...". "in the middle of the page. How can I get rid of this?

    SAMT

    Removal of watermark Adobe Premiere elements 14 test of the project file... Open the project file of 14 trials in 14 items purchased and then first Expert rendered workspaceTimeline Menu/delete the files. Then restore the timeline content.

    You can not remove the watermark from Adobe to an export of the trial even after you bought the product.

    Some of us have found that just opening the project of tryout in removes it from Premiere Elements purchased the Adobe watermark. Determine the way that works for you.

    Please let us know if everything above worked for you.

    Thank you.

    RTA

  • Have Photoshop 7.0.1 - recently left economy as or save pictures after the changes. Just hangs until I have kill the process with the Task Manager. Have uninstalled and reinstalled. Any suggestions? I don't want to upgrade to CC I hate subscription servic

    Just hangs until I have kill the process with the Task Manager. Have uninstalled and reinstalled. Any suggestions? I don't want to upgrade to CC because I hate subscription services and I often internet connection services interuppted.

    What operating system do you use?

    Reset the photoshop preferences could cure the problem.

    Press and hold down the Shift + Ctrl + Alt keys right after the beginning of the launch of photoshop 7

    (Shift-command-Option on mac)

    Keep possession of the keys down until you get a dialog box asking if you want to delete the adobe photoshop settings file

    Press Yes

  • Cannot find a process with the name 'perl '.

    Hey all,.

    Tryign to configure the script in my dev environment and I receive the email ok, but does not get the report attached to the email... Here are the keys error I get with executing the script on the computer Windows 7 using PowerCLI 5.0... Thoughts?

    ___________________________________________________________________________

    Get-Process: cannot find a process with the name 'perl '. Process audit na
    me and call the cmdlet again.
    C:\scripts\report.ps1:3 char: 18
    + $pp = get-process < < < < perl
    + CategoryInfo: ObjectNotFound: (perl:String) [Get-Process], Pro
    cessCommandException
    + FullyQualifiedErrorId: NoProcessFoundForGivenName, Microsoft.PowerShell.
    Commands.GetProcessCommand

    You can not call a method on a null value expression.
    C:\scripts\report.ps1:4 tank: 16
    + $pp.waitforexit < < < <)
    + CategoryInfo: InvalidOperation: (waitforexit:String)], Runti
    meException
    + FullyQualifiedErrorId: InvokeMethodOnNull

    New-Object: Exception calling ".ctor' with '1' or the arguments:"Could not find fi.
    the "C:\scripts\vmware_health_check20110912.html". »
    C:\scripts\report.ps1:8 char: 18
    + $att = new-object < < < < Net.Mail.Attachment ($file)
    + CategoryInfo: InvalidOperation: (:)) [New-Object], MethodInvoca)
    tionException
    + FullyQualifiedErrorId: ConstructorInvokedThrowException, Microsoft.Power
    Shell.Commands.NewObjectCommand

    Exception by calling 'Add' with '1' arguments: "value cannot be null."
    ' Parameter name: agenda.
    C:\scripts\report.ps1:14 char: 21
    + $msg. Attachments.Add < < < < ($att)
    + CategoryInfo: NotSpecified: (:)) [], MethodInvocationException)
    + FullyQualifiedErrorId: DotNetMethodException

    You can not call a method on a null value expression.
    C:\scripts\report.ps1:16 char: 13
    + $att. Have < < < <)
    + CategoryInfo: InvalidOperation: (available: String) [], RuntimeEx
    reception
    + FullyQualifiedErrorId: InvokeMethodOnNull

    Remove-Item: can not find the path "C:\scripts\vmware_health_check20110912.html" be
    cause, that there is not.
    C:\scripts\report.ps1:17 tank: 12
    + Remove-Item < < < < C:\scripts\vmware_health_check$dt.html
    + CategoryInfo: ObjectNotFound: (C:\scripts\vmwa...ck20110912.ht
    ml:String) [Remove-Item], ItemNotFoundException
    + FullyQualifiedErrorId: PathNotFound, Microsoft.PowerShell.Commands.Remov
    eItemCommand

    The script uses the Perl API and not the PowerShell.  So the last SDK Perl install and be sure that your backup script as *.pl rather than *.ps1

    Concerning
    Joerg

  • PSE9 on Windows 8.1 installation process is interrupted late in the process with the comment

    PSE9 on Windows 8.1 installation process is interrupted late in the process with the comment 'could not install Shared Technologies'. What's wrong?

    Hi pod,

    See the Adobe Troubleshooting document:

    http://helpx.Adobe.com/Photoshop-elements/KB/troubleshoot-installation - photoshop-elements - premiere.html #main_Error__Below_mentioned_applicat ions_have_failed_to_install__Shared_technologies_

  • Disable "start a new process with the data of this task.

    Hi all

    As the title says, I would like to disable "start a new process with the data of this task.

    Because I find that it will not work with form preparation process has data, I understand that you can fix by some changes to the procedure of data preparation, but I don't have time at the moment.

    Here is the screenshot to show what is a function 'Start a new process with this task data' in the workspace.

    new_process.JPG

    Concerning

    Bill

    I think your only option is to customize the Worksapce interface.

    I'm sorry.

    Jasmine

  • How can I create a query with the data control to the web service?

    I need to create a query with the order of web service data, WSDL, it is query operation, there is a message of parameter with possible query criteria and a return message contains the results. I googled but can't find anything on the query with the web service. I can't find a criterion "named" to the data control of web service as normal data control. Blog of Shay, I saw the topics on the update with the data of web service command. How can I create a query with the data control to the web service? Thank you.

    Hello

    This might help

    * 054.     Search form using control data WS ADF and complex of entry types *.

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html

  • How to create two employees with the same name as the vendor record?

    Hi all

    We must create a vendor for the employee record, so that we can issue pretty invoice for cash payment. If there are 2 employees with the same name, how can we create records of supplier for these 2 employees? The system does not have the name of the provider in duplicate.

    Please notify.

    Kind regards
    HY

    Hello

    In R12, it is possible to create 2 employee with the same name but with a different number.
    And it is also possible to create these 2 employees as suppliers in Payables.

    HTH,
    Vik

  • With regard to the interactive report

    I've created the interactive report, then I remove the function of adding/deleting/changing inside, because I put my function all in plsql package. I could handle the add and delete function changed, however, is totally giving me a headache. I create an anonymous PL/SQL (process) block when the click on the button Delete, then delete the button will trigger the javascript confirmation. and then in my anonymous PL/SQL block, I key in

    myPLSQLpakacage.myDeleteProcedure(:p1_tableid);

    When I run the system, the process got through, and the "success" message. However, registration is still there stay. I check my point, process and compare to that of the sample «Document Library 0.92» I just found out they got from the additional hidden (P75_RETURN), after the process, it will go to the Page (and P75_RETURN) which I don't understand.

    Please help on this point, why my plsql did not, I try just to run the query in the anonymous pl/sql block as

    declare
    Identification number;
    Start
    ID: = v('p1_tableid');
    delete from the table where tableId = id;
    commit;
    end;

    but it's still not. So what's the problem with that?

    Hello

    BEGIN/END; It must be for all PL/SQL code.

    However, your problem is actually on this piece:

    0.01:... Process "reset page": CLEAR_CACHE_FOR_PAGES (AFTER_SUBMIT) 52
    0.01: removal of application cache "103" page: 52

    You have a "reset page" process that runs immediately before your process - this clears the value of P52_TABLEID. This process is usually provided automatically when you create a form by using a wizard. Delete it or the Never value condition.

    Andy

  • Create a rectangle with an image inside

    Hi all

    Issue of great starter... how to create a rectangle with an image inside.

    My project:

    -Create a dialog box where to put the name of the image.

    -create the link between the image to the active document (the photo is in the 'Links' folder)

    -make a rectangle in my document with an image inside.

    Think it all is ok except the last step (a start, I was spirit "which is the easier"... but no).

    Thank you very much and sorry for my English.

    to add a rectangle:

    var rect = doc.rectangles.add ();

    to place an image inside:

    Rect.place (file (image. Path));

  • Link to the interactive report with comma

    Hello

    Anyone know how to create a link that will go to an interactive report and add a filter when the filter value contains a comma?

    The URL I have looks like this...
    f? p = & APP_ID.:40: & APP_SESSION.:CIR:IREQ_Name:Guy, some:

    The problem is considers the value past the comma is for another article. I tried %2C with no luck.

    Kind regards
    Dan

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

    With javaScript, you need to escape the backslashes. Put two slashes return each place that you are currently using one.

    Scott

Maybe you are looking for

  • Firefox crashes during playback of YouTube videos

    This just started here yesterday. Whenever I go to play a video on YouTube, the whole program will freeze and crash twice for about a minute each time. This only happens on YouTube. No other Web site that plays videos has this problem. In addition, t

  • 29,0 is too slow and continues to return when using of 28.0 Grrrrr!

    29,0 was too slow and too jerky. I returned to 28.0 and it was fine until 29 reinstalled on its own. I checked about: config and everything everywhere was assigned to prevent back but he did anyway. Sorry to his coarse, but what gives? I had deal wit

  • Sync application - launch of wheel

    I have iTunes 12.3.3.17, and when I plug my (iOs 9.3.1) iPhone6s to synchronize, its going okay unless I click on the application in the sidebar button - I get a blank window with the rotation icon, and it does not stop. does anyone else get this pro

  • Max ACL volume

    Hello I know that in the latest revisions of EqualLogic there have been limitations to how many guests could be on a volume. Does anyone know if it still exists? We look at a Volume of ACL, having 10 + guests? Thank you.

  • Cannot scan to PDF with HP Laserjet 3015

    I am so frustrated with this new computer and Windows 7.  I can't understand how to use my Laserjet 3015 of scan-to-one. PDF.  Any suggestions?