FROM_KEY_VALUE | Qlik Cloud Help
Skip to main content Skip to complementary content

FROM_KEY_VALUE

Last updated: 9/21/2026

Maps a list of key values to a record with fields for each key.

Syntax

FROM_KEY_VALUE(keys, key, value)

Arguments

Name Type Description Default Value
keys string
key string
value any

Examples

keys key value Output
'foo, hello' array['foo', 'hello'] array['bar', 'world'] {foo: `bar`, hello: `world`}
'foo, hello' array['foo', 'hoo'] array['bar', 'zoo'] {foo: `bar`, hello: null}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!