We have Ad hoc reporting requirements from the user. I proposed using report models and builder to satisfy those. However, now customer is looking for the SQL that goes behind the model and/or the reports (that users have buit). The report models are smdl file which in turn is xml. Is there a way to get the model SQL. One way is to parse XML and get the table names (if we are not using query) but it seems very tedious work. Is there any other way?
Can we, somehow, produce SQL from underlying smdl files without using xml parsing?
Nehal Jain