Can someone tell me how to insert an SQL Statement in my Report?
I need the following:
I'm using a table named F_DOCS.
I've included a lot of calculated records and formulas but now I need to obtain the number of records where F_DOCS.DO_HOUR is within a range of time.
I would like to obtain...
The problem I've found is that I want to access the data filtered by the record DO_TYPE, but I do not need ONLY one.
I must have a report like this:
Total of Invoices: 3 ---> Count({F_DOCS}) WHERE DO_TYPE=1
Total of Achieves: 2 ---> Count({F_DOCS}) WHERE DO_TYPE=2
Number of Documents: 5...
Dear friends,
Can someone tell me how to access records in the same table but with a different filter?
That is, I have a table named F_DOCS of documents. There's a record named DO_TYPE which is used to sepparate different kind of documents (i.e. DO_TYPE = 1 The document is an InVoice, DO_TYPE =...
Dear friends,
I've got the following question:
- How can I use sub-report declared variables in the main report ?
For example, I want to use a variable declared in a sub-report to be used for calculating a Total in the Main Report.
I hope you can give me an answer.
Thankx.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.