Hi,

I'm generating a report through a script in order to use multiple DataSet.
It's working fine to link data from SQLQuery to my rapport.

My issue is that I want to "link" a value of a TextBox (which is not included in any databse) to my report DataSet.

On a simple "Report" action, I can add throug "Components involved in the search" which puts data into "Variables => Components" in the report design.

How to make it with a script ?

Regards

2

(2 replies, posted in General)

Thanks a lot !

I did not see in the documentation that i can access "footer" and "formulavalue" of a particular column !

Regards

Marco

3

(2 replies, posted in General)

Hi,

In my project I have two different TableGrid.
My goal is to substract the sum (footer) of one row in TableGrid1 with the sum of one row in TableGrid2.

I tried with calculated fields, but it does not upgrade when I add value in a TableGrid.

Do you have any idea ?