Skip to main content
Announcements
You can succeed best and quickest by helping others to succeed. Join the conversation.
cancel
Showing results for 
Search instead for 
Did you mean: 
FranciscoQ
Partner - Creator
Partner - Creator

How to delete multiple information files from Qlik Sense SaaS

Hi, in my company someone accidentally upload a huge amount of qvds with data transfer into a certain space in SaaS. I want to delete the data files which are qvds, but I didn't find an option to delete multiple files, besides looking for each file at the time in data sourcers, then action, delete. Which takes a lot of time for all the files.

FranciscoQ_0-1648497378843.png

 

 

If there is another option I would appreciate some help.

 

Regards,

 

 

Labels (2)
1 Solution

Accepted Solutions
Francisco_Fernandez

Hello @FranciscoQ
 

Unfortunately, that's not currently possible from the UI but you can use Qlik Cli to delete in bulk.

You will find more information about Qlik cli here:

 

https://qlik.dev/tutorials/get-started-with-qlik-cli

 

Best regards,

Francisco
 

View solution in original post

2 Replies
Francisco_Fernandez

Hello @FranciscoQ
 

Unfortunately, that's not currently possible from the UI but you can use Qlik Cli to delete in bulk.

You will find more information about Qlik cli here:

 

https://qlik.dev/tutorials/get-started-with-qlik-cli

 

Best regards,

Francisco
 

Supersmurf
Partner - Contributor II
Partner - Contributor II

Hi there!

This is also possible to execute with automation (QAA). Screenshot of sample below.

Supersmurf_2-1672782077333.png

  • First block connects to the DataFileStore and the space you want and loops for all datasets found
  • The filter block lets you perform som simple filtering on dataset name or other properties
  • Finally the delete block deletes the dataset

Before I execute the actual delete I use the output block instead to inpect that the right datasets are there.

 

Best regards

jan@tallmaker.no