Is it possible to write a report that calls a set of pages every morning?

HI
I have a short question concerning the report engine.
Is it possible to use the EP report engine in order to write a script that would execute a certain set of iviews each morning?
The idea is that the iViews in question always take a lot of time when called in the morning. Once loaded into the cache they load fast. So I would like to find a way of taking the burden to wait from the first user by implementing a report that runs every morning.
Is this possible? If yes, where can I find some further information on that issue?
Thanks for your help,
greetings,
Mingolo

Hi,
Don't know of any easy way of doing this internally,  but it should be little trouble to execute a browser script every morning.
Basically you can create a link to the page(s) in question using the NavigationTarget url parameter. Then it is just to call iexplore.exe <url> . If you don't have SSO you need to automatically submit the login form but this is also possible (search for j_user on SDN).
The browser script is then called from a scheduled task
Dagfinn

Similar Messages

  • Possible to write a function that takes any type as parameter ?

    I need to write a function that will take 2 parameters ( of any type - VARCHAR etc ) and return a boolean.
    ( Im trying to write a function that will do NULL processing.
    something like..
    if ( P1=P2 OR ( P1 IS NULL AND P2 IS NULL ) ) then
    return true ;
    end if;
    return false ;
    the function simply compares its parameters P1 & P2 and returns true if they are equal - including if both are NULL
    Is this possible to write at all.
    My code looks very ugly without this being wrapped in a function.

    You may be able to use SYS.AnyData for this. However, dealing with the data would be confusing, so overloading the FUNCTION would most likely be a better idea.
    This doesn't work, but it looked like fun, so i tried:
    CREATE OR REPLACE FUNCTION Equal_Or_NULL(A SYS.AnyData, B SYS.AnyData)
    RETURN PLS_INTEGER
    AS
    Local_A     VARCHAR2(4000);
    Local_B     VARCHAR2(4000);
    Junk          PLS_INTEGER;
    BEGIN
    IF A IS NULL AND B IS NULL THEN RETURN 1; END IF;
    CASE A.GetTypeName
      WHEN 'SYS.NUMBER'     THEN Junk := A.GetNumber(Local_A); Junk := B.GetNumber(Local_B);
      WHEN 'SYS.DATE'     THEN Junk := A.GetDate(Local_A); Junk := B.GetDate(Local_B);
      WHEN 'SYS.CHAR'     THEN Junk := A.GetCHAR(Local_A); Junk := B.GetCHAR(Local_B);
      WHEN 'SYS.VARCHAR'     THEN Junk := A.GetVARCHAR(Local_A); Junk := B.GetVARCHAR(Local_B);
      WHEN 'SYS.VARCHAR2'     THEN Junk := A.GetVARCHAR2(Local_A); Junk := B.GetVARCHAR2(Local_B);
    END CASE;
    RETURN CASE WHEN Local_A = Local_B THEN 1 ELSE 0 END;
    END Equal_Or_NULL;
    /Overloading would be much simpler, as the arguments could be directly compared.
    IMO, Do not do this. Hiding logic in a FUNCTION it for cosmetic purposes is a bad idea.

  • Is it possible to write a script that changes swf export settings?

    I want to be able to export a swf file that uses a different text anti-alias setting. Is it possible to create a script that can set and export a swf file to my specifications?

    function(){return A.apply(null,[this].concat($A(arguments)))}
    Is it possible to create a script that can set and export a swf file to my specifications?
    It seems there isn't. A script cannot add basic functionality, only access it. In this case, you can't change the setting because there is no 'antialias text' setting in the SWF export settings.
    However, all is not lost. Google turned up this helpful page; it might be possible to edit your SWF after exporting and then re-save it.

  • Is it possible to write a script that would change triangles to circles?

    I have an Excel file that plots a scatter-plot graph using a logarithmic scale. Since it is not possible to create a logarithmic graph in Illustrator, I imported the graph into Excel as a PDF. However, each data point is a triangle, and I would like to use circles that I created using OBJECT>GRAPH>DESIGN. Is there an easy way to replace the triangles with these circles?
    If you need to see the current AI file, just let me know how to attach it.
    Thanks.

    To elaborate on what Monika wrote select all the triangles with the direct select tool and the shift key and do not group them then go to effect>Convert Shape Ellipse choose Absolute and enter your dimensions you can then give it a transform effect to give it a visual centering as in the screenshot and turn that into a graphic style which can be saved for future use.
    However remember if you wish to change the size or offset the graphic style will record the convert shape and transform in the appearance panel and it can be changed you can do it to one or all of the converted triangles.

  • Is it possible to write a script that samples an anchor points underlying color and applies it?

    I was wondering if anyone with scripting knowledge for Illustrator can think of a script that would sample the underlying color of anchor points in a selected gradient mesh and apply it to them? I was just thinking of ways to speed up the process of creating a vector drawing based on a picture so that all you would have to do is model your mesh and then let the script apply the colors.
    Thanks

    no can do, there's no access to mesh point with scripting, sorry about that.
    have you tried Mesh Tormentor? it is free!!!, but I don't know if it will help with your problem
    http://www.meshtormentor.com/

  • Report that shows material codes according to valuation class/ BSX posting

    Dear SAP experts,
    Is it possible to generate a report that shows all material codes under a certain valuation class or BSX (inventory) posting? Your help will be highly appreciated. Thanks!
    Jessica Mari C. Cruz
    Jr. Software Development Analyst
    SAP- Materials Management Team

    You can get the valuation class of the Material from MBEW- BKLAS
    and you can get the Valuation class, TE Key & GL Account Combination in T030 table..
    You can generate a Report by Joining the above tables..

  • Is it possible to make a button that adds extra pages?

    I'm trying to make a form that consists of three pages. However, I would like to have a button at the bottom of page 2 that can be used to duplicate page 2 as a continuation sheet - including the same button, which could then be used to create a 3rd copy as another continuation sheet if needed, and so on.
    I can't think of a way of doing it. Even if I managed to duplicate the page, the new copy would be pre-populated because the fields would have the same names. Therefore I'm now wondering if it's possible to make a button that would effectively unhide entire pages to achieve the same thing. Then I could perhaps create the form with nine copies of page 2, and unhide them one at a time based on use of the button. Again though, I'm not sure that's possible, and even if it is it would be pretty inelegant.
    Anyone have any bright ideas or alternative approaches I might not have considered?

    It is possible to do using the templates feature. If it needs to work with Reader, the only version that supports it without having to apply usage rights with LiveCycle Reader Extensions ($$$$) is Reader 11, so all of your Reader users would have to update to the latest version.
    Templates can be spawned so that the fields are automatically renamed, avoiding the issue you mentioned.

  • Code that handles a set of questions from database and place it on JSP

    Hi,
    How to write a code that handles a set of Quiz questions from database and place it on JSP page..
    Thanks in advance
    Haritha

    975033 wrote:
    Hi,
    I hav got the answer from you r previous link, but not completly. I need help regarding on how to do code that handles a set of questions from database and place it on JSP.
    Any help is highly appreciated.Yes but what kind of help do you expect to get? What kind of help do you think is possible through something as cold and distant as a forum, where you clearly require personal guidance and tutoring?
    If you are going to answer "example code", I should warn you that the answers are not going to be to your liking.

  • Setting the page orientation for a report

    Hi
    Currently, in infoview I have observed that we can set the page orientation for a report in a webi document , i.e. whether the report is to be viewed in landscape mode or portrait mode.
    Currently, in the BO SDK, I have come across the classes like Orientation, but am not able to figure out how to use them.
    Can you please paste some code snippet, how to use this class for setting the orientation of the document.
    Thanks in advance,
    Shruti

    Hi Shruti,
    To retrieve the Reportcontainer for an existing report on a WebI document, you can do the following:
    ReportStructure oReportStructure = oDocumentInstance.getStructure();
    ReportContainer oReportContainer = (ReportContainer) oReportStructure.getReportElement(0);
    Hope this helps.
    Regards,
    Dan

  • Abap report for calling abap proxy?

    why do we need  to write abap report for calling abap proxy? i mean what's the use of abap report and what are the things inside the report ...please give me details about abap report.

    Hi,
    In SPROXY for your outbound interface you generate the proxy class.
    The ABAP report is used to fill the data from the ABAP tables and then trigger the call to XI using this class.
    Look into the code in this blog and check what is done,. The data is filled in the report and then the call is made to XI using an object of the class created in SPROXY using the EXECUTE_ASYNCHRONOUS method.
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    Regards
    Bhavesh

  • VBA code that calls the Send Active Work Sheet function

    Hi There,
    I would like to know if it is possible to have a button that calls some VBA code that does the same as the u201CSend Active Work Sheetu201D function from the BPC action pane. I am developing a custom workbook, but would like to have a button that calls the send active worksheet and returns the status window .  "MNU_ESUBMIT_REFSCHEDULE_SHEET_REFRESH" sends the active worksheet but does not return a status window.
    Kind Regards
    Daniel

    I am unaware of any other "undocumented" features that might perform the exact scenario you are needing.  Perhaps this is an enhancement request.
    If you only need to display a generic informational dialog that data has been sent and not include the specifics of the data that was sent (ie: number records sent, accepted, rejected...).  Perhaps you could use one of the MNU_eSUBMIT_SHEET options that doesn't provide the results feedback and then in an AFTER_SEND() function pop-up a msgbox informing the user that data has been sent?
    Or, investigate the use of MNU_eSUBMIT_VALIDATE prior to the MNU_eSUBMIT_SHEET.....I personally have never used that option.

  • For around 4 week all numbers that call my phone show up as 'unknown'. Help.

    For around 4 weeks everyone that calls me, including my contacts, every call shows up as 'unknow' I really don't like to answer every call. I called EE about 2 weeks ago and they said they know of this issue and are working on it, but for 4 weeks? they don't update you or let you know they're working on it, I don't know if this is really a known issue or if EE of trying to just get rid of me on the call.

    Hi ,
    Thanks for joining the Community.
    This problem is still under investigation and we hope to have a fix put in place very soon.
    I will let you know as soon as I get any further updates.
    Thanks for your patience.
    James

  • How to write SQL in crystal report that can reuse SQL execution plan cache?

    I write the following SQL with crystal report parameter fields, and it is connecting to SQL 2005
    Select Name from Customer where CustID = '{?CustID}'
    The SQL profiler show that It is an ad-hoc query, how to write parameterized SQL which can reuse Execution Plan.
    Edited by: Chan Yue Wah on May 14, 2009 3:17 AM

    Since there are too many report, it is not possible rewrite all. Is that crystal report do not have option to change how it query the database ?

  • Is it possible to create a generic report that accepts the SQL as a param

    Is it possible to create a generic report that accepts the FULL sql statement as a paramater and returns variable results based on this?
    We have a requirement to have a generic export routine to spit out csv's from clicking on a web page hyperlink, which would need to accept a "new" sql statement for every run, each containing different columsn etc that would be needed in the output.
    I was hoping could have a generic Oracle report, exporting delimited data format (and as such not using a layout) and somehow pass in the "new" sql statement as a parameter at run time - each sql statement would be different with different columns etc.
    Is this possible with oracle reports ?
    thanks

    If you need a simple dump of data you could try writing a report with a simple query such as
    select 'Report title or column headers'
    from dual
    &data_query
    then your &data_query parameter could be
    union select col1||','||col2 from data_table
    If you are outputing a comma separated data dump the you can concatenate together your data into a single text field.
    This would allow you to have a simple heading followed by the actual data. I guess you could extend this so that the 'Report title or column headers' from the first query was also a parameter to output your row headings i.e.
    select :column_headings_text
    from dual
    &data_query
    Give it a go and good luck

  • Is it possible to write a as3 code that will search for particular file in the loacal disk

    Is it possible to write a as3 code that will search for particular file in the loacal disk

    Not for a web-based design

Maybe you are looking for

  • Slow music playback on X2

    music playback becoming slower after few minutes of listening. -1300 of 2000 MB free on SD card -25 of 48 MB free in internal phone memory have latest firmware, tried power on and off, and also master reset but still same issue. Just to note that it

  • Offset Account Name

    Good day! I'm currently creating a general ledger-like report. I'm trying to display the Offset Account Name but I wasn't able to. Only the Offset Account Code is displayed. The tables I'm using are OJDT, JDT1, OCRD, OVPM, and VPM2. Also, how can I d

  • Only period 012 can be posted in the repeat run

    Hi Experts, And when i am doing  AFAB Click on Repeat Run Excute inTest Run System give another error: Only period 012 can be posted in the repeat run     Message no. AAPO516 Diagnosis     You want to carry out a repeat depreciation posting run in pe

  • CANNOT SEND MAIL MESSAGE

    I have two e-mail accounts on my iPhone 4. Occassionally, I get a message that reads "Cannot Send Mail. A copy has been placed in your Outbox. The recipient (address) was rejected by the server because it does not allow relaying." The recipients are

  • [SOLVED]How configure keyboard configuration to kill Cinnamon Desktop.

    Hello I have installed Cinnamon desktop and i try enable ctrl+Alt+Backspace to kill it, passing terminate:ctrl_alt_bksp to XkbOptions. https://wiki.archlinux.org/index.php/Ke - on_in_Xorg This is my 10-keyboard.conf. Section "InputClass"     Identifi