level.xyz.query
Use this to specify the query of the Multi Cascade's level (select list)
xyz is a placeholder for the actual level id.
Placeholders are case sensitive.
is different from
Class | level |
---|---|
Property | level.xyz.query |
Formal specification | level.xyz.query = <datasource specific query> |
Required | required in case it is not the MLCF basic config |
Default | |
Version | 1.25 |
Comment |
|
Â
Example | mc.levels = country, city, street
mc.ds=jira
...
level.country.query = select distinct countryName from worldcities
...
level.city.query = select name from woldcities where country = {country.contryName}
...
|
---|---|
Reference | MLCF configuration |