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

clynn

Members
  • Posts

    1
  • Joined

  • Last visited

clynn'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 use Jaspersoft as the report writer for our Sumtotal LMS. Here's how I was able to create a calculated field to have the leading zeros in the result (it is not available in the web client (my only option) to covert to that format and have the leading zeros) What I did to get the leading zeros in my calculated attempt end date field: Concatenate(IF(MonthNumber("AttemptEndDt") < 10, '0', ''), MonthNumber("AttemptEndDt"), '/', IF(DayNumber("AttemptEndDt") < 10, '0', ''), DayNumber("AttemptEndDt"), '/', Year("AttemptEndDt"))
×
×
  • Create New...