Viewing 14 posts - 1 through 14 (of 14 total)
If I add Quantity to the equation, the data looks like this :
SKU# Description ...
February 24, 2009 at 4:23 pm
nigel.c.west (7/1/2008)
If I understand it correctly you have something like this
Desc WK...
July 1, 2008 at 2:26 pm
Nigel,
I'm getting this error when using your code:
[rsAggregateofAggregate] The Value expression for the textbox 'textbox73' contains an aggregate function (or RunningValue or RowNumber functions) in the argument to another aggregate...
July 1, 2008 at 1:01 pm
Thank you for your help, I'm 90% there.
I'm having some formatting issue when I add the second table. I'm getting double departments and % different, which is 1 for...
June 27, 2008 at 11:10 am
Here is what the output looks like:
Dept Date A Date B New Colunm
A ...
June 26, 2008 at 10:47 am
I understand your post by adding the new column, but in a matrix there is only 1 coulumn that produces the 2 values. How do I do A-B when...
June 26, 2008 at 10:30 am
Thanks for the help, that is exactally what I was looking for.
seajoker
May 28, 2008 at 12:09 pm
Thanks, that helps with the top scrolling, but can you freeze left to right? I want the 1st 3 colunms on the report not to scroll.
May 9, 2008 at 9:41 am
I added another table inorder to get the remaining plants summed. I'm getting double amounts for the RetailInstock and RetailinTransit.
select
DCLog.reportrundate as Day1
,DC.MaterialNumber
,DC.MaterialDescription
,DC.MaterialGroup
,max(Case
When DC.plant = 'DC15' then DC.unrestrictedstock
end)...
April 15, 2008 at 12:07 pm
Thank you for your help, it works like I wanted it to for my grouping.
How can I take that week ie 44,45 and change it to display a weekending date,...
April 3, 2008 at 9:35 am
I looking for the somewhat of the same results. I have a colunm that is nvarchar(18). It has a list of SKUs. Some SKUs are like SUPA123...
March 26, 2008 at 10:02 am
Viewing 14 posts - 1 through 14 (of 14 total)