My environment specs are :
- Stimulsoft Reports.Fx for PHP2015.1
Windows 7 - 64bit
MySQL 5.6.15
PHP 5.3
My question is the following:
data source ds_a query:
select * from tbl_a;
data source ds_b query
select * from tbl_b where ref_a = @fk_a
fk_a is a parameter with an expression as a value: {ds_a.id_a}
the parameter only considers the first value of {ds_a.id_a}
and as a result ds_b doesn't have all the data it's supposed to.
I've already tried the 'Reconnect on Each Row' property like you suggested in this post
http://forum.stimulsoft.com/viewtopic.php?f=12&t=33819
Waiting for help PLZ