IBM Apptio

Apptio

A place for Apptio product users to learn, connect, share and grow together.


#Aspera
#Apptio
#Automation
#FinOps
#Apptio
#ITAutomation
 View Only
Expand all | Collapse all
  • 1.  KPI Format

    Posted 02/01/17 09:11 AM

    Quick question and one I feel as though I've just forgotten the answer to.... How do I get this KPI to have a comma in it like the secondary one does?

     

    Thanks in advance!





    #CostingStandard(CT-Foundation)


  • 2.  Re: KPI Format

    Posted 02/01/17 10:32 AM

    Hey Molly,

     

    I'm not 100% sure this is it (because all of mine seem to just have a comma) but I have a feeling it could be because your Active Project column is a label in your data rather than a number, so Apptio doesn't know you'd like a comma there as it doesn't realise it's a number.

     

    Let me know if changing it to Number works (or if it's already a number) and I'll try to think of something else

     

    Oli


    #CostingStandard(CT-Foundation)


  • 3.  Re: KPI Format

    Posted 02/01/17 10:35 AM

    Hi Oli, 

     

    Thanks for your reply!  Active Project Count is already set as a number so I'm not sure what the cause of it would be   Let me know if you think of anything else!

     

    Thanks!


    #CostingStandard(CT-Foundation)


  • 4.  Re: KPI Format

    Posted 02/01/17 10:54 AM

    Is it a metric rather than a column in a data set? If so, could you send a screenshot of the metric properties and I'll see if anything in there looks different to something I have?

     

    Thanks


    #CostingStandard(CT-Foundation)


  • 5.  Re: KPI Format

    Posted 02/01/17 10:41 AM

    Molly,

     

    I believe that may be the metric for project counts, if you add the #,### to the Chart Format this may fix and add the comma.

     

     

    Thanks,

    Ryan


    #CostingStandard(CT-Foundation)


  • 6.  Re: KPI Format

    Posted 02/01/17 10:47 AM

    Ryan,

     

    Do I need to recalculate Dev once I do that?  Because adding "#,###" into the metric didn't work right away even with just refreshing.

     

    Thanks,
    Molly


    #CostingStandard(CT-Foundation)


  • 7.  Re: KPI Format

    Posted 02/01/17 11:17 AM

    Typically, you would not need to any recalculation in order to see.  But seeing that @Douglas Mahan has already gotten what I would have suggested next I would try that.


    #CostingStandard(CT-Foundation)


  • 8.  Re: KPI Format

    Posted 02/01/17 10:46 AM

    Just taking a stab at this because I haven't been in report land for a minute - that is my partner in crime, Andre (@Andre Harmon).  But I think if you click on the KPI menu, you can change the format.  Emphasis on "I think".  See below pic. It's under the Shorthand button.

     


    #CostingStandard(CT-Foundation)


  • 9.  Re: KPI Format

    Posted 02/01/17 10:47 AM

    Whoops - I didn't see Ryan's reply first - definitely go with his suggestion.


    #CostingStandard(CT-Foundation)


  • 10.  Re: KPI Format

    Posted 02/01/17 10:48 AM

    Hi Jenny,

     

    Actually looked there to start, but that just puts a "K" for thousands, "M" for millions, etc. instead of simply adding the comma to what already exists.

     

    Thanks for your help though!

    Molly


    #CostingStandard(CT-Foundation)


  • 11.  Re: KPI Format
    Best Answer

    Posted 02/01/17 10:53 AM

    Molly,

    This specific KPI you are looking at, is it for an Out of the Box report or a Custom Report?  If it is an Out of the Box report I would check out a few areas on why the comma is not appearing:

     

    Out of the Box:

    1) Check whatever you have aligned with Active Project is a Numeric column and not a Label

    2) Check the metric to ensure that it is set to Numeric and not a Label

    3) If both of these are set correctly, can you right click on the KPI and click Show Full Datapath and post that here?  I will be able to see a little more on what is going on with that.

     

    Custom Report:

    If the report is Custom then you want to look at the following steps:

    1) Check whatever you have aligned with Active Project is a Numeric column and not a Label

    2) Check the metric to ensure that it is set to Numeric and not a Label

    3) Create a new column in a new ad hoc config window can pull in whatever is backing Active Projects data and verifying that it has the commas. 

          If it does, then lock that new column to a perspective and switch out the KPI

          If it does not, then edit the column to be a Format: Number, Type: Numeric, and Summable.  Once this is done then lock that new column to a perspective and switch out the KPI

     

     

    Please let me know if this helps or if you have any other questions.  I will keep an eye out for the full datapath screenshot if it is still not working.  

     

    Thank you,


    Doug Mahan


    #CostingStandard(CT-Foundation)


  • 12.  Re: KPI Format

    Posted 02/01/17 11:00 AM

    Hi Doug,

    This report was OOTB, but we copied it to edit a few things in the table on the report.  Here is the full data path.  Hopefully this helps you.  If this isn't necessary and I should be following the steps as if we did a customization, let me know.  Thanks!

     

    upmc.edu:Cost Transparency/
    Reports/
    .DateGoesHere/
    CostModels/
    Default/
    .View:tab:Service Costing/
    .View:Projects/
    Projects/
    .Summary/
    !NEWCOLUMN[{Projects Completed}=Projects Master Data.Completed Projects Count][=NumberFormat({$_},"#,###")][canSum]/
    !NEWCOLUMN[{% Completed On Time}=Projects Master Data.Projects Completed On Time Count/Projects Master Data.Project Count][=NumberFormat({$_},"#,###.00%")]/
    !NEWCOLUMN[{% Meets IT Standards}=Projects Master Data.Meets IT Standards Count/Projects Master Data.Project Count][=NumberFormat({$_},"#,###.00%")]/
    !NEWCOLUMN[{% Started On Time}=Projects Master Data.Projects Started On Time Count/Projects Master Data.Project Count][=NumberFormat({$_},"#,###.00%")]/
    !NEWCOLUMN[{.Blank}=""][label,hide]/
    !LIMIT[0,1,add_summary]/
    !LIMIT_COLUMNS[{.Blank},{CapEx YTD},{CapEx},{Projects Completed},{OpEx YTD},{OpEx},{% Completed On Time},{% Meets IT Standards},{% Started On Time},{Projects Master Data.Active Projects Count}][][][orderByIncludeList]/
    !COLLAPSE_GRID[{.Blank}][showUnformatted]/
    !NEWCOLUMN[{Values }=Collapse Column]/
    !NEWCOLUMN[{Collapse Value}=Collapse Value][Numeric]/
    !GROUPBY[{Values }]/
    !TREND_APPEND[CM][{Values }][{Collapse Value}]/
    !TRANSPOSE_TABLE[{Values }]/
    !NEWCOLUMN[{Values }={Values }][Date]/
    !NEWCOLUMN[{Months}={Values }]/
    !NEWCOLUMN[{CapEx YTD}=CapEx YTD][FORMAT=CapEx YTD]/
    !NEWCOLUMN[{CapEx}=CapEx][FORMAT=CapEx]/
    !NEWCOLUMN[{Projects Completed}=Projects Completed][FORMAT=Projects Completed,canSum]/
    !NEWCOLUMN[{OpEx YTD}=OpEx YTD][FORMAT=OpEx YTD]/
    !NEWCOLUMN[{OpEx}=OpEx][FORMAT=OpEx]/
    !NEWCOLUMN[{% Completed On Time}={% Completed On Time}][FORMAT={% Completed On Time}]/
    !NEWCOLUMN[{% Meets IT Standards}={% Meets IT Standards}][FORMAT={% Meets IT Standards}]/
    !NEWCOLUMN[{% Started On Time}={% Started On Time}][FORMAT={% Started On Time}]/
    !NEWCOLUMN[{Projects Master Data.Active Projects Count}=Projects Master Data.Active Projects Count][FORMAT=Projects Master Data.Active Projects Count]/
    !SORT/
    !LIMIT[0,2147483647,add_total]/
    !LIMIT_COLUMNS[{Months},{CapEx YTD},{CapEx},{Projects Completed},{OpEx YTD},{OpEx},{% Completed On Time},{% Meets IT Standards},{% Started On Time},{Projects Master Data.Active Projects Count}][][][orderByIncludeList]/

    #CostingStandard(CT-Foundation)


  • 13.  Re: KPI Format

    Posted 02/01/17 11:08 AM

    Molly,

     

    You are going to have to follow my second sets of steps.  It looks like this KPI is coming directly from your data IE: Projects Master data.Active Projects Count.  You will need to make a perspective and switch out the KPI to get the comma in. 

     

    Let me know if you are able to follow those steps.

     

    Thank you,

     

    Doug Mahan


    #CostingStandard(CT-Foundation)


  • 14.  Re: KPI Format

    Posted 02/01/17 12:42 PM

    HI Molly,

     

    I ran into this exact problem and Doug's second set of steps fixed it! I ran into another issue though when adding the KPI back where it would not actually show a number at all unless I added an element of that ,master dataset I.E project name to the filters of the KPI. This made the KPI register where it needed to be pulled from exactly and then populated. I had to publish this as well to tie it to the projects object!!

     

    Hope you make it work!


    #CostingStandard(CT-Foundation)


  • 15.  Re: KPI Format

    Posted 02/01/17 12:48 PM

    Lauren,

     

    I glad that I was on the right track, and thank for the additional insight.  I ran into the "having to pull and correct element into the report" for the KPI as well.  We just need to make sure that we do this step to allow Apptio to know where to look for the data.

     

    Thanks,

     

    Doug Mahan


    #CostingStandard(CT-Foundation)


  • 16.  Re: KPI Format

    Posted 02/01/17 12:53 PM

    Thanks, Lauren!

     

    Hoping to be able to find some time to try this later on today.  I'll let you all know if it works out!  Thanks!


    #CostingStandard(CT-Foundation)


  • 17.  Re: KPI Format

    Posted 02/01/17 02:30 PM

    Had this issue before, after you take the steps everyone already noted sometimes it helps to just force a re-calc in Dev to see if it's a cached display issue. Click the calculate Now and head to lunch would be my advice. I'v also (rarely) seen this resolve itself when promoted to a pre-calculated environment.


    #CostingStandard(CT-Foundation)


  • 18.  Re: KPI Format

    Posted 02/07/17 03:02 PM

    Joe, that is a good tip.  I agree that sometimes Apptio gets hung up and the reset will clear up the issue.  I have seen this work before and it is a good double check when trying to troubleshoot an issue.


    #CostingStandard(CT-Foundation)


  • 19.  Re: KPI Format

    Posted 02/08/17 10:11 AM

    Agreed   Made this a while back, but now cant find it, but it's in my cube lol... 


    #CostingStandard(CT-Foundation)


  • 20.  Re: KPI Format

    Posted 02/08/17 10:14 AM

    That is great.  I have not seen that sign in forever.


    #CostingStandard(CT-Foundation)


  • 21.  Re: KPI Format

    Posted 02/08/17 11:38 AM

    *** i wish i had this in my cube back in my Apptio days...


    #CostingStandard(CT-Foundation)