linyaohui
12th June 2008, 12:34
i want to create horizontal report,but the report of baan only vertical...thanks
bdittmar
12th June 2008, 13:57
i want to create horizontal report,but the report of baan only vertical...thanks
Hello,
create a landscape layout and print it in this mode.
Regards
linyaohui
13th June 2008, 03:51
hi,thanks,work。。。
yogesh kapil
13th October 2012, 12:43
I am also want to print in horizontal.
How do i create landscape layout.
Please help me. I am using lnfp7
bdittmar
13th October 2012, 15:07
I am also want to print in horizontal.
How do i create landscape layout.
Please help me. I am using lnfp7
Hello,
define report as landscape (Papertype / Size)
extend the layouts
modify the layouts for your needs
Regards
yogesh kapil
15th October 2012, 09:17
Hi Brend,
thanks for your reply. But i am not getting what i want.
i want to print my reports like
item item item item
101 102 103 104 105.......
but the report coming default like :-
item
101
102
103
bdittmar
15th October 2012, 11:23
Hi Brend,
thanks for your reply. But i am not getting what i want.
i want to print my reports like
item item item item
101 102 103 104 105.......
but the report coming default like :-
item
101
102
103
Hello,
this is called multicolumn in reportlayout.
Regards
Hitesh Shah
15th October 2012, 18:28
This is possible with good programming and that too with limitations of space .
Search for horizontal dynamic non-fixed columns in baan report in this forum . You may find more threads.
Instead would recommend create CSV and export it to an Excel add-in (which you have to write it yourself ) which converts it into pivot table report.