Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2692 Widoki

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????????????????????

Awatar
Odrzuć

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

Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

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.