Viewing 5 posts - 1 through 5 (of 5 total)
I ended up just right justifying the cell and it aligned properly. The justification of the day of the week does not need to be left justified. Thanks to both...
February 2, 2012 at 6:15 pm
Is this what you are referring to:
=Join(Parameters!DelDay.Label, Space(20) + LTrim(RTrim(Parameters!time.Label + vbcrlf)))+ space(20) + LTrim(RTrim(Parameters!time.Label))
This is the result I get:
February 2, 2012 at 2:35 pm
Not sure how that would work. Perhaps you can provide an example.
February 2, 2012 at 1:07 pm
I was able to get it resolved by inserting the unit id within the SUM statement as seen below for the pallets.
Case
when Sum(Case When InventTableModule.UnitId <> 'CT' then (InventTrans.Qty)...
October 3, 2011 at 5:07 pm
Here is what I am looking for. The result set is not grouped by the unit id. If you look at store id 339 you will see that the total...
October 3, 2011 at 10:35 am
Viewing 5 posts - 1 through 5 (of 5 total)