Management Reporter

  • Management Reporter

    Posted by Tracy Yaklyvich on July 28, 2021 at 11:12 am
    • Tracy Yaklyvich, MBA

      Member

      July 28, 2021 at 11:12 AM

      We have a ton of rows, columns, trees and reports in management reporter.Ā  Many of which we know are not being used.Ā  Is there a way to retrieve data as to which rows, columns and trees are being used in reports?Ā  Can we also retrieve the last time a report was generated?Ā  We are hoping both sets of information will help us to delete or inactivate items that are no longer being used to help free up resources.Ā  Thanks so much!

      ——————————
      Tracy Yaklyvich, MBA
      Controller
      American Society of Health-System Pharmacists
      Bethesda MD
      tyaklyvich@ashp.org
      ——————————

    • Samantha Higdon

      Member

      July 28, 2021 at 11:48 AM

      Hi ,

      There are a couple of ways to tackle this.

      Through the application:
      1.) If you go to the Row, Column, or Reporting Tree Definition section (i.e. click on Row Definitions in the bottom left where the “big” buttons are), you can right click on any row/column/tree definition and choose “Associations”.Ā  This will show you which report(s) that specific component is associated with.

      2.) If you open Report Viewer (search for Report Viewer in your search bar not Report Designer), that will give you a history of sorts of every report generated.Ā  You may have folder structures set up that would require looking through individual folders.

      The above options work decently well if you have a manageable number of items you want to evaluate.Ā  If you have a large number of items, you could try some SQL queries against the ManagementReporter database.

      Below is a script I am working on for a separate issue that could help with the last run date.Ā  You may need to tweak it a bit to serve your needs, but it’s a place to start.

      Select Reporting.reportdesign.ReportDesignName,max(modifydate) ‘ModifyDate’
      From reporting.repository
      left join reporting.reportdesign on reporting.reportdesign.reportdesignid=reporting.repository.VersionCorrelationId
      group by reporting.reportdesign.ReportDesignName

      I haven’t worked on pulling the report definitions from SQL, but that should be possible in SQL as well.

      If you have any questions, please let me know.

      Best,

      Samantha

      ??

      ——————————
      Samantha Higdon ,CPA,CGMA
      Consultant
      Lagom, LLC
      Carmel IN
      ——————————
      ——————————————-

    • Tracy Yaklyvich, MBA

      Member

      July 28, 2021 at 5:16 PM

      thank you Samantha!Ā  I have one more MR question that I bet you can easily answer.Ā  I have a really simple calculation in row 2355:Ā  Total Reserves divided by Total Expenses.Ā  It is not calculating properly!Ā  Any idea what I am doing wrong?

      Thanks!Ā  Tracy

      ——————————
      Tracy Yaklyvich, MBA
      Controller
      American Society of Health-System Pharmacists
      Bethesda MD
      tyaklyvich@ashp.org
      ——————————
      ——————————————-

    • Samantha Higdon

      Member

      July 28, 2021 at 5:24 PM

      Hi

      I sure can help with this one!

      When you do a calculation row in MR, you have to use the @ sign to indicate a row reference otherwise is does actual math (i.e. 2339/2351 will return something like .9949).

      To fix it, adjust the logic to @2339/@2351 and that will tell MR to do Row 2339 / Row 2351.

      Give that ?a shot and let me know if it works or you have any issues.

      Best,

      Samantha???

      ——————————
      Samantha Higdon ,CPA,CGMA
      Consultant
      Lagom, LLC
      Carmel IN
      ——————————
      ——————————————-

    • Tracy Yaklyvich, MBA

      Member

      July 28, 2021 at 5:30 PM

      Thank you so much Samantha!

      ——————————
      Tracy Yaklyvich, MBA
      Controller
      American Society of Health-System Pharmacists
      Bethesda MD
      tyaklyvich@ashp.org
      ——————————
      ——————————————-

    • Annette Brown

      Member

      July 29, 2021 at 8:47 AM

      Additionally, To see when the last time something was modified/generated…..

      File open….Ā 
      will pull up a list of all the “definitions” reports, row, columns, trees.Ā  You can then see when something was modified and/or generated and by whom.Ā 

      you can use CTRL+A to highlight all the rows, Then CTRL+C to copy the contents of this window.Ā  Then CTRL+V you can paste into Excel.

      NOTE:Ā  You can do this on each of the tabs (reports, row, columns, trees).

      ——————————
      Annette Brown
      Sr. GP Implementation Consulant
      Columbus Global
      Troy MI
      ——————————
      ——————————————-

    Tracy Yaklyvich replied 4 years, 10 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

The discussion ‘Management Reporter’ is closed to new replies.

Start of Discussion
0 of 0 replies June 2018
Now

Welcome to our new site!

Here you will find a wealth of information created for peopleĀ  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!