Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Automated: Bump QIX Engine API docs (#552)
Browse files Browse the repository at this point in the history
* Automated: Bump QIX Engine API docs

* Add ampl.com to list of urls being skipped

Co-authored-by: Mattias Wennmo <wennmo@users.noreply.github.com>
  • Loading branch information
qlikossbuild and wennmo committed Dec 23, 2019
1 parent 013886d commit a426ae5
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .circleci/check-external-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ URLS=$(grep -Eroih '=\"(http|https)://[^ "]+' --include '*.html' --include '*.cs

for url in $URLS
do
if [[ $url == *"localhost"* || $url == *"gstatic"* || $url == *"google-analytics"* || $url == *"googletagmanager"* || $url == *"zlib.net"* ]]; then
if [[ $url == *"localhost"* || $url == *"gstatic"* || $url == *"google-analytics"* || $url == *"googletagmanager"* || $url == *"zlib.net"* || $url == *"ampl.com"* ]]; then
echo "# Skipping: $url"
elif curl -s -L -f -I -k -o /dev/null "$url"; then
echo " Working: $url"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# gRPC Data Connector API

_gRPC Data Connector API for version 12.515.0._
_gRPC Data Connector API for version 12.538.0._

Package: **qlik.connect**

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# gRPC File Connector API

_gRPC File Connector API for version 12.515.0._
_gRPC File Connector API for version 12.538.0._

Package: **qlik.filehosting**

Expand Down
34 changes: 25 additions & 9 deletions docs/services/qix-engine/apis/qix/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# Definitions

_QIX definitions for version 12.515.0._
_QIX definitions for version 12.538.0._

## `AlfaNumString`

Expand Down Expand Up @@ -1092,7 +1092,7 @@ _No description._
| ---- | ---- | ------- | ----------- |
| `qText` | string | N/A | Some text.<br>This parameter is optional. |
| `qNum` | number | N/A | A value.<br>This parameter is optional. |
| `qElemNumber` | integer | N/A | Rank number of the value, starting from 0.<br>If the element number is a negative number, it means that the returned value is not an element number.<br>You can get the following negative values:<br>- -1: the cell is a _Total_ cell. It shows a total.<br>- -2: the cell is collapsed. Applies to pivot tables.<br>- -3: the cell belongs to the group _Others_ .<br>- -4: the cell is empty. Applies to pivot tables. |
| `qElemNumber` | integer | N/A | Rank number of the value, starting from 0.<br>If the element number is a negative number, it means that the returned value is not an element number.<br>You can get the following negative values:<br>- -1: the cell is a _Total_ cell. It shows a total.<br>- -2: the cell is a _Null_ cell.<br>- -3: the cell belongs to the group _Others_ .<br>- -4: the cell is empty. Applies to pivot tables. |
| `qState` | string | N/A | State of the value.<br>The default state for a measure is L.<br><br>One of:<br>- L or LOCKED<br>- S or SELECTED<br>- O or OPTION<br>- D or DESELECTED<br>- A or ALTERNATIVE<br>- X or EXCLUDED<br>- XS or EXCL_SELECTED<br>- XL or EXCL_LOCKED<br>- NSTATES |
| `qIsEmpty` | boolean | N/A | Is set to _true_ , if **qText** and **qNum** are empty.<br>This parameter is optional. The default value is _false_ . |
| `qIsTotalCell` | boolean | N/A | Is set to _true_ if a total is displayed in the cell.<br>This parameter is optional. The default value is _false_ .<br>Not applicable to list objects. |
Expand Down Expand Up @@ -1287,6 +1287,24 @@ _No description._
| `qCardinalities` | [`NxCardinalities`](#nxcardinalities) | N/A | Dimension Cardinalities |
| `qLibraryId` | string | N/A | Refers to a dimension stored in the library. |

## `NxDownloadInfo`

_No description._

| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| `qUrl` | string | N/A | URL to download the reduced app on. |
| `qFileSize` | integer | -1 | The filesize of the reduced app. |

## `NxDownloadOptions`

_No description._

| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| `qBookmarkId` | string | N/A | Bookmark Id to apply before reducing the application. |
| `qExpires` | integer | 3600 | Time in seconds for how long the download link is valid. |

## `NxEngineVersion`

_No description._
Expand Down Expand Up @@ -1902,14 +1920,13 @@ Represents a measure.

## `NxTrendline`

**Stability Index: Stable**
**Stability Index: Experimental**

Information about the calculated trendline.

| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| `qType` | string | N/A | Type of trendline<br><br>One of:<br>- AVERAGE or Average<br>- LINEAR or Linear<br>- POLYNOMIAL or Polynomial<br>- EXPONENTIAL or Exponential<br>- POWER or Power<br>- LOG or Logarithmic |
| `qSolvedDegree` | integer | N/A | Degree that was solved. |
| `qType` | string | N/A | Type of trendline<br><br>One of:<br>- AVERAGE or Average<br>- LINEAR or Linear<br>- POLYNOMIAL2 or Polynomial2<br>- POLYNOMIAL3 or Polynomial3<br>- POLYNOMIAL4 or Polynomial4<br>- EXPONENTIAL or Exponential<br>- POWER or Power<br>- LOG or Logarithmic |
| `qError` | [`NxValidationError`](#nxvalidationerror) | N/A | This parameter is optional and is displayed in case of error. |
| `qCoeff` | array&lt;number> | N/A | Coefficent c0..cN depending on the trendline type. |
| `qR2` | number | N/A | R2 score. Value between 0..1 that shows the correlation between the trendline and the data. Higher value means higher correlation. |
Expand All @@ -1918,17 +1935,16 @@ Information about the calculated trendline.

## `NxTrendlineDef`

**Stability Index: Stable**
**Stability Index: Experimental**

Trendline input definition

| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| `qType` | string | N/A | The type of trendline to calculate<br><br>One of:<br>- AVERAGE or Average<br>- LINEAR or Linear<br>- POLYNOMIAL or Polynomial<br>- EXPONENTIAL or Exponential<br>- POWER or Power<br>- LOG or Logarithmic |
| `qPolynomialDegree` | integer | N/A | For a polynomial type the degree can be between 2..4 |
| `qType` | string | N/A | The type of trendline to calculate<br><br>One of:<br>- AVERAGE or Average<br>- LINEAR or Linear<br>- POLYNOMIAL2 or Polynomial2<br>- POLYNOMIAL3 or Polynomial3<br>- POLYNOMIAL4 or Polynomial4<br>- EXPONENTIAL or Exponential<br>- POWER or Power<br>- LOG or Logarithmic |
| `qXColIx` | integer | -1 | The column in the hypercube to be used as x axis. Can point to either a dimension (numeric or text) or a measure |
| `qCalcR2` | boolean | N/A | Set to true to calulatate the R2 score |
| `qContinuousXAxis` | string | CONTINUOUS_NEVER | Set if the numerical value of x axis dimension should be used<br><br>One of:<br>- Never or CONTINUOUS_NEVER<br>- Possible or CONTINUOUS_IF_POSSIBLE |
| `qContinuousXAxis` | string | CONTINUOUS_NEVER | Set if the numerical value of x axis dimension should be used<br><br>One of:<br>- Never or CONTINUOUS_NEVER<br>- Possible or CONTINUOUS_IF_POSSIBLE<br>- Time or CONTINUOUS_IF_TIME |
| `qMultiDimMode` | string | TRENDLINE_MULTILINE | If you have a hypercube with two dimensions and qXColIx refers to a dimension<br>This determines if you get one trendline of each value in the other dimension or<br>Or trendline based on the sum of the value in the other dimension<br>The sum variant is only supported when qXColIx is 0 and qMode (on the hypercube) is K or T<br><br>One of:<br>- Multi or TRENDLINE_MULTILINE<br>- Sum or TRENDLINE_SUM |

## `NxValidationError`
Expand Down
19 changes: 18 additions & 1 deletion docs/services/qix-engine/apis/qix/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# Doc

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `AbortModal`

Expand Down Expand Up @@ -757,6 +757,23 @@ Expands the expression.
| ---- | ---- | ----------- |
| `qExpandedExpression` | string | The expanded expression string. |

## `ExportReducedData`

Applies a bookmark to reduce (slice) the data on. Returns a url and file size to the reduced application. Section Access is always applied.<br>This API is only available on Sense Enterprice on Windows


**Parameters:**

| Name | Type | Mandatory | Description |
| ---- | ---- | --------- | ----------- |
| `qOptions` | [`NxDownloadOptions`](./definitions.md#nxdownloadoptions) | No | BookmarkId used to reduced the app on and an expire time. |

**Returns:**

| Name | Type | Description |
| ---- | ---- | ----------- |
| `qDownloadInfo` | [`NxDownloadInfo`](./definitions.md#nxdownloadinfo) | Result containing the URL to download the exported file and the size of the file. |

## `FindMatchingFields`

Retrieves any fields that belong to the same archipelago as the specified field and that match at least one of the specified tags.<br>Tags set by Qlik Sense are prefixed by the _$_ sign.
Expand Down
2 changes: 1 addition & 1 deletion docs/services/qix-engine/apis/qix/field.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# Field

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `Clear`

Expand Down
2 changes: 1 addition & 1 deletion docs/services/qix-engine/apis/qix/genericbookmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# GenericBookmark

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `Apply`

Expand Down
2 changes: 1 addition & 1 deletion docs/services/qix-engine/apis/qix/genericdimension.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# GenericDimension

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `ApplyPatches`

Expand Down
2 changes: 1 addition & 1 deletion docs/services/qix-engine/apis/qix/genericmeasure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# GenericMeasure

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `ApplyPatches`

Expand Down
2 changes: 1 addition & 1 deletion docs/services/qix-engine/apis/qix/genericobject.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# GenericObject

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `AbortListObjectSearch`

Expand Down
2 changes: 1 addition & 1 deletion docs/services/qix-engine/apis/qix/genericvariable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# GenericVariable

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `ApplyPatches`

Expand Down
2 changes: 1 addition & 1 deletion docs/services/qix-engine/apis/qix/global.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# Global

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `AbortAll`

Expand Down
2 changes: 1 addition & 1 deletion docs/services/qix-engine/apis/qix/variable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# Variable

_QIX methods for version 12.515.0._
_QIX methods for version 12.538.0._

## `ForceContent`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# Qlik Associative Engine API

_Qlik Associative Engine API for version 12.515.0._
_Qlik Associative Engine API for version 12.538.0._

[Qlik Associative Engine API specification](./qlik-associative-engine-api.json)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- proselint-disable -->
# gRPC Analytical Connector API

_gRPC Analytical Connector API for version 12.515.0._
_gRPC Analytical Connector API for version 12.538.0._

Package: **qlik.sse**

Expand Down

0 comments on commit a426ae5

Please sign in to comment.