How Do I Create a List of Reports?

Looking to create an exportable list of reports that are housed in my Crystal Reports Server 2008 Enterprise.  Report Name, owner, next run time, last modify time, etc.  The export preferably needs to be in Excel.

You can use the Query Builder to find this information. The result would be in HTML.
If you need a specific output type, you can create a script using the SDK which retrieves this information and writes it to an Excel file.

Similar Messages

  • How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?

    How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?
    I currently run OS X 10.10.1
    Now i have been trying to work on this for a while now and what i want to do should be simple but its apparently not.
    Here is an example of what i want to happen.
    I will have 2 tabs: Contact | Sales
    Now Contacts will have the list of names and various information about a customer, While Sales will have one drop-down box for each Cell Row that will show the names of the person in tab contacts
    for what i am wanting to do i cant use the data format pop-up menu because the list is edited everyday several times a day.
    Now how do i do this, Excel can do this so how can numbers do it?

    Hi Shegra,
    Paste this into a applescript editor window and run it from there. In the script you may need to adjust the four properties to agree with your spreadsheet. Let me know if you have any questions.
    quinn
    Script starts:
    -- This script converts column A in one table into an alphabetized list of popups. It copies the last cell in that column. Then reverts the column to text. It then refreshes popups in column A of a data table starting with a user defined row.
    property DataEntrySheet : "Sheet 1" --name of sheet with popups to be refreshed
    property DataEntryTable : "Sales" --name of table with popups to be refreshed
    set copyRange to {}
    property PopValueSheet : "Sheet 1" --name of sheet with popup values table
    property PopValueTable : "Contacts" --name of table with popup values
    set PopStartRow to {}
    tell application "Numbers"
      set d to front document
      set ps to d's sheet PopValueSheet
      set pt to ps's table PopValueTable
      set s to d's sheet DataEntrySheet
      set t to s's table DataEntryTable
      set tf to t's filtered --this records filter setting on data Entry Table
      display dialog "Start from row #..." default answer "" with icon 1 -- with icon file "Path:to:my.icon.icns" --a Week # row
      set PopStartRow to {text returned of result}
      tell pt --convert list to alphabetized popups
      set ptRows to count rows
      set copyRange to ("A2:" & name of cell ptRows of column "A")
      set selection range to range copyRange
      set selection range's format to text
      sort by column 1 direction ascending
      set selection range's format to pop up menu
      -- popupsmade
      set selection range to cell ptRows of column 1 of pt
      set v to value of cell ptRows of pt
      end tell
      activate application "Numbers"
      tell application "System Events" to keystroke "c" using command down
      tell pt
      set selection range to range copyRange
      set selection range's format to text
      end tell
      tell t
      set filtered to false
      set tRows to count rows
      set pasteRange to ((name of cell PopStartRow of column "A") & ":" & (name of cell tRows of column "A"))
      set selection range to range pasteRange
      tell application "System Events" to keystroke "v" using command down
      set filtered to tf
      end tell
    end tell

  • How can we display the list of Report Names in Dashboard Prompt?

    How can we display the list of Report Names in Dashboard Prompt?

    Hi,
    No its not possible to display list of reports in dashboard prompts.
    Can do this using SQl results in prompt(we write query checking out report names manualy),but its not easy thing if you are having many report names to be displayed.
    Assign points and close your threads if answered.
    Refer : http://forums.oracle.com/forums/ann.jspa?annID=939
    Regards,
    Srikanth

  • Create a listing of reports with last run date and # of times run

    Hi All,
    I want to create a listing of reports with last run date and number of times report is run in the past 18 months.
    If anybody can please help me with the query for the same.
    Regards,
    Sk
    Edited by: user10989244 on Aug 18, 2009 7:12 AM

    Hi Sk
    Assuming you have the collection of statistics enabled, which it is out of the box, you can get the information you need from the EUL5_QPP_STATS table. This script will help:
    SELECT
    QPP.QS_DOC_OWNER WORKBOOK_OWNER,
    QPP.QS_DOC_NAME WORKBOOK_NAME,
    QPP.QS_DOC_DETAILS WORKSHEET_NAME,
    QPP.QS_CREATED_BY RUN_BY,
    TRUNC(MAX(QPP.QS_CREATED_DATE)) LAST_USED_DATE,
    COUNT(QPP.QS_ID) TIMES_USED
    FROM
    EUL5_QPP_STATS QPP
    WHERE
    QPP.QS_CREATED_DATE >= ADD_MONTHS(SYSDATE, -18)
    GROUP BY
    QPP.QS_DOC_OWNER,
    QPP.QS_DOC_NAME,
    QPP.QS_CREATED_BY,
    QPP.QS_DOC_DETAILS
    ORDER BY 1,2,3;
    Best wishes
    Michael

  • How to extract all the list of reports names available in the WEBI public?

    can anyone please help me how  to extract all the list of reports names which are available in the WEBI Public folder?
    I ran the VB macro downloaded from net but that is extracting all crystal,deski & webi reports..
    but i want only webi list of reports..
    Please help me to achieve this?
    Thanks
    Radha

    Is this about Business Objects WEBI? You might want to post in the BOBJ forums instead.[BOBJ Forums|/community [original link is broken];

  • How do you create a list from Contacts, including Photos?

    How do I create a list of Contacts, including photos in Address Book?  I want to print this list out.

    You can print a list by selecting a group and and using "File > Print".
    In the Print dialoge you can select a print stile for the list and and check, which attributs you want to have included. Only the photo is not selectable, sorry.
    use one of the styles "Pocket Addressbook" or "Lists".

  • How to filter a sharepoint list with report parameters

    Hello there,
    I'm trying to make a sql report on a sharepoint library. I have no problems to connect to the library but i cannot find a way to filter my data source with report parameters. I've searched on the net a lot, found some stuffs about xml but nothing that shows
    how to do it with sharepoint. Any help would be greatly appreciated!
    Thanks in advance!

    Hi mgarant,
    As you mentioned, by default, we can use xml parameter "query" to filter a SharePoint list from SQL Server Reporting Services. We can also modify the value for the "query" to use SQL Server Reporting Serivces parameters to filter the SharePoint list.
    Below are the detailed steps for your reference:
     1.Change the query string to be a string like this:
    <Query>
    <SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction>
    <Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems">
    <Parameters>
    <Parameter Name="listName">
    <DefaultValue>{ADBE55DB-63A1-4C14-9DA0-B1B05C13B4C8}</DefaultValue>
    </Parameter>
    <Parameter Name="query" Type="xml">
    </Parameter>
    </Parameters>
    </Method>
    <ElementPath IgnoreNamespaces="true">*</ElementPath>
    </Query>
     2.In the dataset modification dialog, go to "Parameters" tab.
     3.Create a Report Parameter(e.g. CityParam).
     4.In parameter tab, create a parameter with:
    Name: query
    Value: ="<Query>
       <Where>
          <Eq>
             <FieldRef Name='WorkCity' />
             <Value Type='Text'>" & Parameters!CityParam.Value & "</Value>
          </Eq>
       </Where>
    </Query>"
    Please note, “case sensitive” is required. In this case, the parameter name for "query" must be in lower case. WorkCity is name of a field in the SharePoint list.
    For more information about how to retrieve value from SharePoint list, I would suggest you reading the following article and threads:
    http://vspug.com/dwise/2007/11/28/connecting-sql-reporting-services-to-a-sharepoint-list-redux/
    http://blogs.msdn.com/mariae/archive/2007/12/13/querying-sharepoint-list-from-reporting-services-returns-only-not-null-columns.aspx
    I also implemented a sample, you could download it from:
    http://cid-3c7e963ff6ccd974.office.live.com/browse.aspx/.Public/SharePoint%20List%20sample?uc=2
    Please feel free to ask, if you have any more questions.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • How do I create a list of only weekdays in Numbers?

    I would like to create a list of weekdays in one column. Using the highlight & drag method doesn't work, as Numbers repeats the highlighted list, instead of extending it. Here is what I am looking for:
    1/3/2011
    1/4/2011
    1/5/2011
    1/6/2011
    1/7/2011
    1/10/2011
    1/11/2011
    1/12/2011
    1/13/2011
    1/14/2011
    1/17/2011
    12/31/2011
    Any ideas on how to accomplish this easily?
    Thanks!

    All i did was type in the first weeks worth (say Jan 2 through 6). You can type the first and fill down for the other 4. Then in the next cell down (B6) just enter =B1+7
    This will add seven days to the first "monday" located in B1. Fill it down and it will continually add seven days to the date 5 rows above it.
    NOTE: this does not account for holidays. If you need holidays excluded, we need another method
    Jason

  • How can I create a list from the e-mail addresses "To:" field of an e-mail?

    Is there a way to automatically create a mailing list from a list of people who have received an e-mail? I know how to create a list manually, but there are a lot of e-mail addresses, so this would be an incredibly tedious process.
    Thanks!

    https://getsatisfaction.com/mozilla_messaging/topics/how_to_create_a_mailing_list_from_a_list_of_email_recipients
    Install the add-on and right-click any recipient in the To: field in the Header Pane.

  • How do I create a list of files and tags in Album

    I would like to create a list of all the files I have in Album. (I am using Photoshop Album Started Edition 3.)
    Ideally this list will be formatted like this...
    FILE NAME (WITH EXTENSION) - DATE - TAGS
    Does anyone who if this can be done and how?
    PS - I poked around the Menus and tried a couple of forums searches, but no luck.

    Sorry. There is no way to do this [short of being an expert in MS Access and hacking the catalog file].

  • How do I create a list of available times?

    I frequently receive emails asking me when I'm free for a meeting.  I'd like to reply with a list of available times between specified dates.  How do I do this with existing Mac software or commercial products?  I've seen such listings from Outlook.
    Desired output:
    This Thursday I'm free:
    8:00 am - 9:00 am
    2:00 pm - 3:30 pm

    Alex573 wrote:
    ... I need to create a list ... , where I can add each item to the list individually, automatically, and without there being transitions for the entire list each time I add something to the list.
    that needs in a simple 12€ consumer-app some craftsmanship ...
    (and no, no automatics)
    • create your list in Keynote (or any other text or paint app ... or ppt ....)
    • save it as a jpeg
    • erase one 'line'
    • save it again
    • repeat steps until one line left
    => you get a couple of stills
    iM would allow to add those to your project; add a simple transition => lines 'appear'
    if you need the text overlaid to a video, use the the well-known 'transparent png' trick (then, the new line has to appear with a hard cut.
    to inspire you, read my (old) advice - it's shown with iMHD6, but the 'mechanics' is same.
    https://sites.google.com/site/karstenschluter/accents
    my website explains the png-trick too (does work in vers11) ...
    https://sites.google.com/site/karstenschluter/imovie09tricks
    maybe, you get inspired by the subpage about 'using Keynote for a vid-cast production'
    https://sites.google.com/site/karstenschluter/how-to-make-a-vidcast/keynote

  • How do I create a list of Document workspaces

    Hello
    I can't find anything on how to create a list of document workspaces in a webpart.
    If I have a 100 workspaces I can't have the list sitting in the quick launch bar, so I thought that a web part would be the next best thing on a page.
    Could anyone advise?
    I'm not a programmer, just a power user.
    Thank you.
    Mel
    Mel

    I don't believe there is a way to do this OOB. You can either use SharePoint Designer/ custom code to achieve the same.
    Also try the following code from CodePlex to display all sub webs, not sure if you can filter it to display only the Workspaces
    http://sharepoint247.codeplex.com/
    --Cheers

  • How do I create a list which compiles data from all lists on the sharepoint?

    I have many pages to my sharepoint which all have separate task lists. On my overview page I want to create a list so that all the tasks and data inputted into the other task lists on the site are compiled together in one list. This way I have a long list
    of tasks in one place, without going to each list. How would I do this?
    Thanks!

    Hi,
    Based on your description, my understanding is that you want to collect all the task items on a site to one task list.
    For accomplishing your request, you can create a Reusable Workflow.
    Open your site with SharePoint Designer 2013->create a Reusable Workflow named task, choose 2010 platform and Task content type->choose Copy List Item Action->Copy current item to you target task list.
    Then in every task list, create a workflow based on the new reusable workflow.
    Besides, you can use Project Summary web part or Content Search web part to accomplish collecting all task items.
    If there still exist some problems, Please feel free to let me know.
    Best Regards,
    Lisa Chen

  • How do I create email list in Numbers

    I am trying to create a list of email addresses in Numbers which I can copy and paste into an email.

    jemhockey,
    Sorry I don't know how to do that however there is a Numbers forum, I'd suggest also posting your question there.

  • How can I create a list?

    I want to create a list like this in html:
    <ol>
    <li>...</li>
    <li>...</li<
    </ol>
    How can I do this with Sun java Studio Creator ?

    You have to use HTML -- go to the Source tab and enter the HTML exactly as you put it here. If you want to position it in grid layout, put a style tag on the <ol> element.
    -- Tor
    http://blogs.sun.com/tor

Maybe you are looking for

  • How can I stop Safari from opening 99 tabs automatically

    When I first start up Safari - it automatically opens a huge number of tabs (the drop down menu on a tab right click shows an option to bookmark 99 tabs - and there are more tabs opened than I care to count). They appear to all be existing bookmarks;

  • Xpressmusic 5800 will no longer connect to the int...

    I have an xpressmusic 5800 and have been using wireless through my home router (and others access points) with no problems for months. I cleared my page history a few days ago and since then (not sure if it related or not) I have been unable to conne

  • I can't upgrade my current iPhoto 9.3.2 to 9.5 with my OS X Mavericks

    I have upgraded my MacBoon Pro with Mevericks but I can't seem to access to my iPhoto 9.3.2 I was informed that I need to upgrade to 9.5 which I tried but failed. And I've been consistently, using my Apple ID to log in all places (iTunes, Apple Suppr

  • Feature requests

    I'd like to submit some feature requests and complaints I've had with both the desktop and mobile apps. 1. Larger "add to queue" buttons for mobile- I always end up accidentally playing the track when I try to add it to the queue. This is extremely a

  • Satellite L750D - Window Media Player has sound but no pictures

    I have a Toshiba Laptop Satellite L750D, Win 7 Home Permium. I don't know why Win Media player just has sound but no pictures. Please some one help fix this problem. I don't have a recovery dics. Where can I down load it? I would very much appeciate