expression?

  • Thread starter Thread starter JT
  • Start date Start date
J

JT

Here is my report:
---------------------------------------------
0 1 2 3

04/07 10 20 60 240
---------------------------------------------
I need to create subreport with this formula
20/10=2
60/20=3
240/60=4

And it should look like this:

--------------------------------------------
0 1 2 3

04/07 2 3 4
--------------------------------------------

I have problem with expression. I need help to create expression to get data
for the subreport. In this case is (2, 3, 4).

Thank you.
 
Here is my report:
---------------------------------------------
0 1 2 3

04/07 10 20 60 240
---------------------------------------------
I need to create subreport with this formula
20/10=2
60/20=3
240/60=4

And it should look like this:

--------------------------------------------
0 1 2 3

04/07 2 3 4
--------------------------------------------

I have problem with expression. I need help to create expression to get data
for the subreport. In this case is (2, 3, 4).

Thank you.

I'm sorry but this makes absolutely no sense to me! You're showing the desired
output but no indication of the nature of your tables or the data that they
contain. You cannot base a Report on a Report - only on a table or query!
What's the data in your table? What's the "subreport"? What real-life problem
are you trying to solve, and what do these numbers represent?
 
Back
Top