Hi,people.
I created the view that I have to use in Crystal 9(Oracle 9.2).
Here is the example of my view:
SELECT
claim_prof_entity_fk,
MAX(claim_prof_name) AS name,
SUM(DECODE(Type_Alert_M1, NULL, 0, 1))AS M1
from claim
Here is my question - how it may happen:
when I run this view through database I get value 47 for M1
when I run the report based on this view I get value 49 for M1(but when I send the query from report into database and run it there I get 47 again)
I'll highly appreciate any help.
I checked and unchecked default null values in Options but I didn't get the value 47 that I see in database(and I need it in report).
Thanks in advance
Lana
I created the view that I have to use in Crystal 9(Oracle 9.2).
Here is the example of my view:
SELECT
claim_prof_entity_fk,
MAX(claim_prof_name) AS name,
SUM(DECODE(Type_Alert_M1, NULL, 0, 1))AS M1
from claim
Here is my question - how it may happen:
when I run this view through database I get value 47 for M1
when I run the report based on this view I get value 49 for M1(but when I send the query from report into database and run it there I get 47 again)
I'll highly appreciate any help.
I checked and unchecked default null values in Options but I didn't get the value 47 that I see in database(and I need it in report).
Thanks in advance
Lana