How do I set-up my Dataset to pull data for Service Requests for a report

I am using SQL Server 2012 Report Builder 3.0.
I have my Data Source added - DWDataMart
I want to build my Dataset to query and find a very specific item. Basically I am creating a daily report that will show what each "team" or Support Group (AD Object) Closed that day. He also wants the ability to open it by date, so if he misses
a day he can get it later.
I am totally new to this report building and only got this far by following a guide on a blog, but he used incident Reports in his example, and I do not know what objects to query for service requests.
Thanks for any information you can provide.

First, you will need to get the support group ID's in the warehouse before you can run reports for them.  I found that putting these queries in their own stored procedure was a better path.
select IR.IncidentTierQueuesId, IR.IncidentTierQueuesValue
from dbo.IncidentTierQueues as IR
where IR.IncidentTierQueuesId != 0
select SR.ServiceRequestSupportGroupId, SR.ServiceRequestSupportGroupValue
from dbo.ServiceRequestSupportGroup as SR
where sr.ServiceRequestSupportGroupId != 0
Enter the the support group ID's into your work item query.
Incident information is in dbo.IncidentDim and Service Requests are found in dbo.ServiceRequestDim.  Both incidents and service requests link to relationship data through dbo.WorkItemDim.  You can INNER JOIN on BaseManagedEntityId to link the incident
or service request to the workitem entry and from there to the Assigned Users, Affected Users, or Affected Configuration Items.  Each relationship has it's own separate fact views.
If you poke about in the tables, you will find it pretty easy to pull back all sorts of information from the data warehouse.

Similar Messages

  • How can i set a song from my music library to a ringtone for my iphone 4s

    how can i set a song from my music library to a ringtone for my iphone 4s?

    The procedure is the following:-
    *right click the song on itunes and click get info.
    *under the option, check in the start time and end time- This is the exactly which part of the song you want to make your ringtone.
    *Click Ok.
    * Again right click in the same song and click the CREATE AAC VERSION
    * Now you can see the same two song. if you have made the short length in step 2, lenght will be different.and this will be in (.m4a) format. and if you dont see on itunes you can search the name on finder. you will find both files.
    * Now you try to change the format (.m4a)  to (.m4r), you just delete a and add r and press enter bottom. and conform it.
    *Now you add this files to the ringtone/tones on itunes which is located on the left side bar of itunes.
    *make sure under the preference of your itunes under the general the tones section is checked in.
    *go to your device on itunes. Under the tones check in sync tones. You can Sync all tones or the particular tones which you want.
    *Now this tone is on your iphone. You can change your ringtone through setting>sound>ringtone and choose the particular one.

  • How do I set pages up so that I can type a script for a radio play

    here we go, that is if I'm not driven mad by the process of trying to work out how to use this help thing.
    how do I set pages up so that I can type a script for a radio play ie the character then as an indented bit what they say

    Here's a sample, using what should be a familiar script to any radio drama buff, and showing a few of the features you'll want to incorporate into your template.
    Features noted by arrows:
    This is the "First line indent" margin stop, in this case, set to produce a 'hanging indent'. This stop sets the starting position of the first line of a Paragraph.
    Left margin stop: This stop sets the starting position of all lines in a paragraph except the first.
    When setting margins, set this one first, as it will drag the First line indent stop with it when moved. After setting this one (by dragging it to the position on the ruler where you want it to be), drag the rectangle (First line stop) left as far as it will go.
    Right margin stop.
    Running Header: This is a combination of text that appears on every page, plus the page number / page count—very useful information when someone drops his script. (Typed here, but a combination of typing and inserting the two number calculators from the Insert menu in the actual template.)
    Tab character. Used to move the first line of the dialogue into alignment with the rest of that paragraph. The Left margin stop also acts as a Tab stop.
    Paragraph break (made by pressing the return key). After a Paragraph break, the next line of the script will start at the left margin of the page. To break a long monologue into smaller blocks, use a 'soft return', made by pressing Shift-return, as I've done twice here...
    ...to produce an empty line without creating a 'new paragraph' (or in this case, a new item on the current list.
    Those are the basics for producing the body of your script.
    Regards,
    Barry
    Sample script is an excerpt from:
    The War of the Worlds
    COLUMBIA BROADCASTING SYSTEM
    ORSON WELLES AND MERCURY THEATRE ON THE AIR
    SUNDAY, OCTOBER 30, 1938
    8:00 TO 9:00 P.M.

  • How can I set my Messages to view by date ?

    How can I set my Messages to view by date ?
    I don't like them to organize by thread.
    Are there any software to help me?

    You can't. By design and intention messages are provided/organized in conversation/threaded format by each contact you exchange messages with and the messages within each conversation are sorted by date.
    There is no 3rd party software/apps available that can change this with the included Messages application.

  • How do I set up a wifi hot spot in my house just for me?

    How do I set up a wifi hot spot in my house just for me?

    You can't use the wifi card to do both connect to a wifi network and then use the wifi card as a wifi hotspot. You'll need to connect the mac by ethernet and then you can set the wifi card as a hotspot.

  • How do I set up my iPhone 4s so siri will dial calls for me, find places and addresses for me, etc.?

    how do I set up my iPhone 4s so siri will dial calls for me, find places and addresses for me, etc.? Right now I just get the answer: "I am not permitted to do that for you" from siri

    See Note #1 near the bottom here:
    iOS: Understanding Restrictions (Parental Controls)
    You'll have to do a factory restore if you forgot (or don't know) the restrictions passcode.

  • How can I set up an email user as "send-only" (no mailbox for receiving)?

    Can anyone tell me how I can set up an email account that can send emails but not receive emails.
    Our Web application has been using a generic email address "[email protected]" in all of our PHP Web applications as the sending email account. I have this user set up in WORKGROUP ADMIN as a proper account. However the account gets tons of SPAM emails and is constantly filling up.
    Also, all of the email accounts require SMTP authentication to send emails.
    Is there any way to identify an account as a send only account so we can generate emails from our Web applications that cannot be replied to?
    Thanks for the help
    -- Jon

    Doing so will cause issues. If you send out mail which to an outside server appears to be non existent, mail may be rejected and you may even be blacklisted.
    You can remove the account from WGM and add a role account as an alias send to /dev/null. This will look to the outside world like an existing address, but simply be discarded on your system. You should however include a working address in your mailings for people to be able to respond.
    Assuming you use local domains, edit /etc/postfix/aliases and add:
    noreply: /dev/null
    (you can change noreply with the sender used in your PHP apps, but I'd probably change the PHP apps to use noreply as this signals to people receiving your mails that this address is unattended).
    When done, issue:
    sudo postalias /etc/postfix/aliases
    sudo newaliases
    sudo postfix reload
    HTH,
    Alex

  • How do I set up a master slide in Keynote that provides placeholders for multiple images?

    I came across an article in Mac|Life (Oct 2012 p90) titled "Create a Stylish Slideshow".  The steps include creating a master slide that allows for you to add multiple photos.  My master slide list for all themes allows for only one photo per slide.  What am I missing and how can I set up a slide to which I can add multiple photos as they do in this article?  Yes, I am using Keynote '09 v5.3.

    Thanks for the info.  Following the instructions which are covered in chap 12 of the User Manual, I found that I cannot use shapes as placeholders.  The only success I experienced was if I used an actual photo image.  With photos I could select  Define as Media Placeholder, with Shapes, the only option was to Define as Text Placeholder.  I will address this with a thorough review of chapter 12.  
    My initial problem was that I assumed that all themes in Keynote possessed the same set of Master slides.  When I found this not to be the case I looked at each theme and identified 12 of the 44 provided different master slide options which provided placeholders for more than 1 photo (a few provided up to 6).  For helpful information for others, here is a listing of those themes that provide master slides for more than 1 photo:  Editorial, Kyoto, Brushed Canvas, Typeset, Craft, Stock Book, Blue Print, Vellum, Modern Portfolio, White Corners, Storyboard, Formal. 
    Thanks again.  Your feedback got me on the right track to resolving my problem.

  • How do I set up a port on a SPA8000 to auto answer for a 2 way intercom/paging?

    I have a customer with an analog pbx system now that I am changing over to a sip system. They have a few lines that need to still have analog connectivity so I am installing a Cisco/Linksys SPA8000. One of my issues is with a 2-way PA system between their main office and shop. They have a Viking Model HF-3W paging system presently that allows them to communicate both ways without having to pick up a phone at the shop. I need to set the SPA8000 to have one port auto answer for this paging system but I am not sure how.

    See attached LV86 example. Open the properties dialog of the knob for more info about its configuration.
    Attachments:
    Log knob LV86.vi ‏7 KB

  • How do you set a usb sound card as the default sound device for all programs?

    I'm running cmus for a music player and it works fine with the internal speakers on my macbook pro. I'm using a usb sound card for a set of 5.1 surround speakers and cmus won't send it's audio to the usb sound card. I've also tried several other programs for audio and it seems to be hit or miss with being able to use the usb sound card. I'm not sure if I'm overlooking the a setting or if there is a different audio output plugin for cmus that has the functionality I need. Cmus also won't play over any bluetooth audio device while some other sounds will.

    Yes I did and it does not appear there. Only the ringtones I have created myself and the default ones appear in the list.
    In settings>sounds>ringtone however they all appear

  • Review activity set to notify Affected User of Approval Required - Service Request

    We are trying to setup a new employee on boarding process.   We have a service request form that gathers information.
    We also have a review activity that the affected user (who is the manager on boarding the employee) has to approve when they get a signed confidentiality agreement, etc.
    We cant set Affected User as a Reviewer but the affected user can approve.  
    How can we notify the affected user to review and approve the review activity.
    On the screen shot below it is the first review activity.
    Note:  we have some workflow activity events setup that work when the reviewer is assigned in the template.
    Thanks Lance

    You want to set the affected user of the SR as a reviewer on the RA? In essence approving their own request. Why not just make the signed confidentiality agreement mandatory (cannot create request without it). 
    Anyways you have two ways to go. A custom workflow/scheduled PS-script or a runbook. If you have Orchestrator that is the easiest. Setup a "Monitor Object" that targets new SRs and a criteria that uniquely identifies the SR (Title may do). Then get the related
    user from the SR and add this to the RA as a reviewer. Should be fairly easy to google a blog on specifics on how to do this.
    http://www.scsm.se/?p=895
    and a long one:
    http://blogs.technet.com/b/servicemanager/archive/2012/05/22/working-with-relationships-in-the-scsm-orchestrator-integration-pack.aspx
    http://codebeaver.blogspot.dk/

  • How to find the workflow for Change Request for the PO's

    Hi All,
    We have a PO which is pending and we can't receipt it again nor make payment on this. After checking the Approval history for that PO we found that the change request has been made. The change request was to change the amount to be paid to R39196 instead of R58237.00. We don't know where to check the workflow for the change request to identify the cause.
    what i need to know is how to find the workflow for that change request? The other workflows can be checked using the po_header_id for the PO's but i am confused with the change request workflow
    Your input will be highly appreciated.
    Thanks in advance
    Rgds,
    Sonia

    For 11.5.10.2 run this query to determine the keys to search on:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'PO' and Document_num = 'put-PO-number-here'
    Then use the keys returned by the query to look up the Workflow in
    Workflow Administrator Web Applications / Administrator Workflow / Status Monitor
    Search using the results returned in fields "Type Internal Name" and "Item Key" in Status Monitor
    The query for change requests on a specific Requisition would be:
    Select wf_item_type, wf_item_key from APPS.po_change_requests where document_type = 'REQ' and Document_num = 'put-Req-number-here'

  • How can I set up MRP to use QI Stock at the Vendor, for Planned Ind Reqmts

    Hi experts,
    We are running ECC 6.0.
    In one of our plants, we have a lot of components that are available as QI stock in Material Provided to Vendor status.
    We build SKUs (MRP type M3) at the top level in the BOM, and the SKUs use the above components. We mostly enter demand at the SKU level in the plant (LSF).
    We have set up the source list for all the SKUs in this plant with MRP = 1.
    When MRP runs for the components (MRP type PD), system is able to first allocate the QI stock to any of the requirements that are driven by the higher level SKUs. Only then, it creates Planned Orders for the components to account for the shortage.
    Issue : We now enter forecast (LSF) directly at the Component level  (for some Materials). Now, even though we have excess
    component stock to handle all the demand (dependant demand driven from the SKUs + LSF at the Component level), system doesn't allocate the excess QI stock to the LSF demand at the component level. It just creates Planned orders.
    Strategy Group for both the SKU and Component is 10. We don't have MRP Areas implemented.
    I tried setting up the source list at the Component level using the vendor but there is no use.
    Does any one have an idea on how this can be addressed?We want to be able to use up the QI stock first before we create Planned orders.
    Thanks,
    Rao

    How can you create QI stock first before your planed order from MRP run? Do you know this is not standard SAP ?

  • How do you set up Paged View with Spry Data Sets

    Hope someone can help. I have constructed a Spry data set using a html table and want  to use the paged view javascript to limit the amount of rows displayed on one page at a time to 10 then forcing a new page. Have found the java script file in the spry 1.6 download and attached it to the spry assets folder and have followed the instructions found at the Adobe development center   http://labs.adobe.com/technologies/spry/articles/pager/index.html        with no luck. Have attached  files to show what I have done. If someone could look at this and point out my error or suggest a better way I would be grateful. I am not a code warrior so simple  instructions would be so helpful. Many thanks in advance.
    Here is the code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryHTMLDataSet.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryPagedView .js"></script>
    <link href="SpryAssets/SpryMasterDetail.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.HTMLDataSet("table.html", "ds1", {sortOnLoad: "Name", sortOrderOnLoad: "ascending"});
    ds1.setColumnType("Phone", "number");
    var pv1 = new Spry.Data.PagedView( ds1 ,{pageSize: 10});
    //-->
    </script>
    </head>
    <body>
    <input type="button" value="First" onclick="pv1.firstPage();" />
    <input type="button" value="Prev" onclick="pv1.previousPage();" />
    <input type="button" value="Next" onclick="pv1.nextPage();" />
    <input type="button" value="Last" onclick="pv1.lastPage();" /
    <div class="MasterDetail">
      <div spry:region="ds1" class="MasterContainer">
        <div class="MasterColumn" spry:repeat="ds1" spry:setrow="ds1" spry:hover="MasterColumnHover" spry:select="MasterColumnSelected">{Name}</div>
      </div>
      <div spry:detailregion="ds1" class="DetailContainer">
         <div class="DetailColumn">{Name}</div>
        <div class="DetailColumn">{Product}</div>
        <div class="DetailColumn">{Contact}</div>
        <div class="DetailColumn">{Phone}</div>
      </div>
      <br style="clear:both" />
    </div>
    <input type="button" value="First" onclick="pv1.firstPage();" />
    <input type="button" value="Prev" onclick="pv1.previousPage();" />
    <input type="button" value="Next" onclick="pv1.nextPage();" />
    <input type="button" value="Last" onclick="pv1.lastPage();" /
    </body>
    </html>

    Your region needs to refer to the pageview, not the dataset.  Your paged view var is already looking at/pulling in the ds.
    I would change the following code:
    <div spry:detailregion="ds1" class="DetailContainer">
         <div class="DetailColumn">{Name}</div>
        <div class="DetailColumn">{Product}</div>
        <div class="DetailColumn">{Contact}</div>
        <div class="DetailColumn">{Phone}</div>
      </div>
    to read the following:
    <div spry:region="pv1">
    <table>
    <tr spry:repeat="pv1">
    <td>{Name}</td>
    <td>{Product}</td>
    <td>{Contact}</td>
    <td>{Phone}</td>
    </tr>
    </table>
    Regards,
    Michael

  • How do I set up Premiere Elements 13 as the custom external editor for Lightroom 5?

    Situation
    I own Lightroom 5.6 and I'm experienced. I've just bought Premiere Elements 13 and I'm a video-editing virgin (be gentle with me). I've spent a day experimenting, reading, watching videos and I'm still stuck (I've tried reasonably hard to solve my own problem).
    Problem
    I've tried to set up the custom external editor in Lightroom 5 to send photos to Premiere Elements, so that I can incorporate images into movies. Having set it up, when I use it by selecting Photo/Edit In/Premiere Elements 13/, there is an exciting lull as a copy of the image is created and appears in LR, then Premiere Elements launches, then what??? There is no clue as to what has happened to the image regarding its import into Premiere Elements 13. It doesn't appear on the screen, it doesn't appear in the Organizer, it's no-where to be seen, other than in LR!
    Resolution sought:
    Can anyone tell me
    1. Is it possible to use Premiere Elements as an external editor in LR5 ?
    2. What are the precise settings should be for each field?
    3. If I configure it correctly, what does good look like: what should I expect to see happen in Premiere Elements?
    I don't know if this is relevant: MacBook Pro 16GB 2.8Ghz i7, 750GB SSD (i.e. plenty of space, plenty of horsepower), OS X 10.9.5
    I also don't know if I this is the right place for my question (Adobe directed me here) so please don't shout at me if I've come to the wrong place (I expect if I get no joy here, when I post it to an LR forum, they'll shout at me too :-)
    Thanks
    Phil

    Phil
    You wrote
    1. Is it possible to use Premiere Elements as an external editor in LR5 ?
    I do not have Lightroom 5 or other version of it. I did do some work on an earlier version tryout of it.
    And, I believe now as then, that the answer to your question is No. Bottom line, if there is integration
    to be found between Lightroom, it is between Photoshop Elements and the Elements Organizer, not the Premiere Elements Editor.
    The following is the extent of my travels through Lightroom with focus the Slideshow Module.
    Lightroom 4.1 Slideshow Module Visited - Elements Village
    Good suggestion to get the Lightroom view point at the Adobe Lightroom Forum.
    Best wishes
    ATR

Maybe you are looking for

  • I have 2 Apple IDs. How can I move all my purchased (paid-for) apps under only 1 of my Apple IDs?

    Long ago I bought several, relatively expensive, apps under a old Apple ID. I then purchased many more paid-for apps under a new Apple ID. I was unaware that the purchased apps are tied to the Apple ID which I happen to be logged in with, at the time

  • Is this the fastest way to create a single color bufferedImage?

    Here is my code but it's slow sometimes. Is there a better way? BufferedImage bi = new BufferedImage(1600,1200, BufferedImage.TYPE_INT_RGB); int[] rgbs = new int[1600*1200]; for (int j =0; j<1600*1200; j++)    rgbs[j] = Color.RED; bi.setRGB(0,0,1600,

  • Is it possible to call asynchronous Web Service using Adaptive WS model?

    Hello, I was trying to call asynchronous web service and after execution exception has arised java.lang.NullPointerException     at com.sap.tc.webdynpro.model.webservice.model.WSGenericModelClassExecutable.fillOutputParametersToMc(WSGenericModelClass

  • Problem in Using Collections as Web Parameters

    Hello, I have tried to use ArrayList and Map variables to pass as web parameter in oc4j(10.1.3.1.0). The interesting this is that, in my web method return type object, if i am declaring a variable of type Map or List, and the variable name is all in

  • Canon EOS 350D

    Leider lassen sich RAW-Bilder der Canon EOS 350D mit Photoshop CS2 nicht öffen. Ist ein Plug in verfügbar?? RAW pictures are not possible to open with Canon EOS 350D. Is there a plug-in available?