Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW

Qlik Compose: Active ETL mappings are hidden

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Adam_Herman
Support
Support

Qlik Compose: Active ETL mappings are hidden

Last Update:

Jan 3, 2023 7:52:39 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jan 3, 2023 7:52:39 AM

Qlik Compose, by default, shows only the first two ETL mappings in your project (a). The remaining mappings (per entity) are not visible until you click Show all. This will open a pop-up window on the right, listing the remaining mappings (b) linked to this Entity.

Only Two Mappings Visible.JPG

Additional Mappings Visible.JPG

This is working as intended, but you can work around the limitation and display additional mappings in the Mappings column. The workaround requires manual modification of configuration files and may need to be reset after an upgrade.

 

Workaround

  1. Stop the Qlik Compose service 
  2. Go to the following path:
    Default:  C:\Program Files\Qlik\Compose\webroot\views\datawarehouse\ETL
    Modified: <ComposeInstallDirectory>\webroot\views\datawarehouse\ETL
          where <ComposeInstallDirectory> is your custom install path.
  3. Open ETL_Mappings.html in an editor such as NotePad++.

    open etl mappings html.png

  4. Search for the below line in the code:

    <div ng-repeat="map in rowData.entity_mappings | limitTo:2" class="mapItemRow">

    The line is usually found at position 50. The default limitTo value is 2, which signals Qlik Compose to only show two mappings. 

    limit to 2.png

  5. Replace the limitTo: value with the number of mappings you want the column to show by default. For example, if you wish to display five, set it to  limitTo:5

    limit to 5.png

    Note: To remove the limit entirely, delete limitTo:

    <div ng-repeat="map in rowData.entity_mappings" class="mapItemRow">

  6. Save the file
  7. Start the Qlik Compose service

Environment:

Qlik Compose 

Labels (1)
Version history
Last update:
‎2023-01-03 07:52 AM
Updated by: