Hi All,
We are running the following query:
"select s.value2, s1.value2, s.auditdate
from DAUDITNEW s , DAUDITNEW s1
where s.auditdate = (select max(d.auditdate) from DAUDITNEW d
where d.performerid =1000
and d.dataid=360552
and d.auditstr='AttrChange'
)
and s.auditdate=s1.auditdate
and s.valuekey='WF_ARA_CAT[1].Doc_Approval[1]'
and s1.valuekey='WF_ARA_CAT[1].Doc_Comment[1]' "
When run on SQLDeveloper the query fetches correct results as:
Yes Comment1 16thJune
But when we run the same query in a LiveReport, the following result is shown:
Comment1 Comment1 16thJune
Any pointers on this will be of great help.
Thanks,
Ketan