Calculating a Column using Query

Dear FastReport Team,

I need a column for my report. That Particular Column is fetched by using Query from another table.
The Column Which I need Contains The Query :

SELECT * FROM account_transaction
where source_type='A' and line_type='B'
and carrier_id<>74 group by C;

Can You please help me out how to do it in FastReport.NET. Actually for Past One Week I'm searching for this. I posted Token also but there is
no response.

Awaiting for the reply

Thanks in Advance
Suvarnni

Leave a Comment