corectl icon indicating copy to clipboard operation
corectl copied to clipboard

corectl is a command line tool to perform reloads, fetch metadata and evaluate expressions in Qlik Core apps.

Results 30 corectl issues
Sort by recently updated
recently updated
newest added

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/google/go-github/v35](https://togithub.com/google/go-github) | require | major | `v35.3.0` -> `v39.1.0` | ---...

renovate

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [golang.org/x/crypto](https://togithub.com/golang/crypto) | require | digest | `0a44fdf` -> `089bfa5` | ---...

renovate

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | circleci/golang | docker | minor | `1.16` -> `1.17` | |...

renovate

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/pkg/browser](https://togithub.com/pkg/browser) | require | digest | `7d21f8c` -> `681adbf` | ---...

renovate

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/qlik-oss/enigma-go](https://togithub.com/qlik-oss/enigma-go) | require | major | `v1.2.0` -> `v2.1.0` | ---...

renovate

When selecting engine through the `-e` flag the code completion breaks. If engine is supplied through a corectl.yml file the issue can't be found. example ```bash $ corectl -e localhost:29076...

bug

Go's default `json.Unmarshal` disregards any information that could not be properly mapped to the provided container (struct/slice/map). If we are working with an engine version not compatible with our enigma...

bug
enhancement
v2

Is it possible to export/import a predefined list of dim/measures/objects? The idea is to have a list of IDs somewhere and extract their layout in json format (the output file...

I have a question considering the build/unbuild of the app I sent you before. For 'trivial' test apps and with a reload and data, it all seems to work fine,...

Are we able to get the result of eval function in parent json format? --json option doesn't work or I'm wrong? Meanwhile --traffic option works fine

bug