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

I implemented  some view using filters and i  wrote the  SQL query based on filters and get the results. now i want display the query result in  to PDF&Excel  format  how can i achieve this

please help me .......

( i.e: I am getting data from SQL query,how can  generate report PDF& Excel format using that data)

what are possible solutions for this...

please suggest me ....


아바타
취소
베스트 답변

@chirra

Create a new transient model with fields that match the SQL query, set _auto = False, _table to a table value and create an SQL View named like the table using the SQL query. Make sure that your query returns an unique id field. In the init method of that model create the SQL view using the cr parameter as db cursor. Use that model for your report data

아바타
취소