- 16 Apr 2024
- 1 Minute to read
- DarkLight
GetQlikSenseTextImageContent
- Updated on 16 Apr 2024
- 1 Minute to read
- DarkLight
General
The GetQlikSenseTextImageContent function returns the content of a Text & Image obejct in a
datasource.
Syntax
The syntax of the GetQlikSenseTextImageContent function is:
GetQlikSenseTextImageContent ("datasource_name", "object_id")
Examples
The function will return the content of the Text & Image object id ZPLK from the Demo App Datasource. The function will return a string.
GetQlikSenseTextImageContent("Demo App", "ZPLK")