Viewing 15 posts - 151 through 165 (of 183 total)
Figured out...
In Design view, right-click the design surface outside the border of the report and click Report Properties.
December 4, 2013 at 12:35 pm
REPLACE([PRODUCT],"\""," ")
--------------------------------------------------------------------------------
Works!
November 27, 2013 at 1:47 pm
The reason I have another IIf in the denominator is because we have Previous year again in denominator and this denominator can be zero too. If I do not use...
November 1, 2013 at 11:53 am
Wonderful !
Thank you so much. You made my day:)
October 15, 2013 at 9:22 am
I am able to get values when I pass parameters but how do I get it without typing any values.?
October 14, 2013 at 12:01 pm
Did you try the matrix layout? That option can help this type of data.
October 14, 2013 at 11:38 am
Changing : Consumecontainerwhitespace to true helped get all data on one page 🙂
October 14, 2013 at 11:16 am
Now it displays fine in the header but when I export it in pdf ,
the first page shows data on the header but the 2nd page is a copy of...
October 11, 2013 at 1:46 pm
Create one Report and add two data sets.
when you click on details > it will prompt you to choose the dataset.
October 9, 2013 at 12:24 pm
No Worries,
I changed all margins(Top, Bottom,Left,Right) to 0 and it worked.
October 7, 2013 at 11:02 am
Setting the margins did help. But now I get one extra(Last) page in the pdf.
It only shows header.
How can i get rid of this?
October 7, 2013 at 10:34 am
The main report has a Product Id # in a pivot format giving monthly data and the subreport has all the attributes of the Product.
September 30, 2013 at 2:04 pm
Here is the script:
CREATE TABLE [dbo].[AnniversaryData](
[AnniversaryNumber] [varchar](10) NOT NULL,
[ARAmt] [decimal](24, 2) NULL,
[AnniversaryStartDate] [date] NULL,
[AnniversaryEndDate] [date] NULL,
[InvoiceDueDate] [date] NULL)
CONSTRAINT [AnniversaryData] PRIMARY KEY CLUSTERED
(
[AnniversaryNumber] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE ...
September 27, 2013 at 1:21 pm
Viewing 15 posts - 151 through 165 (of 183 total)