|
The steps provided here can be used to build Information Links for a complex SQL Query, which may contain multiple sub-queries,joins, group by. order by etc.
Notes:
- All the joined tables should be in same schema and DB.
- The Data on demand setup with this approach may create some issues, if resulting SQL query is not configured properly.
- in order to make IL support Data on Demand, "and " should be palced in according to SQL where clause.
|