Hi ,
I am using the following function to count the number of CUstomers who are Of type Daily.
=Count(IIf(Fields.CustomerType = 'Daily', 1, null))
I am using this in the expression field of a Textbox...But the problem is that the count is diffreneting from the count in the database by 1 record... say if i am getting 94 records in sql databse the count in the report is 93 ...This happening for all types..Am i doing anything Wrong..Thank you
PS: i am using a table wizard to generate my rows and then in order to show the count i am doing the following
Insert rows->Outsie the group-below-- and here in this row i am using the count function..
Does this make any difference...
I am using the following function to count the number of CUstomers who are Of type Daily.
=Count(IIf(Fields.CustomerType = 'Daily', 1, null))
I am using this in the expression field of a Textbox...But the problem is that the count is diffreneting from the count in the database by 1 record... say if i am getting 94 records in sql databse the count in the report is 93 ...This happening for all types..Am i doing anything Wrong..Thank you
PS: i am using a table wizard to generate my rows and then in order to show the count i am doing the following
Insert rows->Outsie the group-below-- and here in this row i am using the count function..
Does this make any difference...