how to use filter condition ?

mohanarajmohanaraj 600001
edited 6:30PM in FastReport .NET
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.

Comments

  • edited 6:30PM
    Hello,

    Select dtOrgLevelsummary datasource, select its ParentId column, then set its DataType property to Int64.

Leave a Comment