VishalMistry
30th July 2015, 07:45
Hi all,
I am getting error "Incaompatible types for operand < (error 302)" when trying to compile script with following sql query:
I am refering to index 1 of whinr110 where it contains item,trdate,warehouse,sequence.
select whinr110.*
from whinr110
where whinr110._index1 < {:tcibd001.item, :date.fr , "CRMW", 1}
selecteos
opening.qty = opening.qty + whinr110.qhnd
endselect
Can anybody guide what is wrong with this query ?
Vishal
I am getting error "Incaompatible types for operand < (error 302)" when trying to compile script with following sql query:
I am refering to index 1 of whinr110 where it contains item,trdate,warehouse,sequence.
select whinr110.*
from whinr110
where whinr110._index1 < {:tcibd001.item, :date.fr , "CRMW", 1}
selecteos
opening.qty = opening.qty + whinr110.qhnd
endselect
Can anybody guide what is wrong with this query ?
Vishal