Jump to content
We've recently updated our Privacy Statement, available here ×

james.jordan

Members
  • Posts

    3
  • Joined

  • Last visited

james.jordan's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. We're using SumTotal Learn version 18.3. I've created a reporting dashboard that has one main report that loads and then a list of reports that load in another widget. When I click on a report from the list it opens in a slideout. It runs fine, but there's no way to print from the slideout. There's a link that takes them to Advanced Reporting, but we don't want them going there for a number of reasons. Is there anyway to add a print icon on the report so the users can print without going to Advanced Reporting? Have a great day! James
  2. I had the same problem getting percentages to work so I just calculated it in the query using this and made it a field. CAST(ROUND(100-(sum(OverdueCount) * 100.0 / sum(TotalCount)), 2) as decimal(10,2)) AS PercentCompliance
×
×
  • Create New...