Hello Developers,
I have recevided SQL source from this Live report for viewing of "Documents" via Live Reports which are on xECM.
select DTree.*, KUAF.Name kuafname from DTree, KUAF where (DTree.SubType=144) and (1=1) and (KUAF.ID=DTree.UserID) order by DTree.Name
Now using custom live report I am getting correct values, So I wanted to export them in excel so i am using webreport and datasource is this live report SQL query.
When Webreport is downloaded it shows numeric values. So where I could be wrong.
Help will be highly appreciated