Skip to main content
Announcements
Qlik Launches Open Lakehouse and advanced agentic AI experience in Qlik Answers! | LEARN MORE
Jennell_McIntire
Employee

A new file management system has been added to Qlik Cloud allowing users to create folders and subfolders for their data files. This hierarchical folder structure is available in your personal space, as well as shared, managed and data spaces. Now, I can add folders to a data space in my tenant and use folders to organize my files. This is extremely helpful when I have a project that has a lot of data files.

There are two ways to add folders to a space. The first is through Space details as seen in the image below.

Space details.png

After clicking on Space details, select Details. Then select Data files.

data files.png

From the screenshot below, I can use the icons at the top or click on the eclipse at the end of a folder row to:

  1. Upload files to a folder
  2. Add a folder
  3. Copy a folder
  4. Cut and paste a folder
  5. Delete a folder

I can also use the icons and menu options to cut, copy and paste files and/or folders to somewhere else within the space or to another space. More than one file can be cut/copy/pasted by selecting the entire folder or by holding ctrl and selecting each file.

files options.png

The second way to add a folder to a space is via Administration > Content.

content.png

Let’s add one more folder to the CAJ space to see how it is done. To add a 2023 folder to the CAJ space, I will click on the Add folder icon and enter the name of the new folder. Be sure to confirm the path is correct. If not, select the correct path from the Path dropdown. Then click the Create button.

add folder.pngOnce the folder is added, I can click on the eclipse for the 2023 folder and select Upload file to folder to upload files to this folder. If I used the Upload icon at the top, I would have to change the path to the 2023 folder before uploading my files.

This enhancement also lets me create subfolders as seen in the image below. I have a Population folder in the Census folder.

subfolders.png

Now, let’s look at how we can load the data files in a Qlik Sense app using the folder structure. From the script editor in Qlik Sense, I can select the CAJ space and then click the Select data icon.

connection.png

 

 

 

 

 

 

 

 

 

 

I can see the folder structure I have set up and I can drill down into the folders to select the file I want to load.

select file.png

 

 

 

 

 

 

 

 

 

 

 

Notice that the file path in the script matches the hierarchical file structure I set up. This file structure can also be used when storing QVDs or inserting a QVS file.

 

file path.png

 

 

I love this new feature in Qlik Cloud. Sometimes I have the need to organize my files by their source or in the example I shared in this blog by the year of the project. This allows me to organize my data in a way that makes sense for development. To learn more about this enhanced file management feature, check out Qlik Help.

Thanks,

Jennell

 

2 Comments
vighnesh2022
Partner - Contributor III
Partner - Contributor III

Hi, Its great feature. I also tested that you can automatically create new folders using store command.

For eg. 

Store Table into [lib://DataFiles/NewFolder/Table.qvd](qvd); 

If you run command with NewFolder name that doesn't exist. it creates that folder for you directly without going to space details settings. 

239 Views
khalqad02
Contributor
Contributor

Yeah, in addition to manually creating folders through the Qlik Cloud interface, you can also automatically create new folders using the store command in Qlik Sense. For example, if you use a command like Store Table into [lib://DataFiles/NewFolder/Table.qvd](qvd);, Qlik Sense will create the "NewFolder" for you if it doesn't already exist. This feature makes it convenient to organize and store your data files directly from your Qlik Sense script without needing to set up folders beforehand in the space details settings, just like you can create new section on DixMax App from their site.

0 Likes
207 Views