Databand problems
Hello.
I don't know if this is the way to do it, so pleas give me feedback if i am way off.
I am sending in 3 datasets into the report.
the structur is as follow:
Main dataset1 personinfo
DetailData1 dataset2 acount info (shude bee hidden)
DetailData2 dataset3 productslist
in DetailData1 i want to make a sum() that i want to show in main databand.
The DetailData1 is after main databand in the page. and i have linked them together with the master property of te dataset.
Is it posible to sent the sum infomation to the maindataband?
S.
I don't know if this is the way to do it, so pleas give me feedback if i am way off.
I am sending in 3 datasets into the report.
the structur is as follow:
Main dataset1 personinfo
DetailData1 dataset2 acount info (shude bee hidden)
DetailData2 dataset3 productslist
in DetailData1 i want to make a sum() that i want to show in main databand.
The DetailData1 is after main databand in the page. and i have linked them together with the master property of te dataset.
Is it posible to sent the sum infomation to the maindataband?
S.
Comments
the principale is the same regardless of where you put the output
report must be 2 pass, info is gathered on first pass and is substittuted on final pass.