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 here we can use only one list. second:- when we export the data in the Excel Sheet date field is not display properly

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-10-24 Thread BJ Freeman
you can control this. nalin chandra sent the following on 10/24/2008 10:20 AM: > how we generate the CSV report. > In CSV reporting i have 2 problem > first:- > how to export the data from two different list > > odd-row-style="alternate-row" default-table-st

Re: CSV reporting..

2008-12-02 Thread BJ Freeman
hould 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 to display data of multi

Re: CSV reporting..

2008-12-02 Thread nalin chandra
eric?entityName=ContactMechDetail&find=true&VIEW_SIZE=50&VIEW_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 >> >> A

Re: CSV reporting..

2008-12-03 Thread S K Pradeep kumar
er").trim(); // if(telecomNumber.partyContactMech.get("extension") != null) // phone += telecomNumber.partyContactMech.get("extension"); } // print(" partyId "+partyId+" email "+email+&qu

Re: CSV reporting..

2008-12-03 Thread BJ Freeman
{ > telecomNumber = contactMechGV.get("telecomNumber"); > if(telecomNumber.get("areaCode") != null) > phone += telecomNumber.get("areaCode").trim(); > > phone

Re: CSV reporting..

2008-12-03 Thread nalin chandra
ng("infoString")+"/"; > } > > if("TELECOM_NUMBER".equals(contactMech1.getString("contactMechTypeId"))) > { > telecomNumber = contactMechGV.get("telecomNumber"); > if(telecomNumber

Re: CSV reporting..

2008-12-14 Thread Jacques Le Roux
quot;).trim(); phone += telecomNumber.get("contactNumber").trim(); // if(telecomNumber.partyContactMech.get("extension") != null) // phone += telecomNumber.partyContactMech.get("extension"); }