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.
level.user is different from
level.UserClass | 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 |