콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
2728 화면

i find there is only one rml code in a report module.......can we put any number of rml codes.......i mean is there any rule or limitations for a report module????????????????????

아바타
취소

Yes we can put any number of rml codes as far as i know. We just have to create new report properly with rml file, python script and action binding

베스트 답변

Yes, We can put any number of rml files in a single module. No limitations at all.

아바타
취소
작성자

ok sir....i have 9 different rml codes with me which is used for just printing purpose....so when i create report module should i have 9 py files for 9 rml codes???? then how should i create a xml view for all these

Hi R.sridevi, Its all about the data you are printing. If you are printing same data in different ways in all 9 report, you can use a single py file. In the same file you can write 9 parser at the buttom and design report in different ways.