Viewing 8 posts - 1 through 8 (of 8 total)
Hello,
If your's is a Table Report, Then
Select the First two columns, Press F4 for properties,
There you have a option called 'Fixed Header' under Layout. Set that to 'True'.
Then first...
December 9, 2008 at 6:11 am
Hello,
One way is,
Group on the gender Name,
and write =COUNTDISTINCT(Fields!PersonID.Value)
This will give you the Exact Count.
Hope this helps
December 9, 2008 at 2:38 am
Hello,
Go To Report Parameters, add a new parameter,
Select From query radio button bwlow available values, Select the Dataset which you get the result,
In the Vlaue field select 'Col1'
In...
November 2, 2008 at 11:27 pm
Hello,
Use This Format Expression
MM/dd/yyyy hh:mm tt
Hope this helps
November 2, 2008 at 11:07 pm
Hello,
Try This
Write Expression for the Week SubTotal as
= ReportItems!TotalIncome.Value - ReportItems!WeekExpensesTotal.Value
Here ReportItems!TotalIncome.Value - Inplace of TotalIncome give your Total Income Value TextBox Name
ReportItems!WeekExpensesTotal.Value - Inplace...
November 2, 2008 at 10:48 pm
Hello,
What happened when you give that Expression to display 50 rows per page?
Try by Reducing the row Height (Group, Detail row sizes)
November 2, 2008 at 10:15 pm
Hello,
Try Like this
Select
footballer_name,
goals_scored
From another.table
Where footballer_name in (Select footballer_name
...
October 22, 2008 at 4:59 am
Hello,
You can directly Format the TextBox as "N5", then you can get the 5 decimal places for the Number.
Hope this helps
October 22, 2008 at 4:20 am
Viewing 8 posts - 1 through 8 (of 8 total)