Viewing 14 posts - 1 through 15 (of 15 total)
Here is the SQl that gives my base data;
SELECT
[Cost] = Sum(Case
WHEN JobInvoiceCostQuery.InvoiceCost >0 THEN JobInvoiceCostQuery.InvoiceCost
WHEN Jobs.JobStatus = 'X' THEN 0
WHEN Jobs.JobStatus = 'B' THEN 0
WHEN Jobs.JobStatus = 'D' THEN 0
WHEN...
July 15, 2013 at 9:13 am
I'm sorry but I do not have those things you are asking, I basically have a sql query that gives me;
Period
AssetCategory
Spend
No Jobs
Average (£)
I have 8 periods worth of data, and...
July 15, 2013 at 9:08 am
Perfect with the exception of I wouldnt want the time on the end
October 11, 2011 at 9:54 am
Thats genius, thanks so much!
September 13, 2011 at 6:24 am
My column names are not [2009] and [2010] my column name is PeriodYear and then I have 5000 records for example that are 2009,2010 along with an asset so for...
July 13, 2011 at 7:33 am
Not quite, I want a variance in a matrix type report for 2009 vs 2010 by asset!
July 13, 2011 at 7:14 am
Ive tried a matrix
Asset [PeriodYear]
[Asset] [Count)TaskID)]
Total [Count(TaskID)]
But no matter what I do when adding a total it only...
July 13, 2011 at 7:11 am
I have Year Field, Asset Field, and Count(Asset) as data, Ie:
Year
...
July 13, 2011 at 7:07 am
Can you give step by step instructions, I dont know how to do that!
May 24, 2011 at 7:34 am
I want the percentage of each visit status against each total within the period number ir period 1, period 2 etc
May 24, 2011 at 6:25 am
Even doing COUNT(Fields!TaskID.Value, "dataset1") in a text box gives the same error!
May 24, 2011 at 5:53 am
Viewing 14 posts - 1 through 15 (of 15 total)