Adding data from uploaded data files
You can upload certain file types and load that data in Data load editor or Data manager.
To make data from files available in your app, you must:
- Upload your data files to your cloud. Each data file must be 500 MB or less.
- Add the data to your app. This is a preliminary step that allows you to select and prepare the data that you want to load.
- Load the data into your app. When you are done selecting and preparing the data, you can load the data into your app. After you load the data, you can use it to create visualizations in your app.
Uploading your data files to your cloud
You can upload data files to your cloud from the DataFiles window. There are different ways to open this window.
In a new app
Gehen Sie folgendermaßen vor:
- Open the app.
- Click Add data from files and other sources.
- In the left menu, click Data files.
- Under Folder shortcuts, click DataFiles, and then upload a data file.
In an existing app
Gehen Sie folgendermaßen vor:
- Open the app.
- In the top menu, click the Data tab, and then click Add data.
- In the left menu, click Data files.
- Under Folder shortcuts, click DataFiles, and then upload a data file.
In the Data load editor from an existing DataFile connection
Gehen Sie folgendermaßen vor:
- Open the app.
- Open the Data load editor.
- Go to the Data connections window on the right. You will see folders from personal and shared spaces, you can access.
- Choose a DataFiles folder, and click
.
After you have uploaded a file to your cloud, you can add the data to you app, and then load data into your app.
Loading data into your app
Fügen Sie im Datenmanager keine Tabelle hinzu, die bereits mit demselben Namen und denselben Spalten im Dateneditor hinzugefügt wurde.
In Data manager
Gehen Sie folgendermaßen vor:
- Open an app.
- Öffnen Sie den Datenmanager und klicken Sie dann auf
. Sie können auch auf Daten hinzufügen klicken. Dies geschieht im
. Adding data allows you to select and prepare your data before you load the data into your app.
- Click Data files.
- Choose the file that contains your data. Qlik Sense provides you with a preview of your data.
-
Select the tables and fields to load.
-
Klicken Sie auf Daten hinzufügen, um die Daten in der Ansicht Verknüpfungen des Datenmanagers zu öffnen. So können Sie weiter Datenquellen hinzufügen, die Daten transformieren und die Tabellen in Datenmanager verknüpfen.
Datenprofilierung ist standardmäßig aktiviert, wenn Sie auf Daten hinzufügen klicken. Die Datenprofilierung führt Folgendes aus:
- Es werden Datenverknüpfungen vorgeschlagen.
- Felder zwischen Tabellen werden automatisch qualifiziert. Dadurch wird ein eindeutiges Präfix basierend auf dem Tabellennamen hinzugefügt.
- Datums- und Zeitfelder werden autoCalendar zugeordnet.
Tabellen werden nicht automatisch über gemeinsame Feldnamen verknüpft. Sie können Tabellen in der Ansicht Verknüpfungen verknüpfen.
TipphinweisWenn Sie die Daten direkt in Ihre App laden möchten, klicken Sie aufund deaktivieren Sie dann die Datenprofilierung. Dadurch werden beim Hinzufügen der Daten alle vorhandenen Daten aus Datenquellen geladen. Tabellen werden automatisch mit gemeinsamen Feldnamen verknüpft. Es werden keine Datums- und Zeitfelder erstellt.
-
Klicken Sie auf Daten laden, wenn Sie die Vorbereitung der Daten abgeschlossen haben. Wenn ein schwerwiegendes Problem erkannt wird, müssen Sie die Probleme im Datenmanager beheben, bevor Sie Daten in die App laden können.
From a data connection in the data load editor
You can go to Data Connections, and use the Select data dialog to select data to load.
For more information, see Auswählen von Daten im Dateneditor.
From a file by writing script code
Files are loaded using a LOAD statement in the script. LOAD statements can include the full set of script expressions. To read in data from another Qlik Sense app, you can use a Binary statement.
For more information, see Load.
Uploading an updated data file
To update data in an app, you can upload an updated data file with the same name as the file you that you previously uploaded. When prompted, choose the replace the previous file. After you have uploaded the data file, you can reload the data into your app.