how to use filter condition ?
mohanaraj
600001
Hello
I want to filter the data in the data band. i use [dtOrgLevelsummary.ParentId]< 1 in the filter tab.
when i run the report it threw an exceprion as "Specified cast is not valid. "
I checked the shema file for dtOrgLevelsummary.ParentId, it is in long datatype.
How i can filter data ?
thanks in advance.
I want to filter the data in the data band. i use [dtOrgLevelsummary.ParentId]< 1 in the filter tab.
when i run the report it threw an exceprion as "Specified cast is not valid. "
I checked the shema file for dtOrgLevelsummary.ParentId, it is in long datatype.
How i can filter data ?
thanks in advance.
Comments
Select dtOrgLevelsummary datasource, select its ParentId column, then set its DataType property to Int64.