Sequence load datasource
Posted: Wed Jan 15, 2014 9:13 am
Dear Stimulsoft,
I have 2 datasource and 1 variable
variable1:
var1 = 1
datasource1:
select costcenter from system where id = {var1} // result string 'cc between 1 and 10'
datasource2:
select * from invoice where id={docid} and {datasource1.costcenter}
and i got error message 'data not found' every time i run it.
i need both datasource run sequence. How to do it? please help me. Thank you
I have 2 datasource and 1 variable
variable1:
var1 = 1
datasource1:
select costcenter from system where id = {var1} // result string 'cc between 1 and 10'
datasource2:
select * from invoice where id={docid} and {datasource1.costcenter}
and i got error message 'data not found' every time i run it.
i need both datasource run sequence. How to do it? please help me. Thank you