Re: CSV reporting..

2008-12-14 Thread Jacques Le Roux
(fullName); fw.append('\n'); fw.flush(); // fw.close(); //response.sendRedirect(control/main); } } On Wed, Dec 3, 2008 at 2:05 AM, nalin chandra nalin.chan...@palindromesoftware.com wrote: i use CSV reporting in ofbiz As we all know, we can display data of only

Re: CSV reporting..

2008-12-03 Thread S K Pradeep kumar
(); //response.sendRedirect(control/main); } } On Wed, Dec 3, 2008 at 2:05 AM, nalin chandra [EMAIL PROTECTED] wrote: i use CSV reporting in ofbiz As we all know, we can display data of only one list in the form. so i use view entity to display data of multiple table. now i have one problem. i

Re: CSV reporting..

2008-12-03 Thread BJ Freeman
); fw.append('\n'); fw.flush(); // fw.close(); //response.sendRedirect(control/main); } } On Wed, Dec 3, 2008 at 2:05 AM, nalin chandra [EMAIL PROTECTED] wrote: i use CSV reporting in ofbiz As we all know, we can display data of only one list in the form. so i

Re: CSV reporting..

2008-12-03 Thread nalin chandra
, nalin chandra [EMAIL PROTECTED] wrote: i use CSV reporting in ofbiz As we all know, we can display data of only one list in the form. so i use view entity to display data of multiple table. now i have one problem. i want to display the detail of party like name, address, email, contact

CSV reporting..

2008-12-02 Thread nalin chandra
i use CSV reporting in ofbiz As we all know, we can display data of only one list in the form. so i use view entity to display data of multiple table. now i have one problem. i want to display the detail of party like name, address, email, contact number etc. for this purpose i create a view

Re: CSV reporting..

2008-12-02 Thread BJ Freeman
for fields instead of Nulls where there is a relationship. nalin chandra sent the following on 12/2/2008 12:35 PM: i use CSV reporting in ofbiz As we all know, we can display data of only one list in the form. so i use view entity to display data of multiple table. now i have one problem

Re: CSV reporting..

2008-12-02 Thread nalin chandra
=trueVIEW_SIZE=50VIEW_INDEX=0 you should have a _NA_ for fields instead of Nulls where there is a relationship. nalin chandra sent the following on 12/2/2008 12:35 PM: i use CSV reporting in ofbiz As we all know, we can display data of only one list in the form. so i use view entity

CSV Reporting.....

2008-10-24 Thread nalin chandra
how we generate the CSV report. In CSV reporting i have 2 problem first:- how to export the data from two different list form name=VisitStatsExport type=list list-name=visitList odd-row-style=alternate-row default-table-style=basic-table hover-bar field name=visitId