มีค่ามีเก็บใน variable1.value แต่ผมอยากให้ ก่อนเอามาเก็บ ใน variable1.value ต้องผ่านการ คูณและหารก่อนทำไงครับ เช่น variable1.value := ค่าได้จากคำสั่ง sql GetSQLIntegerData * 1000 / 38211 ทำอย่างไรครับ
Value := GetSQLIntegerData('select ( select count(distinct(hn)) as hn from ovstdiag o '+
' where o.vstdate BETWEEN "2010-10-01" AND "2011-09-30" and icd10 BETWEEN "A050" and "A059" ) '+
' + ( select count(distinct(ip.hn)) as hn from iptdiag i,ipt ip '+
' where i.an=ip.an and ip.dchdate BETWEEN "2010-10-01" AND "2011-09-30" and icd10 BETWEEN "A050" and "A059" ) '+
' as total')
end;
รบกวนอาจารย์อีกแล้วครับ