October 17, 2014 at 8:31 am
Hi
Have this expression down here in one of my column;
=WeekdayName(Weekday(CDate(Fields!DWH_Calendar_Header.Value)),0,FirstDayOfWeek.System)
But the problem with this is that All the "Y" are cut short, it is not the complete y (y for Monday, Tuesday etc) I don't know how to explain it but, if this \ for the left hand side of the y, then this / they right hand side of the y, the right hand is short. I thought may I could increase the size of the column but I think it's the text itself from that expression.
please help
October 30, 2014 at 6:34 pm
hoseam (10/17/2014)
HiHave this expression down here in one of my column;
=WeekdayName(Weekday(CDate(Fields!DWH_Calendar_Header.Value)),0,FirstDayOfWeek.System)
But the problem with this is that All the "Y" are cut short, it is not the complete y (y for Monday, Tuesday etc) I don't know how to explain it but, if this \ for the left hand side of the y, then this / they right hand side of the y, the right hand is short. I thought may I could increase the size of the column but I think it's the text itself from that expression.
please help
Increase the column width. Also, check the font you're using. "Monday" takes up more room in a proportional font than "Friday", even though they both have the same number of letters. In a fixed font, they take up the same amount of room.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply