跳至内容
菜单
此问题已终结
1 回复
2703 查看

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.