Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: How to insert missing periods ?

    The T-SQL code is as follows, Still work in progress so bit messy.

    Declare @StartDate13 datetime, @EndDate datetime

    select @StartDate13 = dateadd(mm,datediff(mm,0,DateAdd (mm,-13,getdate())),0)

    select @EndDate = DATEADD(mm, DATEDIFF(mm,0,getdate()), 0)-1

    print...

  • RE: Using images

    One way I found that worked was to add the image file to the reports section of the project. IE Add Existing item change to all files and select image...

Viewing 2 posts - 1 through 2 (of 2 total)