on 2016 Oct 10 8:47 PM
I want to get an specific consult that it its included by default in sales a/r that it's a report, but i want to add some columns and fields, so how can i get the base consult?
Request clarification before answering.
Make a query from OINV if the information is based on invoices
Select t0.Cardcode, t0.Cardname, sum(t0.Doctotal) from OINV t0 where t0.docdate>=[%0] and t0.docdate<=[%1] group by t0.Cardcode, t0.Cardname
Add the fields that you need from OINV, or OCRD making a join
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please explain your requirement with an example.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Can I help you?
Regards
Edmund
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Please explain your requirement with an example.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
91 | |
12 | |
9 | |
8 | |
6 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.