
## What does Atlan crawl from Qlik Sense Cloud?

URL: https://docs.atlan.com/apps/connectors/business-intelligence/qlik-sense-cloud/references/what-does-atlan-crawl-from-qlik-sense-cloud

> Atlan crawls and maps the following assets and properties from Qlik Sense Cloud.

Atlan crawls and maps the following assets and properties from Qlik Sense Cloud.

Once you've [crawled Qlik Sense Cloud](https://docs.atlan.com/llms/connectors/qlik-sense-cloud/crawl-qlik-sense-cloud/llms.txt), you can [use connector-specific filters](https://docs.atlan.com/llms/catalog/discovery/use-the-filters-menu/llms.txt) for quick asset discovery. The following filters are currently supported for these assets:

- [Apps](#apps)
- [Sheets](#sheets)
- [Datasets](#datasets)

## Lineage

Atlan supports asset-level lineage for the following asset types:

Datasets --> Charts --> Sheets --> Apps

The column-level lineage is only supported for

Datasets --> Charts --> Sheets

## Spaces

Atlan maps spaces from Qlik Sense Cloud to its `QlikSpace` asset type.

| Source property | Atlan property | Where in Atlan |
| --------------- | --------------- | ------------------ |
| type | qlikSpaceType | overview sidebar |
| ownerId | qlikOwnerId | API only |
| id | qlikId | API only |
| createdAt | sourceCreatedAt | properties sidebar |
| updatedAt | sourceUpdatedAt | properties sidebar |

## Apps

Atlan maps apps from Qlik Sense Cloud to its `QlikApp` asset type.

:::warning !important
Only the `app` resource type is retrieved. Other types, such as `qvapp` or `qlikview`, aren't crawled.
:::

| Source property | Atlan property | Where in Atlan |
| ---------------------------------------------- | --------------------- | ---------------------------------- |
| attributes.name | name | asset profile and overview sidebar |
| attributes.description | description | asset profile and overview sidebar |
| attributes.resourceId | qlikId | API only |
| static_byte_size | qlikAppStaticByteSize | overview sidebar |
| attributes.spaceId | qlikSpaceId | API only |
| attributes.resourceCreatedAt | sourceCreatedAt | properties sidebar |
| attributes.resourceUpdatedAt | sourceUpdatedAt | properties sidebar |
| attributes.ownerId | qlikOwnerId | API only |
| attributes.resourceAttributes.originAppId | qlikOriginAppId | overview sidebar |
| attributes.resourceAttributes.hasSectionAccess | qlikHasSectionAccess | properties sidebar |
| attributes.resourceAttributes.directQueryMode | qlikIsDirectQueryMode | properties sidebar |
| attributes.resourceAttributes.published | qlikIsPublished | overview sidebar |

## Sheets

Atlan maps sheets from Qlik Sense Cloud to its `QlikSheet` asset type.

| Source property | Atlan property | Where in Atlan |
| ------------------------------ | --------------- | ---------------------------------- |
| qProperty.qMetaDef.title | name | asset profile and overview sidebar |
| qProperty.qMetaDef.description | description | asset profile and overview sidebar |
| qProperty.qInfo.qId | qlikId | API only |
| spaceId | qlikSpaceId | API only |
| appId | qlikAppId | API only |
| approved | qlikIsApproved | API only |
| published | qlikIsPublished | overview sidebar |

## Charts

Atlan maps charts from Qlik Sense Cloud to the `QlikChart` asset type and catalogs only those linked to dataset fields. For example, table charts are crawled because their columns represent dataset dimensions or measures. UI elements that don't reference dataset fields - such as filters, buttons, and text elements - are ignored.

:::warning

These elements are not considered charts and are not crawled: `filterpane`, `qlik-button-for-navigation`, `VizlibAdvancedTextObject`, `listbox`, `action-button`, `VizlibFilter`, `variable`, `text-image`, `VizlibLineObject`.

:::

| Source property | Atlan property | Where in Atlan |
| --------------------------------------- | -------------------- | ---------------- |
| qProperty.qInfo.qId | qlikId | API only |
| qProperty.subtitle | qlikChartSubtitle | overview sidebar |
| qProperty.footnote | qlikChartFootnote | overview sidebar |
| qProperty.qInfo.qType | qlikChartType | overview sidebar |
| qProperty.options.dimensionsOrientation | qlikChartOrientation | overview sidebar |

## Datasets

Atlan maps datasets from Qlik Sense Cloud to the `QlikDataset` asset type. Datasets loaded through the Data Load Editor are called `implicit datasets` in Atlan and appear under this type.

| Source property | Atlan property | Where in Atlan |
| -------------------------------- | ------------------------ | ------------------ |
| id | qlikId | API only |
| resourceAttributes.technicalName | qlikDatasetTechnicalName | properties sidebar |
| resourceAttributes.dataStoreType | qlikDatasetType | overview sidebar |
| resourceAttributes.uri | qlikDatasetUri | overview sidebar |
| resourceAttributes.secureQri | qlikQRI | API only |
| resourceSubType | qlikDatasetSubtype | overview sidebar |
| ownerId | qlikOwnerId | API only |
| resourceCreatedAt | sourceCreatedAt | properties sidebar |
| resourceUpdatedAt | sourceUpdatedAt | properties sidebar |
| spaceId | qlikSpaceId | API only |

## Columns

Atlan maps fields in Qlik Sense Cloud to the `QlikColumn` asset type. Atlan doesnot bring master measures and dimensions today and dont support column level lineage for them

| Source property | Atlan property | Where in Atlan |
| --------------- | -------------- | -------------- |
| name | qlikColumnName | API only |

---
