How to show scorecard indicators Description on SharePoint PPSDashboard

Hi,
I have SharePoint dashboard which has one score card with one indicator with 3 levels "Off Target, Slightly Off Target ,On Target".
But the end user does not know the value of each levels. So how should i show that in dashboard.
If i would show then they will understand the range.
Can anybody tell about it?
Thanks & Regards
Poomani Sankaran.

Here's a little example I threw together... It's not pretty but it should give you the idea...
[Show Description.rpt|https://docs.google.com/leaf?id=0B_0KY03Gs2knOGJlZGUwZGYtNzI1OS00YTk5LTk3MjUtY2JmNGIwODU2ODRm&hl=en]
FYI: It uses the AdventureWorks sample database that comes packaged with SQL Server 2005.
HTH,
Jason

Similar Messages

  • LOV how to show code and description

    Hi,
    How can I show code + description in a LOV using disco 4? It seems that I can't do that. I can just pick one value, which should be a code to link to a drill to detail, but how about description?
    e.g
    ID - Countries
    1 USA
    2 France
    3 Australia
    How can I show USA but use id to link to another table?
    Regards,

    Hi Rod,
    Yep, but how can I use just the code to match with where clause?
    I mean in this case I need to create a extra column with code + description to match combo code + description.
    Is there any way to work around this e.g: code + description on the combo box and just use the code from the combo to perform the search.....substr( combo box) ?
    Cheers,
    Alex

  • How to show sharepoint documents in salesforce ?

    How to show sharepoint documents in salesforce ?
    I should also be able to upload documents from salesforce directly to sharepoint document library/list if the users attach a document for a record in salesforce.   Any idea how to achieve this?
    What are the things need to be done if my sharepoint is available in intranet Or if it is SharePoint Online , how can we link this to salesforce (as Salesforce is global and can be accessed from anywhere). What are the security measures that I need to look
    at and how to achieve this? 
    Ex:- I have a record in salesforce account object. I have to attach a document for that record which should be directly uploaded to sharepoint and shouldn't exist in salesforce, but it should display the listview to the users once its uploaded to sharepoint
    and they should see them as if they exist inside salesforce, once they click on the link in the listview of the relatedlist, it should open the document from sharepoint.
    Thanks in advance.

    Hi,
    According to your post, my understanding is that you want to show SharePoint documents in salesforce.
    You need to integrate SharePoint with Salesforce.
    Nick Swan
    has written an article on how to integrate Salesforce and SharePoint 2007 through the Business Data Catalog.
    But it might be useful as the theory is the same for using SharePoint 2010 and the Business Connectivity Services:
    Salesforce and SharePoint
    Outside of that, there are some useful third-party products you can have a look at.
    Cloud Connector: http://www.layer2.de/en/community/FAQs/cloud-connector/Pages/Office-365-Salesforce-Integration-Migration-Replication.aspx
    DocAve Data Replication: http://www.avepoint.com/salesforce-data-replication/?gclid=CNjZ8sGwl6kCFYEc4Qod-xD-uQ
    DataZoom Script: http://www.siafoo.net/snippet/261
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How do I get the description to show up for my new iTunes Single?

    We distributed this through TuneCore, but no one seems to know how we can add our description?
    It's crucial, otherwise no one knows what this episode is about.
    Thanks!
    http://itunes.apple.com/us/album/risk!-all-star-episode-2-single/id482406363

    Hi SalynotSally,
    I use the Weather Channel app, but shortly after I posted this problem, the weather did start showing up.  The notification center says at the bottom that the weather is provided by yahoo.  I did make sure the location services and such were on though as Diavonex recommended above.
    Good luck and hope it works for you!

  • How to show property bag values of site collection in web part on landing page in sharepoint online?

    How to show property bag values of site collection in web part on landing page in sharepoint online - office 365?

    You can use JavaScript Client object model to read the property bag values. Example:
    function getWebProperty() {
    var ctx = new SP.ClientContext.get_current();
    var web = ctx.get_site().get_rootWeb();
    this.props =  web.get_allProperties();
    ctx.load(web);
    ctx.load(this.props); //need to load the properties explicitly
    ctx.executeQueryAsync(Function.createDelegate(this, gotProperty), Function.createDelegate(this, failedGettingProperty));
    function gotProperty() {
        var myPropBag = this.props;
        alert(myPropBag.get_fieldValues()["allowdesigner"]); //returns the value of the key allowdesigner
    function failedGettingProperty(args, sender)
         //handle errors here
    Source:
    http://sharepoint.stackexchange.com/questions/37198/grab-a-specific-property-bag-using-ecma-script
    Blog | SharePoint Learnings CodePlex Tools |
    Export Version History To Excel |
    Autocomplete Lookup Field

  • RSS Feed from rss generator's new app has changed the feed. Now the description of apps is not showing. the rest is the same. Anyone has an idea why ?  and how do I get the description? if I fetch it from itunes pages would that be considered violation of

    RSS Feed from rss generator's new app has changed the feed. Now the description of apps is not showing. the rest is the same. Anyone has an idea why ?  and how do I get the description? if I fetch it from itunes pages would that be considered violation of apple's terms and conditions? Please help

    See this post.
    tt2

  • How to show the Description value in af:inputListOfValues

    Hi all,
    I have created LOV using the af:inputListOfValues .In that when the user press the search icon near the LOV field it is displaying the Description of the country.after the user selects the value it is showing the code in the main page.how to show description in the main page also.but it should store the code in the database.
    Thanks in advance
    C.Karukkuvel

    Hi,
    There are a couple of ways to do this. If you search the forum and blogs you can find them.
    A nice way to implement this is here http://andrejusb.blogspot.com/2010/06/lov-description-text-with-groovy.html
    Gabriel.

  • How do I remove a Description on a replicat?  It shows up in 'ggsci, info all' and i want to remove it.

    how do i remove a description on a replicat?  It shows up in 'ggsci, info all' and i want to remove it.  It looks like this:
    REPLICAT    STOPPED     namexxx    00:00:00    00:00:04
    Description "(null)"
    I tried this:
    GGSCI (qlxdodsr001.qaapollogrp.edu) 3> alter replicat namexxx description null;
    I get this error:
    ERROR: Missing begin quote for DESCRIPTION entry.
    So i tried this: alter replicat namexxx description "(null)"; and ended up with above. 
    You have to use double quotes to add a description so something has to be listed, but how do i get rid of it?
    Any help is greatly appreciated.
    Thank you!

    Hi,
    if you run
      alter replicat namexxx description ""
    you've got :
    REPLICAT    STOPPED     namexxx    00:00:00    00:00:04
    Description ""
    The description is now empty... but it's not the same as creating the replicat without description (in this case you haven't got the description line. I don't know how to do it
    Regards,

  • PD Appraisal-how to show the description to user in appraisal form

    Hi,
        Let me explain about scenirio
    my client asked to show the objective description to each and every user while open their appraisal form.
    is like a button icon once the user click,his objective description is shown in display pad..
    please guide me about what are the configurations require to fulfill our scenerio.
    Thanks
    Sathiya

    You can enter the descriptions for the VA, VB or the VC objects. After entering the descriptions, in the column tab (for the va, vb or the vc), change the Text Layout (in the web settings) value to "Name and Description".
    This should meet your need

  • User profiles from Active directory when loggedin then userdisplay, useredit shows blank white screen in SharePoint 2013

    User profiles from Active directory when loggedin then userdisplay, useredit shows blank white screen in SharePoint 2013 
    I can login with the these AD users and AD direct import is working just fine. We are not using UPS.
    With admin user when I click on the user it shows up proper data. But when I login with the same user it does not show me userdisplay/useredit and shows blank data. Also another strange thing is when I add new item in list with these AD users created by
    modified by is blank and its really strange. I checked user information list, tried to rerun user sync with direct AD import option but no success.
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    According to your description, my understanding is that the page is blank when the use accessed /_layouts/15/userdisp.aspx and the created by field was blank when the user created a new list item in SharePoint 2013.
    I tested the same scenario per your post, however I cannot reproduce your issue.
    For troubleshooting this issue, I recommend to verify the things below:
    Check the permission of the user in the corresponding site collection to see if he can access /_layouts/15/userdisp.aspx.
    Delete the user from AD and SharePoint, then re-add the user to AD and grant proper permission to the user in SharePoint to see if the issue still occurs.
    Did this issue occur with all the users? Add a new user in AD and test the same scenario.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to Implement custom share functionality in SharePoint 2013 document Lib programmatically?

    Hi,
    I have created custom action for Share functionality in document library.
    On Share action i'm showing Model pop up with Share form with addition functionality.
    I am developing custom share functionality because there is some addition functionality related to this.
    How to Implement custom share functionality in SharePoint 2013  document Lib pro-grammatically?
    Regards,
    - Siddhehswar

    Hi Siddhehswar:
    I would suggest that you use the
    Ribbon. Because this is a flexible way for SharePoint. In my project experience, I always suggest my customers to use it. In the feature, if my customers have customization about permission then i can accomplish this as soon
    as possible. Simple put, I utilize this perfect mechanism to resolve our complex project requirement. Maybe we customize Upload/ Edit/ Modify/ Barcode/ Send mail etc... For example:
    We customize <Edit> Ribbon. As shown below.
    When user click <Edit Item>, the system will
    render customized pop up window.
    Will

  • How to show ipad application in itunes, but will only be assessable to owners, not the general public.Using lock code/password protected on iTunes

    How to show ipad application in itunes, but will only be assessable to owners, not the general public by using lock code/password protected on iTunes

    So if I understand you properly, I need to create EOs for all my list of values (which are based on views of Oracle apps tables) and base my VO on those EOs. And then I setup associations between these EOs and the Item EO. Then I include the these EOs in my Items VO and add the description attributes to my list of attributes. I had done this for the list of users, but for the views of Oracle I had just created read only VO. Sounds like that won't work if I want to display the description. I know what to do - I guess I was hoping there was a way to use the read only VO.
    Thanks
    Karen

  • How to restore a site deleted from SharePoint Designer 2010

    Hi All,
         I have opened a test server site in share point designer 2010, & deleted that particular site in SP designer 2010,can anyone let me know how to restore the site by using SharePoint Designer?
    I followed below mentioned procedure to restore the site using SharePoint Designer
    Open SharePoint Designer, File tab, Sites under File Tab, Open site, specified the URL of site,opened..
    It is getting connected to the Organisation network & showing "path does not exist,check the path and try again".
    Whether, Is it possible to restore the site deleted from share point designer in site collection recycle bin. or
    Is it possible to copy the site from Production server to test server.
    Waiting for an response at the earlier.
    Thanks in Advance.
    Badri

    Hi Badri,
    1.You could not restore site deleted from SharePoint designer in site collection, you can only restore the site deleted from
    UI in site collection recycle bin, deleted from end user recycle bin.
    2.You can export the site from production server, then import it to test server.
    http://technet.microsoft.com/en-us/library/ff607895(v=office.14).aspx
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • How can I "Copy" the description from iPhotos?

    I am trying to get descriptions from iPhoto files into Family Tree Maker Mac2.  It seems that FTM doesn't import that info with the .jpg file, but that is a separate issue.  When I try to Copy the Description from the Info for a photo, I get strange results when I then try to Paste it, even into Text Edit to just check what I got.
    I can edit that info in iPhoto, and in fact Copy and Paste it into the Description for other iPhotos, but I can't seem to get the info out.  What am I doing wrong?

    How do you transfer your iPhoto images from iPhoto to Family Tree Maker?
    When you export your jpegs from iPhoto with "File > Export" the description is added in a readable form - you can see that when you inspect your exported image with "File > Get Info" in the Finder. You can copy the description from the "description" field in the "More Info" brick of the "Info" panel.
    Inspecting the image with Graphic Converter shows, that the "description" tag is added to the XMP description in XML-format,
           <dc:description>
                <rdf:Alt>
                   <rdf:li xml:lang="x-default">Solar Eclipse&#xA;</rdf:li>
                </rdf:Alt>
             </dc:description>
    Is that, what you see in Family Tree?
    Then you should perhaps use the "get Info" panel to copy your "descriptions" or copy them directly from the iPhoto window.
    Regards
    Léonie

  • How to deploy SCOM Dashboard solution to sharepoint online

    i have come through many articles saying how to deploy scom dashboard solution to sharepoint server,
    but how do i deploy SCOM WSP solution to sharepoint online office 365.
    i need to show my SCOM dashboards on sharepoint online.
    Can anyone help me in doing this?
    Thanks & Regards, Suresh Gaddam

    Yes i did the same thing but when i hit activate it threw some error saying you cannot deploy farm solution to sharepoint
    This solution
    contains invalid markup or elements that cannot be deployed as part of a sandboxed solution. Solution manifest for solution 'c125f6b7-8c1e-40ae-86e2-bd2d5e568ca2' failed validation, file manifest.xml, line 14, character 4: The element 'Solution' in namespace
    'http://schemas.microsoft.com/sharepoint/' has invalid child element 'RootFiles' in namespace 'http://schemas.microsoft.com/sharepoint/'. List of possible elements expected: 'ActivationDependencies, FeatureManifests' in namespace 'http://schemas.microsoft.com/sharepoint/'.
    TECHNICAL
    DETAILS
    Thanks & Regards, Suresh Gaddam

Maybe you are looking for

  • My new mac pro tower might have died but i cannot tell. help

    Left on my mac pro tower 4-core with 3 gigs of ram on all night as I often do. I merely power down the apple 23" monitor because that's the only that heats up. Came down in the morning, turned on the monitor and all I see is a white screen. just all

  • Copy a complete calendar in iCAL

    I would like to copy a 'master' calendar so that I can then alter the new calendars for a specific projects.  Is that possible and if so how? Thanks

  • "Message Rejection Handler" for the file/ftp adapter using fault policy

    Hi guys, We are trying to implement "Message Rejection Handler" for the file/ftp adapter using following fault policy configuration. Fault Policy: ````````````` <?xml version='1.0' encoding='UTF-8'?> <faultPolicies xmlns="http://schemas.oracle.com/bp

  • Menu bar/desktop icons disappeared?

    helloooo, 2 days ago the menu bar at the top of my screen disappeared, along with the the icons i had on my desktop [although my wallpaper is still there] my safari, ichat, and itunes work but i cant open finder, iphoto, or the trash applications fro

  • Itunes - each track off by 8 seconds

    I am actually having 2 problems whille ripping audio. The 1st is when everything is off by 8 seconds. Track 2 starts 8 seconds later than it should and has the 1st 8 seconds of track 3. The other problem I'm having is a non-linear rip. Where it seems