i have 9 values in a table i.e
-99
-56
-32
41
-2
33
95
-88
55
my question is that i wanna elimenate all -ve values and
wann sum of + values in report
i m using devsuite 10g
its urgent
kindly if anyone knows that answer message me the following
yahoo id
thanx
ALI
smalipaki@yahoo.com
Answer Posted / girdhari bawane
Hi,
See, Suppouse there is table 'test' in database and having
columns col1 number. this table holding records as
COL1
=====
1
-2
-3
3
-4
4
-5
5
-6
6
2
write query as-
SELECT SUM(col1) FROM test WHERE col1>0;
Result := 21.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
What do you understand by oracle forms and why are they required?
Explain master-detail relationship with some examples.
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
all steps of bitmap report?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
a text item is there what r the different types of triggers associated with it
hi,dis is Shasi.I'm searhing on cognos.1 want realtime scenarios with solutions.persons having hands on experience in real time plz help me out.and iwant one project with explanation please help me...
how do u place it in required folder
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
What do you understand by lov?
Explain the various types of oracle report?
What is a user exit program in oracle reports?
What are the various configuration files that are used by oracle forms?
Why oracle forms required?