Hi, I dont seem to be able to output a number that has 3 decimal places.
The data source returns eg. 12.564 % and the output format on the report
is ##.###.
The output value though shows 12.56%, I want to show the figure above.
What am I missing or doing wrong? Is there a rounding switch o...
more >>
I downloaded a 120 eval copy of MS Reporting Services today and the
installation was stopped because I only have MS VS 2002 installed. On the
requirements page linked below, MS says that the eval will also work with
"any standard copy of Visual Basic.Net". Do they mean VB.Net 2003?
http:/...
more >>
Hi There
I am trying to sum the amount value in the budgets dataset based on a sub
catagory within the budgets table called personal loans.
my expression is
=Sum iif(Fields!Sub_Catagory.Value, "budgets" = "Personal Loans",
Fields!Amount.Value, "budgets", Nothing))
this sits within an ac...
more >>
Hi
Need to create a report that needs to show the following:
# of results # of results >5 % of
results >5 Mean of
within 5 days days days
Results
Jan
Feb
March
Ap...
more >>