This is a very basic question, but for some reason when I right justify a number it aligns beyond the size of the field so that I cannot see the number. The only way for me to view the number is by left justiyfing the number. Here is what I have coded:
Datacard level
Default = ThisItem.HourlyRate
Field level
Align = Align.right
Default=Text(Value(Parent.Default),"[$-en-US]#,###,##0.00")
Any thoughts or reason why this would be happening?
ruth