Settings

Input type

Text Field

Text field setting the value of the variable.

You have some settings available:

  • Hide Input Field - Hide the input field but still allow input.
  • Focus Lost Message - Message to show when the input field loses focus.
  • Auto Focus - Automatically refocus after some time when focus is lost.
  • Initial Focus - Set the focus on the input when the extension is loaded.

Button

On click the Variable Value is set to the Variable Value expression.

This button has the same style setting as the MultiUseButton.

Camera

Scan for a Qr Code and set the Variable Value to the scanned value.

Supported Formats:

1D product1D industrial2D
UPC-ACode 39QR Code
UPC-ECode 93Data Matrix
EAN-8Code 128Aztec
EAN-13CodabarPDF 417
UPC/EAN Extension 2/5ITFMaxiCode
RSS-14
RSS-Expanded

Slider

Set the variable value to the slider value.

  • Slider Minimum: The minimum value of the slider.
  • Slider Maximum: The maximum value of the slider.
  • Slider Step: The step size of the slider.
  • Buffer Input: If the input Value should be buffered before applying to the variable (useful when performing a lot of calulations with the variable value).

Toggle

Set the variable value of the Switch/Checkbox value.

Datepicker

Select a Date and set the variable value to the selected date. You can select the date format by setting the Date Format setting. This format is used to parse the date string entered by the user by default.

The Date format allows for the following characters:

Format string
yyyyYear e.g. 2022
yyYear, short e.g. 22 or 2022
MMMonth e.g. 02
MMonth, short e.g. 2 or 02
ddDay e.g. 01
dDay, short e.g. 1 or 01
hhHours e.g. 12
hHours, short e.g. 12
mmMinutes e.g. 29
mMinutes, short e.g. 29
ssSeconds e.g. 38
sSeconds, short e.g. 38

The short version always allows for a date with more digits than expressed in the format: 12 with a format of h will still be 12 but 01 with a format of h will be 1. All examples refer to 01.02.2022 12:29:38 (in words first day in february 2022 12 hours 29 minutes and 38 seconds ).

The Parse any Date setting allows you to parse a lot of formats. Either the Year or the Day has to be the first part of the date part. MM.dd.yyyy will not be interpreted correctly in most cases because the month is interpreted as the day (dd.MM.yyyy).

Saving type

You can choose between three types:

  • Default
  • This session
  • Every session

Applying Variables

You have the option to apply all saved variables in the cookie onto the current session.

Style

You can hide the Extension by setting hidden to a qlik expression evaluating to -1 or true. You can disable any input by setting disabled to a qlik expression evaluating to -1 or true. The scale can be set by adjusting the slider. For the toggle Button you can set the component color.

Automation

You can automate the change of a variable for e.g. a selection by using the Automation qlik expression. If this expression evaluates to exactly one value the connected variable is set to this value.

Context Menu

  • Reset Value

    You can enable a Reset Button in the context menu. When clicked the variable value is set to the Reset Value.

  • Copy

    You can enable a Copy Button in the context menu. When clicked the variable is copied to your clipboard.

  • Paste

    You can enable a Paste Button in the context menu. When clicked the variable value is set to the value of your clipboard.

Confirm Dialog

You can set a confirm dialog for the Button and Toggle display type. This dialog will be shown before changes to the variable are made.