Add current date to filename of a scheduled report (Info 7.5)

Can a file be scheduled in Info 7.5 to export with the current date to the file name (ex.  job_postings_dd_mm_yy.xls)?

Hello,
Seagate Info has been out of support for years so no one here would be able to help you. I moved this to the Enterprise forum also.
I don't recall any option but if the UI doesn't give you the option to change the name then no it likely wasn't something you could do. You could although create a batch file that would rename it using a Process extension, I think 7.5 had that ability, it's been so long now.
Check the Administrators Guide on functionality, is about all I can suggest.
Thank you
Don

Similar Messages

  • Add Current Date  - What timezone is used to display value

    When adding the Add Current Date Transformation to get the 'processing date', what determines the date/time that is presented? Where does it pickup the timezone and can this be tailored?
    Thanks.

    Might just be a display issue. Right-click on the date/time in the Results Browser to see the time zone. You can also change your view of the date/time if you want to. A blue dot will appear in the cell to indicate that you are displaying the value in a different time zone.
    If you want to process the data in a certain way ('stamp it into a given timezone' different from the server timezone) you could use the data type converters to convert to string and back to date/time with the options set to the timezone you want.
    I believe there is a property that can override the Director Time Zone on the server but it is not normally used.

  • Add current date to PDF documents

    This doesn't seem like it should be hard, but I have been unable to find information on how to do it.
    I have about 100 PDF files. Somewhere on them, I need to display "Date Printed: dd mmm yyyy", and have the current date displayed.
    I don't care whether this is placed at the top of the page, the bottom, or opaque in the background.
    I would like to be able to accomplish it using the batch command, but will perform manually if necessary.
    I have Acrobat 7 Professional.
    Can someone please help me out?

    Hi Everyone -<br /><br />Thanks to Dimitri, I was able to do exactly what I wanted to do by using the following code:<br /><br />  // Check for existing field and make sure it's on the first page<br />  var strModName = "DocMessage";<br />    var ofield = this.getField("DocMessage");<br /><br />     // Create Field if it doesn't exist<br /><br />    if(ofield == null)<br />    {<br />       // Field is the width of the page, on the bottom of the page<br />       // and 40 points high (72pts/inch)<br /><br />       for(var i=0;i<this.numPages;i++)<br />       {<br />         var rectField = this.getPageBox("Crop",i);<br />         rectField[1] = rectField[3] + 14; // Set Top<br />         ofield = this.addField({cName: strModName,cFieldType: "text",<br />         nPageNum:i ,oCoords: rectField});<br />         ofield.alignment = "center"; //This is the text alignment of the field<br />         ofield.multiline = true;<br />         ofield.textSize = 8; <br />         ofield.textFont = "Arial";<br />         ofield.display = display.noView; //This is hidden on the page but printable to make viewable change to display.visible or noView<br />        ofield.readonly = true;<br />       }<br />    }<br /><br />    // Add Field to Document Script<br />    var strJS = 'var ofield = this.getField("DocMessage");';<br />    strJS += 'ofield.value = "Intellectual Property of My Company - CONFIDENTIAL. ";';<br />    strJS += 'ofield.value += " Document printed " + util.printd("ddmmmyyyy",new Date()) + ".";';<br />    this.addScript("AddMessage",strJS);<br /><br />However - Now I would like to change the message to say that the document expires on a future date. For example, 14 days from today. I found an example of how to do this on page 266 of the Adobe JS Scripting Guide and have followed it to the letter, but it is not working. Here is the modified code:<br /><br /> // Check for existing field and make sure it's on the first page<br />  var strModName = "DocMessage";<br />    var ofield = this.getField("DocMessage");<br /><br />     // Create Field if it doesn't exist<br /><br />    if(ofield == null)<br />    {<br />       // Field is the width of the page, on the bottom of the page<br />       // and 40 points high (72pts/inch)<br /><br />       for(var i=0;i<this.numPages;i++)<br />       {<br />         var rectField = this.getPageBox("Crop",i);<br />         rectField[1] = rectField[3] + 14; // Set Top<br />         ofield = this.addField({cName: strModName,cFieldType: "text",<br />         nPageNum:i ,oCoords: rectField});<br />         ofield.alignment = "center"; //This is the text alignment of the field<br />         ofield.multiline = true;<br />         ofield.textSize = 8; <br />         ofield.textFont = "Arial";<br />         ofield.display = display.noView; //This is hidden on the page but printable to make viewable change to display.visible or noView<br />        ofield.readonly = true;<br />       }<br />    }<br /><br />    /* Create a date object containing the current date. */<br />    var d1 = new Date();<br />    /* num contains the numeric representation of the current date. */<br />    var num = d1.valueOf();<br />    /* Add fourteen days to todays date, in milliseconds. */<br />    /* 1000 ms/sec, 60 sec/min, 60 min/hour, 24 hours/day, 14 days */<br />    num += 1000 * 60 * 60 * 24 * 14;<br />    /* Create our new date, 14 days ahead of the current date. */<br />    var d2 = new Date(num);<br />    // Add Field to Document Script<br />    var strJS = 'var ofield = this.getField("DocMessage");';<br />    strJS += 'ofield.value = "Intellectual Property of My Company - CONFIDENTIAL. ";';<br />    strJS += 'ofield.value += " Document expires on " + util.printd("ddmmmyyyy", d2) + ".";';<br />    this.addScript("AddMessage",strJS);<br /><br />The resulting output is simply: "Intellectual Property of My Company - CONFIDENTIAL." The part of the message regarding the expiration date doesn't even show up.<br /><br />Anyone have any suggestions?

  • Add current Date/Time to a database note?

    If we set the database note when we are loading the cube, what would be the syntax to set the current date/time?<BR><BR>For example...<BR><BR>ALTER DATABASE <NAME> SET NOTE <COMMENT><BR><BR>What would go in <COMMENT> in order to set current date/time?<BR><BR>Cheers!

    Hi Philip,
    There is an SAP formula variable to supply the current date in a formula. I think it is 0F_ADAY...install it from business content if you cannot see it in the query designer (formula box, under formula variables) and try using it.
    Hope this helps...

  • Javascript code to add current date and time in a textfield on click of a button

    Hi,
    I have done a lot of googling .....But could not found a viable solution to populate a text field in LC Designer ES 8.2 and above at runtime with the current date/time. on click of a button. I need Javascript code and not formcalc.
    Please help .
    Thanks
    Kapil

    I have found a solution for you - 3 variants for you:
    Textfeld1.rawValue = util.printd("dd.mm.yyyy HH:MM", new Date());
    Textfeld2.rawValue = util.printd("dddd d. mmmm yyyy HH:MM ", new Date());
    Textfeld3.rawValue = util.printd("date{EEEE, D. MMMM YYYY} time(de){HH:MM:SS Z}", new Date(), true);
    I hope this is helpfull,
    Mandy

  • Downloaded new numbers app.  Now no table headings.  Solution?  Also in table headings/title want to add current date as did in old numbers.  How do I do it?  Thanks

    Down loaded new numbers app.  Now no table headings.  Solution?  Also. How do I include current date as part of new table heading, I had this included in old numbers spreadsheet title?

    Hi,
    Do you mean no table name?
    Or table header row?
    You can get the current date in a table heading with NOW, which in the formula editor now looks like this:
    Which you can format this way:
    SG

  • How to display "No data for yesterday" in a scheduled report on Webi

    Hi All,
    In Webi, I am working on scheduling reports and was asked by a user if the scheduled report on Webi can display "No data for yesterday/no orders for yesterday" when the report returns no data due to No Orders submitted or a business holiday. This sounded a good idea to me as this report only looks for previous days orders/sales and there are many instances when the report will return blank page due to no activity the day before.
    Can anyone please guide me on the possibility of achieving something like this on Webi using Bex query.
    Any help will be appreciated .
    Thanks
    Gaurav

    Hi,
    You can format the blocks in the report as "Hide When Empty" or "Hide When [some formula]" and have a blank cell added behind these blocks with a text "No Data for Yesterday"
    Need to set the relative position and ordering for this accordingly.

  • Current Date in the Name of the report while downloading to excel or PPT

    Hi,
    I have one requirement in which we need to provide
    While downloading report can we provide current date in downloading name automatically?(obi ee 10.1.3.4.1)
    As far as i know i hope this is not feasible.
    Can you please confirm on the above requirement.
    Thanks in Advance

    sgkon wrote:
    Hi,
    I have one requirement in which we need to provide
    While downloading report can we provide current date in downloading name automatically?(obi ee 10.1.3.4.1)
    As far as i know i hope this is not feasible.
    Can you please confirm on the above requirement.
    Thanks in AdvanceDid you try looking at using BI Publisher? Take a look at this:
    http://obiee-bip.blogspot.com/2010/05/dynamic-delivery-file-naming-in-bi.html

  • Automatically add current date to contact sheet?

    Is there some code/script that can be added to the footer text area that will cause a date to be automatically added to the footer like there is in Microsoft products?
    For instance in Word you can put &date, &time to have the date and time added automatically in the footer.
    I use the contact sheet feature to print out screen shots of items that may change on a regular basis and having a date will let me know which is the most recent. I can type it in maually, but thought there might be  a way to have the application do this instead.
    Thanks for any help!

    You could try looking in the Bridge Scripting forum at  http://forums.adobe.com/community/bridge/bridge_scripting

  • 2 month old date from current date in red color only

    Hi all,
    How can I Highlight 2 month old date from current date in red color only at report level with using Alertr.
    Example:-
    Date
    3/27/2014
    4/3/2014
    3/5/2014
    4/1/2014
    3/31/2014
    5/24/2013
    2/10/2014
    4/11/2014
    12/11/2013
    9/25/2013
    1/30/2014
    2/18/2014
    2/24/2014
    1/6/2014
    3/3/2014
    Thanks
    Sam

    Hello Sam,
    are you using Universe for your report..if Yes..pls try below option.
    Create two objects in the universe
    Object1 syntax: current date() (Note:this object you can create at webi level)
    Object 2 syntax:addmonths(sysdate;-2)
    Now create a alert in webi report by using below conditions
    Day is less than Object1
    and
    Day is greater than Object2
    Please try this and let me know if any issues.
    Regards,
    Naveen D

  • Current date as default value in scaffolding

    I added a datefield to scaffolding and I'd like to populate it with a default value set to current date.  How can I do that?

    Hello Ram,
    We can not put current date as default value in Crystal Reports 2008.
    If your prompt has calendar then current date will be highlighted once you click on calendar icon.
    HTH.
    Sumit

  • Displaying current date

    Hi Gurus,
    I have an AP requirment in which i have to display the current date in a column of the report and then i have to find the status of the document whether it is due or not yet due depending on the due date. How will u display the current date in the report? Is there any standard variable which can be used or should i write Exit. I also want to implement aging buckets for this report. Please suggest me how to move forward with this?
    Regards,
    Raghavendra.

    Hi Raghavendra,
    Where u want to display the current date in report ....do u want to display it as a label of the column --- If so then u can use the Text variable option.
    For the reporting requirement please provide the query structure to help u out better .  What wil be in the rows and in columns and what kind of logic is required for buckets.
    Thanks
    dipika

  • How could be set monthly schedule report for 6 month automatically??

    Hello Friends,
    I have to requirment for schedule report:Means when report has been montly schedule and
    user are gettiing report through email in pdf formate:But in bex query level Monthyear(selection) has set
    intervals.My question is how could be set interval(6 months) so,automatically every month
    report will be schudle .
    Example
    When Month year (Filter):201403 to 201408 (its for month August).
    But when month will be come september.So,Data will be come automatically like that Month year:201404 to 201409.
    So, kindly advice me ASAP.
    Regards,
    Wasem

    Hi Arrijit,
    Thanks for promt reply.
    I got your concept but actually i have to need data below example.
    If schedule report (In CMC) monthly through user will be get pdf format.
    If month August below example like that
    Monthyear   XYZ values
    201402         200
    201403         300
    201404          400
    201405        500
    201406          600
    201407          600
    same as above when  September(not manually ,should be dynamically) come below example like that
    Monthyear   XYZ values
    201403         300
    201404         400
    201405          500
    201406         600
    201407          600
    201408          700
    How could be do???
    Pls advice

  • Retrieved the instance(s) of scheduled reports

    Hello
    I am writing a Java command-line program in order to schedule reports (in "right now" mode) in BO XI R2 running on a Windows Server 2003 server.
    This program will be launched from an third part scheduler which needs to know the final status of the scheduled report.
    My idea is to code an active loop (with sleep) that checks uppon instance status until it is COMPLETED or FAILED.
    First, is there another, more elegant way to do it? (maybe using some kind of listener mecanism or something)
    Otherwise, how can I retrieve a reference of the instance scheduled using the Schedulable.schedule() method?
    I was thinking about using the Schedulable.getLatestInstance() method but there is no garantee that this is REALLY the one that this program has just scheduled, is there?
    Thanks
    Guillaume

    Very usefull answer, thanks.
    I experienced a difference between scheduling a report from the InfoView and from the SDK:
    When a report is scheduled from InfoView, it goes to the 'RUNNING' status right away but when scheduled from the Java SDK, it stays in the 'PENDING' status for a minute or so before going to the 'RUNNING' status.
    Any idea why?
    Here is a snippet of code I am using (just in case):
                   ISchedulable reportSchedulable = (ISchedulable) infoObject;
                   IInfoObject reportObj = infoObject;
                   ISchedulingInfo reportScheduleInfo = reportSchedulable.getSchedulingInfo();
                   reportScheduleInfo.setType(CeScheduleType.ONCE);
                   reportScheduleInfo.setRightNow(true);
                   infoObjects = infoStore.query("select top 1 * from CI_SYSTEMOBJECTS where SI_NAME = 'CrystalEnterprise.Managed'");
                   IManaged managed = (IManaged) infoObjects.get(0);
                   IManagedOptions managedOptions = (IManagedOptions) managed.getScheduleOptions();
                   managedOptions.setDestinationOption(IManagedOptions.CeDestinationOption.ceInbox);
                   managedOptions.setSendOption(IManagedOptions.CeManagedSendOption.ceCopy);
                   Set destinations = managedOptions.getDestinations();
                   for(int i = 0; i < recipients.length; i++) {
                        infoObjects = infoStore.query("select top 1 * from CI_SYSTEMOBJECTS where SI_KIND = '"+ recipients<i>[0] +"' and SI_NAME = '"+ recipients<i>[1] +"'");
                        IInfoObject userOrGroup = (IInfoObject) infoObjects.get(0);
                        destinations.add(new Integer(userOrGroup.getID()));
                   IDestination managedDestination = reportScheduleInfo.getDestinations().add(managed.getProgID());
                   managedDestination.setFromPlugin(managed);
                   infoStore.schedule(reports);
                   Object newJobId = reportObj.properties().getProperty("SI_NEW_JOB_ID").getValue();
                   int newJobStatus;
                   String query = "select top 1 * from CI_INFOOBJECTS where SI_ID = '"+ newJobId +"'";
                   boolean loop = true;
                   while(loop) {
                        infoObjects = infoStore.query(query);
                        newJobStatus = ((IInfoObject) infoObjects.get(0)).getSchedulingInfo().getStatus();
                        loop = newJobStatus != ScheduleStatus.COMPLETE && newJobStatus != ScheduleStatus.FAILURE;
                        String statusStr;
                        switch(newJobStatus) {
                        case ScheduleStatus.COMPLETE:
                             statusStr = "COMPLETE";
                             break;
                        case ScheduleStatus.FAILURE:
                             statusStr = "FAILURE";
                             break;
                        case ScheduleStatus.PAUSED:
                             statusStr = "PAUSED";
                             break;
                        case ScheduleStatus.PENDING:
                             statusStr = "PENDING";
                             break;
                        case ScheduleStatus.RUNNING:
                             statusStr = "RUNNING";
                             break;
                        default:
                             statusStr = "UNKOWN";
                        ToolBox.log("La plannification est au statut '"+ statusStr +"'.");
                        if(loop) {
                             Thread.sleep(1000);
                   session.logoff();

  • Automatically add a current date at the end of the comments

    Hi,
    I have a form on a table with 5 fields... on one the field I am asking my users to enter comments...
    I am looking for a functionality to automatically add a current date at the end of the comments, only when they are updated or newly filled in...
    Please advice how can I do it... I am anticipating some sort of a trigger on column (when the data is modified)...
    Thanks

    automatically add a current date at the end of the comments, only when they are updated or newly filled inDo you want to add the date to the page item itself and hence show it to the end user as and when its changed, thn
    Assuming comments item is named '*P1_COMMENTS* , add the following to the "execute on load"
    $('P1_COMMENTS').change( function(){
      var d = new Date();
      $s('P1_COMMENTS', $v('P1_COMMENTS')+ d.toUTCString() );
    });If its to be done only when updating ie in the PLSQL block
    UPDATE <table name>
    SET <comments _column> = (  SELECT DECODE(  NVL(<comments _column>,'')
                                                                          ,NVL(:P1_COMMENTS,'')
                                                                          ,<comments _column>
                                                                          ,:P1_COMMENTS||TOCHAR(SYSDATE,'DD-MON-YYY')
                                                  FROM DUAL
    WHERE <condition>

Maybe you are looking for

  • PO requisition workflow error.

    Hi all, I am getting an error while the approval for the PO requisition. Error - "the user exceeds the limit" . Is it because i have maintained the user as both technical and non-technical approver?. I have checked in the function module for approver

  • Radeon only boots with video sometimes

    Alright, I'm having a strange problem. About half the time when I start my system, the radeon driver loads properly, kms kicks in, the terminal resolution changes and everything works peachy. The other half of the time, right when the driver is loade

  • Error Code 88 with Pixma Pro9500 even with art margins set correctly

    I'm getting error code 88 (from the Canon Pro9500 series print monitor window) when attempting to print on an A3Plus art paper (Hahnemuehle William Turner), even though I have the paper size set correctly (in the Photoshop Print Dialog, Print Setting

  • Smart playlists not updating on touch

    Since i upgraded from an ipod video to touch, my smartplaylists with "last played is not in the last X days" criteria are not live-updating on the ipod. I read on several posts that this is a known bug and apple chooses not to fix it. How is this pos

  • Transferring audio tape to CD

    Can I play an audio tape and record it to iMovie? I would like to increase the volume of one speaker on the tape. Then, I would save it to a CD. Is this possible? If so, what kind of cable would I need to buy?Thanks, Miriam