I have a rule that grabs data to show a list of commodities and the dollar figure of sales
return Field("Export1") + "<t>" + Export1MB + "<p>" +
Field("Export2") + "<t>" + Export2MB + "<p>" +
Field("Export3") + "<t>" + Export3MB + "<p>" +
Field("Export4") + "<t>" + Export4MB + "<p>" +
Field("Export5") + "<t>" + Export5MB + "<p>" +
Field("Export6") + "<t>" + Export6MB + "<p>" +
Field("Export7") + "<t>" + Export7MB + "<p>" +
Field("Export8") + "<t>" + Export8MB + "<p>" +
Field("Export9") + "<t>" + Export9MB + "<p>" +
Field("Export10") + "<t>" + Export10MB + "<p>" +
Field("Export11") + "<t>" + Export11MB + "<p>" +
Field("Export12") + "<t>" + Export12MB + "<p>" +
Field("Export13") + "<t>" + Export13MB;
and I have a tab style for the tab to right align with a dot leader.
When the text is displayed, the right alignment is all over the place. I haven't had this problem before. What's happening?