VishalMistry
24th September 2010, 08:27
Hi,
In before.program section of a newly developed session, I want to filter data displayed based on specific date range. I am writing following in my program script:
query.extend.where(" whinh312.ardt >= " & filter.ardt.f, EXTEND_APPEND)
query.extend.where(" whinh312.ardt <= " & filter.ardt.t, EXTEND_APPEND)
I am getting following error:
Error: Illegal type combination: 'string & long'
Can anyone help, how can I specify such selection criteria.
Thanks in advance,
Vishal
In before.program section of a newly developed session, I want to filter data displayed based on specific date range. I am writing following in my program script:
query.extend.where(" whinh312.ardt >= " & filter.ardt.f, EXTEND_APPEND)
query.extend.where(" whinh312.ardt <= " & filter.ardt.t, EXTEND_APPEND)
I am getting following error:
Error: Illegal type combination: 'string & long'
Can anyone help, how can I specify such selection criteria.
Thanks in advance,
Vishal