Hello world!
	PHP код:
	
		
			
while select sum(Ist_AmountDebitCredit),ItemId from tblInventTransPosting group by ItemId
             where  tblInventTransPosting.TransDate >= Str2Date("01.01.2003",123)    &&
                    tblInventTransPosting.TransDate < Str2Date("01.02.2003",123)     &&
                    tblInventTransPosting.IsPosted == NoYes::Yes
                    join tblInventTable
             where  tblInventTable.ItemId == tblInventTransPosting.ItemId
              {
                    w(tblInventTable.ItemName);
              } 
		
	
 В Инфо логе получаю пустые строки. Расскажите, что не так.
Спасибо.