Hello All,
I am using DB2 database and OBIEE 10g version for reporting.
I have below query giving be desired o/p.
select id,
xmlquery ('distinct-values($x//row)' passing xmlgroup (name) as "x")
from test
group by id
now I want to implement 'xmlquery ('distinct-values($x//row)' passing xmlgroup (name) as "x")' in OBIEE column formula.
Can someone provide i/ps how we can implement xmlquery in obiee column formula?
Any template or example of use of xmlquery in column formula will also help.