ravin_singh
4th February 2013, 20:34
Hi Everyone,
Recently, while a report development I am facing an issue with this query :
function get.1.consum()
{
select cprrp100.*
from cprrp100
where cprrp100.item = {:tcibd001.item}
and cprrp100.type = 4
selectdo
consum1=consum1+cprrp100.quan
endselect
}
The data is accurate. And the relation cprrp100.item = {:tcibd001.item} exists. All the relations exists as mentioned. But the problem is, Selectdo statement never gets called.
Any help??
cprrp100.item is shown as blank
Recently, while a report development I am facing an issue with this query :
function get.1.consum()
{
select cprrp100.*
from cprrp100
where cprrp100.item = {:tcibd001.item}
and cprrp100.type = 4
selectdo
consum1=consum1+cprrp100.quan
endselect
}
The data is accurate. And the relation cprrp100.item = {:tcibd001.item} exists. All the relations exists as mentioned. But the problem is, Selectdo statement never gets called.
Any help??
cprrp100.item is shown as blank