-
Simple Query against Model Table.
-
Provides table from
.tables()in.modelTable().
Code
Groovy
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 |