tracylee
7th October 2014, 05:00
Hi,
I have a problem regarding the report layout. the main data is get from tfacr200 table and I need some of the data get from tdsmi201 table. So, on my report layout, I have do the new fields for my display data from table tdsmi201. I need the data display at bottom side but the printing side display at bottom. So, how can I move the data in the bottom side? Please refer my attached file for more details my problem. Please advise. Hope can reply me as soon as possible. Thanks.
bhushanchanda
7th October 2014, 10:07
Hi,
Just increase the window size of after.tfacr200.itbp.3 and add those field in there. Also check whether there is anything coded in after.tdsmi201.acty.1 section of Report Script.
If yes, then move that piece of code as well to after.tfacr200.itbp.3 section.
tracylee
7th October 2014, 10:26
Hi,
Just increase the window size of after.tfacr200.itbp.3 and add those field in there. Also check whether there is anything coded in after.tdsmi201.acty.1 section of Report Script.
If yes, then move that piece of code as well to after.tfacr200.itbp.3 section.
Hi, I try it before but the data (in tdsmi201.acty.1) only display one data (the last one) at tfacr200.itbp.3. So, still have any way can solve it?
bhushanchanda
7th October 2014, 10:40
Hi,
I guess you have 3 fields in there. So, just move those three fields in after.tfacr200.itbp.3 layout. What do you mean by displays only one data?
Else, what you can do, add new field in Report input fields and name it something like znew_field and provide similar domain as tdsmi201.acty. Now, assign the value of tdsmi201.acty to this new field. Now duplicate the layout tdsmi201.acty.1 and name it as znew_field.1. It will then print it after after.tfacr200.itbp.3 as "z" comes after "t". You can suppress the layout tdsmi201.acty by assigning Output Expression as 0.
vamsi_gujjula
7th October 2014, 14:40
just post your report script and sort order.. bhushan's initial suggestion should work.
tracylee
7th October 2014, 16:16
Hi,
I guess you have 3 fields in there. So, just move those three fields in after.tfacr200.itbp.3 layout. What do you mean by displays only one data?
Else, what you can do, add new field in Report input fields and name it something like znew_field and provide similar domain as tdsmi201.acty. Now, assign the value of tdsmi201.acty to this new field. Now duplicate the layout tdsmi201.acty.1 and name it as znew_field.1. It will then print it after after.tfacr200.itbp.3 as "z" comes after "t". You can suppress the layout tdsmi201.acty by assigning Output Expression as 0.
Hi,
Nope, only 1 field in the tdsmi201.acty, so my data will auto running. If got 5 data then display 5 lines, if 8 data then display 8 lines. Please refer my attached file for more details. Thanks.
I means in my database got 3 data but only last data can display on the report. I try to put the message on my report script, the 3 data can read but only last data display my report only.
Thanks for your suggestion. I try do it but still same result. Please advise. Thanks.
tracylee
7th October 2014, 16:24
just post your report script and sort order.. bhushan's initial suggestion should work.
Please refer attached file for more details. Please advise. Thanks.