I’m seeing the same period name repeated on the horizontal axis of a chart.
Fix: change your Calendar date format to “%d/%m/%y”.
Explanation: This can happen when you have two periods ending in the same month, and your calendar uses “%b %y” for the date format. Example: if you had periods ending on 2016-04-01 and 2016-04-29, both period names would be formatted as “APR 16” if you used the date format “%b %y” (where %b means the short month name). Changing the date format to “%d/%m/%y” would give you period names of “4/1/16” and “4/29/16”. To change the date format, download the Calendar table (Admin > Download Data, choose “Calendars” from the Items Listbox), edit the DateFmt field on the Calendars tab for your contract, remembering to put a ‘c’ in the action column, and upload the spreadsheet with Upload Data File.
To see our other date format styles, please see the Empower User's Manual FAQ section. The User's Manual can be downloaded from "Help > User's Manual" in the Empower software.