Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: The support homepage carousel is not displaying. We are working toward a resolution.

Qlik Replicate Global Transformation: How to replace null values in a field

100% helpful (2/2)
cancel
Showing results for 
Search instead for 
Did you mean: 
Michael_Litz
Support
Support

Qlik Replicate Global Transformation: How to replace null values in a field

Last Update:

Oct 5, 2023 8:14:22 AM

Updated By:

Sonja_Bauernfeind

Created date:

Oct 5, 2023 8:14:22 AM

A Global Transformation can replace null values in all fields within a task. The example and expression used in this article will detect null values and replace them with a hard-coded string 'myNull' in all fields in the task.

Table-level transformations on a specific field will override this transformation since it globally defined.
  1. In the Qlik Replicate Web Console, access the Global Rules tab
  2. On the Transformation Scope step, set all scope variables to wildcard, meaning it will apply to all fields: 

    wildcard transformation scope.png

  3. On the Transformation Action step, use the global table-level field that represents the data value:

    $AR_M_SOURCE_COLUMN_DATA

    transformation rule.png

    Enter the expression with the replace using the above field:

    ifnull($AR_M_SOURCE_COLUMN_DATA,'myNull')

 

Labels (1)
Version history
Last update:
‎2023-10-05 08:14 AM
Updated by: