Viewing 14 posts - 16 through 29 (of 29 total)
How can I bring through the Nulls that exist in the original script. I have a couple of rows which dont have a month. But still want to show these...
May 24, 2012 at 8:27 am
thank you that works. How can I get the month to be in order like it should be jan-->Dec?
May 23, 2012 at 7:15 am
Sorry never done CTE? how would I join this onto my script?
May 23, 2012 at 5:27 am
I need something in java script for CRM 4.0
April 20, 2012 at 6:53 am
I have managed to get the following formula working in Excel where 2011 = 0 and 2012 = 9454 and it does not give me a divide by zero error...
March 29, 2012 at 8:27 am
It now gives me the answer 1. When the answer should be 100. (from the calculation)?
March 28, 2012 at 5:10 am
Same Problem?
for e.g.
My Field!TG__2012_YTD.Value is '0' and
Field!TG__2011_YTD.Value is 646?
March 28, 2012 at 4:40 am
CREATE TABLE [dbo].[Tpl_zonegwpBase](
[Tpl_zonegwpId] [uniqueidentifier] NOT NULL,
[Tpl_name] [nvarchar](100) NULL,
[Tpl_CompanyId] [uniqueidentifier] NULL,
[Tpl_Month] [nvarchar](6) NULL,
[Tpl_Channel] [nvarchar](100) NULL,
[Tpl_NBGWP] [money] NULL,
[Tpl_RenewalGWP] [money] NULL,
[Tpl_TotalGWP] [money] NULL,
[Tpl_Zone] [nvarchar](100) NULL,
CONSTRAINT [PK_Tpl_zonegwpExtensionBase] PRIMARY KEY CLUSTERED
(
[Tpl_zonegwpId] ASC
)WITH (PAD_INDEX...
March 19, 2012 at 10:52 am
I think it might be because the name column is only (50), can you change it to a (100)
January 12, 2012 at 1:28 am
Apologies forget to say how I could group the distinct users and there top GWP?
January 11, 2012 at 2:15 am
I think creating a calender table is going to be too tricky for me.
here is my data:
company yearmonth totalGWP
AIUA201001600.00
AIUA2010021666.00
AIUA2010031300.00
AIUA2010041136.00
AIUA2010051500.00
AIUA2010062800.00
AIUA2010071300.00
AIUA20100813200.00
AIUA20100910000.00
AIUA20101010000.00
AIUA20101112000.00
AIUA20101210000.00
AIUA20110122626.00
AIUA20110222826.00
AIUA201103582402.00
AIUA201104333842.00
AIUA20110547977.00
AIUA201106382950.00
AIUA20110717578.00
AIUA20110872243.00
AIUA20110917664.00
AIUA201110171336.00
AIUA201111169590.00
AIUA201112162118.00
so I have two years worth of data. I have the...
December 21, 2011 at 5:35 am
Hi Phil,
Im successfully getting the YTD figure for the current year, but how can i compare this figure to data for the for the equivalent month the year before?
December 20, 2011 at 9:47 am
So how would I be able to select totals for the year from the query? If it only returns 'NULL's?
December 20, 2011 at 4:21 am
I want my YTD to be summed up by Zone column YTD:
Zone 2011 YTD
Tango 2335
Apple...
December 16, 2011 at 4:36 am
Viewing 14 posts - 16 through 29 (of 29 total)