Simple Query Model Table
Simple Query against Model Table.
Provides table from
.tables()in.modelTable().
Code
def qapi = api.queryApi()
def mt1 = qapi.tables().modelTable("LRAMCCalc", "table_from_inputs")
return qapi.source(mt1)
.stream { it.collect { it } }Result
string_entry | option_entry | tab_name |
|---|---|---|
Default value | blue_pill | Dashboard from Calculations |
Default value | blue_pill | Dashboard from Simple Inputs |
See Also
Found an issue in documentation? Write to us.