User login
|
|
Frontpage Sponsor
|
|
Poll
|
As a Customer What would do to keep your ERP Implementation intact Proactively define Business Process-- Take the Project Ownership 45% Handover everything to System Integrator from drawing BP till implementation of ERP 18% Hire more inhouse skilled & capable IT Resource to work directly with SI 36% Rely on SI Architects/Consultants 0% Total votes: 11 |
Baanboard at LinkedIn
|

|
|
|
By vivet2 at 31 Oct 2020 - 11:08
|
hi,
I want to fech some data through easy sql but i am not able to make query in where condition for date range. my query is.
select tfgld018.ttyp,tfgld018.docn,tfgld018.dcdt,tfgld018.stat
from tfgld018
where tfgld018.stat = 3 and
tfgld018.dcdt >= :tfgld018.dcdt.t and
tfgld018.dcdt <= :tfgld018.dcdt.f
system throuwing error.
ttadv3280m000: ttadv31853 : Execute Query: Range should be date(YYYY,MM,DD)
Please help ..
|
|
|
All times are GMT +2. The time now is 09:43.
Try:
Could you post the domains you use for them?
It seems you using different domains because the error....
This would be working...
This would be working...
Thanks alot.
can you help me for one more query. Actually I want to print sum of all documents in my query report.my query is
i am unable to do this please add logic for sum
If this is a sum in an easy sql report script that is a whole new ball game, because it looks like you are printing more than just a sum.
can you help me for one more query. Actually I want to print sum of all documents in my query report.my query is
i am unable to do this please add logic for sum
I think one small example will be better to understand this..
Example. We have purchase Order line table, we want to print purchase order total amount (SUM) base on purchase order no. (We must be use grope by statement because one purchase order have multiple Purchase Order line)
PUR000001 | 100000
PUR000002 | 300000
PUR000003 | 500000
Hope this will clear your doubt...
Regards,
DDPatel
i understatnd what are you explaining. but i want sum with all the line values like:
PUR000001
1/ item 1 10
2/ item 2 20
SUM 30
"If this is a sum in an easy sql report script that is a whole new ball game, because it looks like you are printing more than just a sum."
You are right