Page 1 of 1

filter databand with user request date vars

Posted: Fri Nov 02, 2012 11:59 am
by 3inweb
Hello ...

I'm trying to set a filter on a data band that uses the value of two variables the user requested date type.

I created the variable Ffin and Fini with the type DateTime and the user request.

In section filter expression to select the data band

I tried different expressions but it has an error in display mode

"(databand1.facturas.fechafactura> = Fini and databand1.facturas.fechafactura = <Ffin)"

I can not find the right word.

In a previous post you told me that type variables range required of the user still did not work in this version is that correct?

Could you give me some indication?

Thank you very much for your help.

greetings

Re: filter databand with user request date vars

Posted: Fri Nov 02, 2012 2:05 pm
by HighAley
Hello.

You should use C# syntax in the filter expressions.

Thank you.