@if (nullVariables) {
You cannot submit empty clauses
}
@if (nullVariables) {
}
Download
Web Query URL
Filter for table: {{ libTab }}
Error
@if (loadingTableView) {
}
@if (!loadingTableView) {
@if (table) {
}
@if (!lib && !table && !noDataReqErr && !noData) {
Please select a library
}
@if (!noData && !noDataReqErr && !table && lib) {
@if (libinfo === null) {
}
@if (libinfo !== null) {
Please select a table
}
@if (libinfo !== null) {
@if (libinfo.length < 1) {
No library info found. Click
button to refresh.
}
@if (libinfo.length > 0) {
@if (libinfo[0].ENGINE !== '') {
| ENGINE: |
{{ libinfo[0] ? libinfo[0].ENGINE : '' }}
|
}
@if (libinfo[0].LIBID !== '') {
| LIBID: |
{{ libinfo[0] ? libinfo[0].LIBID : '' }}
|
}
@if (libinfo[0].LIBNAME !== '') {
| LIBNAME: |
{{ libinfo[0] ? libinfo[0].LIBNAME : '' }}
|
}
@if (libinfo[0].LIBSIZE !== null) {
| LIBSIZE: |
{{ libinfo[0] ? (libinfo[0].LIBSIZE | convertSize) : '' }}
|
}
@if (libinfo[0].OWNERS !== '') {
| OWNERS: |
{{ libinfo[0] ? libinfo[0].OWNERS : '' }}
|
}
@if (libinfo[0].PATHS !== '') {
| PATHS: |
{{ libinfo[0] ? libinfo[0].PATHS : '' }}
|
}
@if (libinfo[0].PERMS !== '') {
| PERMS: |
{{ libinfo[0] ? libinfo[0].PERMS : '' }}
|
}
@if (libinfo[0].SCHEMAS !== '') {
| SCHEMAS: |
{{ libinfo[0] ? libinfo[0].SCHEMAS : '' }}
|
}
@if (libinfo[0].TABLE_CNT !== null) {
| TABLE_CNT: |
{{ libinfo[0] ? libinfo[0].TABLE_CNT : '' }}
|
}
@if (libinfo[0].CATALOG_CNT !== null) {
| CATALOG_CNT: |
{{ libinfo[0] ? libinfo[0].CATALOG_CNT : '' }}
|
}
}
}
}
@if (noData || noDataReqErr) {
@if (noData) {
No data found with given conditions
}
@if (noDataReqErr) {
No data found due to sas request error
}
}
@if (!noData && !noDataReqErr && table) {
}
@if (
licenceState.value.viewer_rows_allowed !== Infinity &&
hotTable.data &&
hotTable.data.length > licenceState.value.viewer_rows_allowed
) {
To display more than
{{ licenceState.value.viewer_rows_allowed }} rows, contact
}
}