How do I publish the latest instance of a report object ?

I have 2 report objects which are scheduled/refreshed daily around 8:00am ish.
History shows a new report instance is successfully created each day.
I have a recurring daily publication which emails them out to dynamic recipients as PDF attachements at approx 8:15am.
Trouble is the attached reports are always the same ie. the 1st/oldest saved instance.
How do I pick up the latest available instance of a report within the publication ?
Note - I am trying to avoid refreshing the reports at publication time because of locking issues.
          I am also trying to avoid maintaining 2 separate publications.
Any ideas ?
Thanks
Malcolm.

See if using the id3 property of the Sound class helps you out.  There's no guarantee that your sound carries the id3 info you want.

Similar Messages

  • How to sync the latest instance' of scheduled report with the report link

    I've scheduled one report daily and it seems to be working fine: I can view the latest instance or I can do it from the history.
    But when I'm trying to open report using traditonal link to the report, it shows only content based on the last save manual event after refreshing.
    I'm looking for a way to sync reports under 'View Latest Instance' link and Report link.
    Any ideas?
    thx

    Jacques, thanks a lot, it is very helpful.
    But now I got another headache, the link to that report shows the latest instance, but 'View' link points to old report manually run and it can be confusing for customer.
    What will be next logical step: remove 'View' but how or I can add time-stamp to each report to highlite when the report is produced
    Any suggestions?
    anyway, many thanks for your help
    Michael

  • How to pick up the latest report instance of a schedueld report

    Hi,
    I am supporting a custom application (.NET), which has to pick up the latest report instance by accepting the Report ID.
    At times, the application does seems to be pick up the wrong (older) instance. This is not happening all the times but certain reports behaves this way once a while.
    This is how the application seems to be determining the latest instance.
    SELECT * FROM CI_INFOOBJECTS
    WHERE SI_PROGID = 'CrystalEnterprise.Report'
    AND SI_INSTANCE_OBJECT = 1
    AND SI_SCHEDULE_STATUS = 1
    AND SI_PARENTID= '" + id + "'
    ORDER BY SI_ID DESC
    Once the above statement returns all the available instances it just pick up the very first instance and returns it back to the application and it gets displayed through the Report Viewer.
    My question here is that, does this order (ORDER BY SI_ID DESC) will always return me the latest instance first? When I manually verify the instance ID, it seems to be getting incremented eventhough it is a random number.
    When I review the InfoView code, which also seems to be doing the same thing I have found that it is using SI_UPDATE_TS instead of SI_ID.
    Could someone please tell me which is the correct one to use? I tried by could not able to find references anywhere.
    Environment: BO XI R2 - SP2

    Jason,
    Thanks for the info. The query builder o/p and the application o/p are the same. When this situation happened last time I just simply deleted those older instances from the history and left only the current one.
    This has forced the query to return the only available instance, which is the current one.
    My suspect here is that, the SI_ID of a new instance is smaller than the older instance...
    for example,
    Instance 1 - 10023
    Instance 2 - 12344
    Instance 3 - 9892
    Is this possible?? Since I have deleted the older instances I have no way to confirm this case unless it happens again.
    The BO documentation about SI_ID reads like this...
    "This property is used to uniquely identify an object. The number is assigned at creation time, and is never changed until the object is destroyed. You should never hard-code this number, however, since if the object is destroyed the number may be assigned to another object. No two objects have the same ID, even if they are different types of objects; that is, you will never find a report that has the same ID as a folder."
    As it claims that an ID can be re-used if the object is destoryed I assume that though the new ID will be unique there is no guarantee that it will be bigger than the previous instance of the same object.
    But the problem is that I dont have a documentation proof to claim this hence asking help from the guru's here...
    Regards,
    Elan.

  • Is Java on my iMac automatically upgraded via the App Store if not how do I download the latest version

    Is Java on my iMac automatically upgraded via the App Store if not how do I download the latest version.  I'm currently having a few issues when visiting a website for instance some other site opens at the same time.
    Regards,
    Ken Vooght

    I'm not too keen on automatic updates. They can slow down your tasks, and a simple banner ad from a phishing site can make it look like an update is coming, when there is none there, and have you download a trojan horse.   It is best to get it from the source directly.

  • In mail how do I get the latest entries to appear at the top automatically, at the moment I have to move the cursor from the bottom to the top to read the latest email?

    In mail how do I get the latest emails to appear at the top of the column automatically. At the moment I have to scroll up from the bottom oldest entires to find my latest mail arrivals

    What device are you using?
    I assume you are talking about something other than the iPad?
    Is there a sort order above the date column? Clicking on this can switch between Ascending and Descending order.

  • How to find out the latest Record in per_all_people_f and per_all_assignme

    Hi ,
    How to find out the latest Record in per_all_people_f and per_all_assignments_f
    Requirement : Need to find out the latest record in per_all_people_f and per_all_assignments_f to update the attribute column with pre defined value . Its not possible to track only with person_id / assignment_id and effective end date
    SELECT pp_id
    FROM (SELECT app.person_id pp_id,
    asf.*
    FROM apps.per_all_people_f app,
    apps.per_all_assignments_f asf
    WHERE --app.person_id=123568 and
    asf.person_id = app.person_id AND
    app.effective_end_date = to_date('31-dec-4712') AND
    asf.effective_end_date = to_date('31-dec-4712')
    GROUP BY app.person_id)
    HAVING COUNT(pp_id) > 1
    GROUP BY pp_id
    This query also returns more than 1 value for person_id .
    It would be great if you put comment on this .. Thanks in advance ,
    Arya

    I am getting more records with asf.primary_flag='Y' . If you give ur mail id , i will send the sample data
    ASSIGNMENT_ID     EFFECTIVE_START_DATE     EFFECTIVE_END_DATE     BUSINESS_GROUP_ID     RECRUITER_ID     GRADE_ID     POSITION_ID     JOB_ID     ASSIGNMENT_STATUS_TYPE_ID     PAYROLL_ID     LOCATION_ID     PERSON_REFERRED_BY_ID     SUPERVISOR_ID     SPECIAL_CEILING_STEP_ID     PERSON_ID     RECRUITMENT_ACTIVITY_ID     SOURCE_ORGANIZATION_ID     ORGANIZATION_ID     PEOPLE_GROUP_ID     SOFT_CODING_KEYFLEX_ID     VACANCY_ID     PAY_BASIS_ID     ASSIGNMENT_SEQUENCE     ASSIGNMENT_TYPE     PRIMARY_FLAG     APPLICATION_ID     ASSIGNMENT_NUMBER     CHANGE_REASON     COMMENT_ID     DATE_PROBATION_END     DEFAULT_CODE_COMB_ID     EMPLOYMENT_CATEGORY     FREQUENCY     INTERNAL_ADDRESS_LINE     MANAGER_FLAG     NORMAL_HOURS     PERF_REVIEW_PERIOD     PERF_REVIEW_PERIOD_FREQUENCY     PERIOD_OF_SERVICE_ID     PROBATION_PERIOD     PROBATION_UNIT     SAL_REVIEW_PERIOD     SAL_REVIEW_PERIOD_FREQUENCY     SET_OF_BOOKS_ID     SOURCE_TYPE     TIME_NORMAL_FINISH     TIME_NORMAL_START     BARGAINING_UNIT_CODE     LABOUR_UNION_MEMBER_FLAG     HOURLY_SALARIED_CODE     REQUEST_ID     PROGRAM_APPLICATION_ID     PROGRAM_ID     PROGRAM_UPDATE_DATE     ASS_ATTRIBUTE_CATEGORY     ASS_ATTRIBUTE1     ASS_ATTRIBUTE2     ASS_ATTRIBUTE3     ASS_ATTRIBUTE4     ASS_ATTRIBUTE5     ASS_ATTRIBUTE6     ASS_ATTRIBUTE7     ASS_ATTRIBUTE8     ASS_ATTRIBUTE9     ASS_ATTRIBUTE10     ASS_ATTRIBUTE11     ASS_ATTRIBUTE12     ASS_ATTRIBUTE13     ASS_ATTRIBUTE14     ASS_ATTRIBUTE15     ASS_ATTRIBUTE16     ASS_ATTRIBUTE17     ASS_ATTRIBUTE18     ASS_ATTRIBUTE19     ASS_ATTRIBUTE20     ASS_ATTRIBUTE21     ASS_ATTRIBUTE22     ASS_ATTRIBUTE23     ASS_ATTRIBUTE24     ASS_ATTRIBUTE25     ASS_ATTRIBUTE26     ASS_ATTRIBUTE27     ASS_ATTRIBUTE28     ASS_ATTRIBUTE29     ASS_ATTRIBUTE30     LAST_UPDATE_DATE     LAST_UPDATED_BY     LAST_UPDATE_LOGIN     CREATED_BY     CREATION_DATE     TITLE     OBJECT_VERSION_NUMBER
    931510     7-Nov-08     31-Dec-12     122     (null)     (null)     (null)     3978     1     (null)     14402     (null)     220150     (null)     734956     (null)     (null)     476     (null)     (null)     (null)     (null)     2     E     Y     (null)     100035417-2     (null)     (null)     (null)     45948739     (null)     (null)     (null)     (null)     (null)     (null)     (null)     868007     (null)     (null)     (null)     (null)     449     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)                                        
    797386     26-Aug-08     26-Aug-08     122     (null)     (null)     (null)     3980     3     (null)     14402     (null)     218925     (null)     734956     (null)     (null)     476     (null)     (null)     (null)     (null)     1     E     Y     (null)     100035417     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     740071     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)                                        
    916076     26-Aug-08     31-Dec-12     122     (null)     (null)     (null)     3980     1     4     14402     (null)     218925     (null)     734956     (null)     (null)     476     (null)     (null)     (null)     (null)     1     B     Y     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)                                        
    797386     25-Feb-08     25-Aug-08     122     (null)     (null)     (null)     3980     1     (null)     14402     (null)     218925     (null)     734956     (null)     (null)     476     (null)     (null)     (null)     (null)     1     E     Y     (null)     100035417     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     740071     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)     (null)

  • How do I install the latest version of Quicktime so that I can run iTunes?

    When I try to upgrade to iTunes 8, , I get a message saying that I need the latest version of Quicktime. How do I install the latest version of Quicktime? Is it necessary to ru n iTunes?Please help!

    Hello Slm7531
    Check to make sure that your that you do not have anything that would be blocking access to the iTunes store like a firewall or security software. The second article below will assist with troubleshooting accessing the iTunes Store.
    iTunes 11.1.2
    http://support.apple.com/kb/dl1614
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    -Norm G.

  • HT201250 When migrating from time machine to my new hard drive, it migrates the first back-up I made several years ago. How can I migrate the latest back-up ?

    When migrating from time machine to my new hard drive, it migrates the first back-up I made several years ago. How can I migrate the latest back-up ? I need time machine to migrate the latest back-up. Should I delete the older back-ups ?

    As noondaywitch says, it should use the latest backup.
    Where are your backups (external HD, Time Capsule, etc.)?
    It sounds like there are two separate sets, and you're not connected to the right set.

  • I have created a Muse site for a client that wishes to host with Business Catalyst. How do I publish the site with their account rather than using one of my free sites?

    I have created a Muse site for a client that wishes to host with Business Catalyst. How do I publish the site with their account rather than using one of my free sites? This is so I can keep my free ones for personal projects but also so they can pay for their own hosting. I am happy to set it all up for them but not sure what to do.

    Hi
    You can use their BC login details and use them , which on publish the site will be under their account.
    Please change the BC login from Edit > Preferences > Publish > Switch Accounts , for Mac it would Adobe Muse > Preferences
    Thanks,
    Sanjit

  • How can I download the latest Microsoft Office for my Macbook Air through the App Store?

    How can I download the latest Microsoft Office for my Macbook Air through the App Store?

    Welcome to Apple Support Communities
    Microsoft Office is not available in the App Store. Instead, you can purchase it in the Microsoft site > http://www.microsoft.com/mac
    Note that there are other apps that do the same, like Apple iWork (available in the Mac App Store) or LibreOffice, open-source and free. I recommend you to give LibreOffice a try.
    If you are interested in Office for Windows, you can find it in the Microsoft Store or at shops

  • I can't open the RAW files from my new Nikon D4s camera in photoshop? How do I download the latest software for RAW files?

    I can't open the RAW files from my new Nikon D4s camera in photoshop? How do I download the latest software for RAW files? Cheers!

    What version of Photoshop are you running?  You will need at CS5, CS6, CC or CC2014.  Each version needs a different ACR-plug-in to open files from that camera.
    If you are on CS4 or earlier, you'll need to upgrade—or, in the alternative; look for, download, instal, launch and run the free, stand-alone DNG Converter 8.6 on each file of raw NEF files to convert them to raw DNGs first so you can open them in your version of Photoshop and ACR plug-in higher than 2.4.

  • HT5318 How can I download the latest version of iTunes to my iPad when I don't have enough space in my local c disc on my laptop?

    How can I download the latest version of iTunes to my iPad when I don't have enough space in my local c disc on my laptop?

    You don't download itunes to your ipad at all.

  • How can I download the latest version of Safari?  Exact instructions.

    How do I download the latest version of Safari?  I keep getting a message that my current version is no longer supported.  Isn't there something I can just click on?  I can't see how to actually download it (gen x, not as smart as I once was ), but please help me anyway.

    You may have to settle for as recent of version of Firefox, as your OS X 10.6.8 will allow.
    Even an older archived Firefox would be more recent than Safari from that era.
    https://www.mozilla.org/en-US/firefox/new/
    see:
    https://support.mozilla.org/en-US/kb/how-download-and-install-firefox-mac
    The method to get a later version of Safari, would be to see if the computer can be upgraded
    to a later fully new OS X which includes a period-correct Safari version. That's about it.
    And an upgrade to a later OSX may compromise the kind of computing experience you'd
    found acceptable with Snow Leopard 10.6.8. I'd consider a later computer, as a vehicle to
    access later OS X versions, and keep the older computer (with backups) in Snow Leopard.
    The online App Store may suggest a later OS X version than you have. The latest it may
    (or not) support is Yosemite. That would likely require a RAM upgrade and perhaps a new
    hard disk drive of faster rotational speed, or perhaps an upgrade to SSD, to add speed to
    allow the bulkier newer OS X to work OK. Then you may need to get newer applications.
    Other available OS X versions, not as new as Yosemite, would be available by purchase
    in the Apple Store online. A code would be sent to your email, to unlock these downloads.
    If you fall into the potential upgrade trap, be sure to create viable external clone or bootable
    copy of your current system on external device; and have backup Time Machine archive, too.
    In any event... there isn't a newer Safari for Snow Leopard 10.6.8.
    Good luck & happy computing!

  • Installation, how do i download the latest camera raw plugin for elements 11

    how do i download the latest version of camera raw plugin for elements 11

    Hi sheffwedtheowls,
    You can download the Camera Raw from : http://www.adobe.com/support/downloads/product.jsp?product=106&platform=Windows
    Adobe application...
    Shipped with Camera Raw plug-in version...
    Compatible with Camera Raw plug-in through version...
    Photoshop Elements 11
    7.1
    8.0
    Please refer : http://helpx.adobe.com/x-productkb/global/camera-raw-compatible-applications.html
    Regards,
    Rave

  • How do I get the latest camera raw for Lightroom 4.2?

    How do I get the latest camera raw for Lightroom 4.2?

    You simply run the updater. if there is a newer version, it will be installed. Other than that 4.2 is the latest release version, 4.3 is currently in the final testing stages and can be downloaded from the Adobe Labs pages.
    Mylenium

Maybe you are looking for

  • Domain Controllers relies on one another

    I inherited a server system and was told that a certain server was the domain controller. For years we added accounts, servers, etc on this domain controller. Recently we made some changes and took other servers out of production. When doing so we no

  • Downloading Adobe Photoshop Lightroom 4 JRun Serlet Error

    I am trying to download Adobe Photoshop Lightroom 4, that I purchased back in 2012 for my windows laptop, to my new Mac laptop but when I click the download button all I get is JRun Serlet Error 413 Header length to Large. I have no idea what this me

  • Sync AD to OD in oneway, How?

    Hello We have to AD Server in our HQ. In the branch we have a complete mac envoirement with citrix. I have read a dozen of tutorial related to OD/AD but I have found no solution to setup an envoirement that the AD Server is master and sync to OD. Bec

  • Can a stylus be used with iPad

    I am wanting to use a stylus with my iPad and have not found one that works; any suggestion is greatly appreciated

  • Can't recreate library help me please

    Hi, I used the instructions to recreate my itunes library when I did the last step opening itunes.library.xml I get the error it can't be imported because it doesn't appear to be a valid exported file. Now what? My music is all on my hard drive how d