how do i query the jade database?
Posted: Fri Aug 07, 2009 12:32 pm
by Anonymous >> Wed, 11 Feb 2004 4:17:31 GMT
hi
thanks for your help on my previous two questions. Its much appreciated. My latest problem has to do with queries. All i want is to have a table that displays invoices, and checkboxes that the user can check to filter the contents of the table. (such as, all sales orders, unpaid, overdue, or unpaid and overdue). Right now i'm using a dynamic dictionary that sorts them by the attributes date and paid (but i need overdue too). I basically start the iterator at the date the user has entered and loop while the salesorder is paid or unpaid (depending on the check) ... but i don't know how to join the collection of paid or unpaid with the collection overdue or not overdue. I read the documentation on the report writer. Can the query engine be used away from the report writer? Also, the example of the Ad hoc query controller in the dyna dictionary documentation. I couldn't get those examples to work for me. I'm not sure what the best approach is .... any suggestions would be much appreciated. Thanks for help
les
hi
thanks for your help on my previous two questions. Its much appreciated. My latest problem has to do with queries. All i want is to have a table that displays invoices, and checkboxes that the user can check to filter the contents of the table. (such as, all sales orders, unpaid, overdue, or unpaid and overdue). Right now i'm using a dynamic dictionary that sorts them by the attributes date and paid (but i need overdue too). I basically start the iterator at the date the user has entered and loop while the salesorder is paid or unpaid (depending on the check) ... but i don't know how to join the collection of paid or unpaid with the collection overdue or not overdue. I read the documentation on the report writer. Can the query engine be used away from the report writer? Also, the example of the Ad hoc query controller in the dyna dictionary documentation. I couldn't get those examples to work for me. I'm not sure what the best approach is .... any suggestions would be much appreciated. Thanks for help
les