Viewing 7 posts - 16 through 22 (of 22 total)
Try adding this sort expression.
=IIF(IsNothing(Fields!ALF.Value),"ZZZZZZ", Fields!ALF.Value) Sort order AtoZ
February 3, 2010 at 1:07 pm
If you can get the Total of all the Values(Overall Total) put it in box and then the grand totals for the rows/columns in a separate row/column. then in the...
August 31, 2009 at 8:19 am
You can use the following procedure:
Lets say the name of the textbox for the total at the end is "TextBox_Total_Value"
Add the third column for %age of the total
and enter...
August 20, 2009 at 9:13 am
If you dont want to change the query or dont want to add the fields..
and if your results are constant with the names..
then try the following in the SORT...
August 20, 2009 at 8:35 am
If you bind the dataset name to the table in the design and want to display all the results of which you are getting from the query..Just remove the "First"...
August 20, 2009 at 8:25 am
Hi,
I am not sure how you are getting the total for the count in the report, i guess you might be dragging and dropping the P3hardwareCount field in to a...
February 26, 2009 at 9:16 am
Hi,
I did not try to solve the exact problem posted here,
but i know a thing which solves the blank page problem..
There is an option in the Report Properties of...
February 25, 2009 at 8:56 am
Viewing 7 posts - 16 through 22 (of 22 total)