on 2013 Jun 05 7:49 AM
Hi Experts,
I have created one Sales Object in IDT by using below condition.
CASE WHEN((tab.source='india' AND tab.acontno LIKE '502%') OR
(tab.source='india' AND tab.acontno LIKE '501%')OR
(tab.source='india' AND tab.acontno= 'UNKNOWN')OR
(tab.source='india' AND tab.acontno = 'OTHERS')OR
(tab.source='india' AND tab.acontno is NULL))
THEN 'Y'
ELSE 'N'
END,
when i drag this sales object at query level its throwing error like Database error: ORA-00936: missing expression. (IES 10901) (WIS 10901).
But when i create filter condition in IDT with same condition its working fine and i can see the data i created condition like
CASE WHEN((tab.source='india' AND tab.acontno LIKE '502%') OR
(tab.source='india' AND tab.acontno LIKE '501%')OR
(tab.source='india' AND tab.acontno= 'UNKNOWN')OR
(tab.source='india' AND tab.acontno = 'OTHERS')OR
(tab.source='india' AND tab.acontno is NULL))
but now my requirement is user wants to see one object at report level based on that they will filter the data at report level.
Please help me on this.
Reagards,
DSP
Request clarification before answering.
Hi All,
Sorry for late reply. Actually the problem is in Where condition in IDT. In that where condition one SPACE there. in query level where condition last it written like ( ) this.that is the reason its getting this error.Now I remove this space in where condition in IDT then the problem got solved.
Cheers,
DSP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.