<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to delete multiple information files from Qlik Sense SaaS in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2142863#M92986</link>
    <description>&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Nov 2023 12:53:47 GMT</pubDate>
    <dc:creator>Henri_Rufin</dc:creator>
    <dc:date>2023-11-30T12:53:47Z</dc:date>
    <item>
      <title>How to delete multiple information files from Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/1910821#M75063</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FranciscoQ_0-1648497378843.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75519i3BD2CDFEA353EC92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="FranciscoQ_0-1648497378843.png" alt="FranciscoQ_0-1648497378843.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is another option I would appreciate some help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 19:59:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/1910821#M75063</guid>
      <dc:creator>FranciscoQ</dc:creator>
      <dc:date>2022-03-28T19:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete multiple information files from Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/1911280#M75096</link>
      <description>&lt;P&gt;Hello @&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;FranciscoQ&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, that's not currently possible from the UI but you can use Qlik Cli to delete in bulk.&lt;BR /&gt;&lt;BR /&gt;You will find more information about Qlik cli here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://qlik.dev/tutorials/get-started-with-qlik-cli" target="_blank"&gt;https://qlik.dev/tutorials/get-started-with-qlik-cli&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Francisco&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 14:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/1911280#M75096</guid>
      <dc:creator>Francisco_Fernandez</dc:creator>
      <dc:date>2022-03-29T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete multiple information files from Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2021475#M84320</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;
&lt;P&gt;This is also possible to execute with automation (QAA). Screenshot of sample below.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Supersmurf_2-1672782077333.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97181i23DE5920D80A6361/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Supersmurf_2-1672782077333.png" alt="Supersmurf_2-1672782077333.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;First block connects to the DataFileStore and the space you want and loops for all datasets found&lt;/LI&gt;
&lt;LI&gt;The filter block lets you perform som simple filtering on dataset name or other properties&lt;/LI&gt;
&lt;LI&gt;Finally the delete block deletes the dataset&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Before I execute the actual delete I use the output block instead to inpect that the right datasets are there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;jan@tallmaker.no&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 21:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2021475#M84320</guid>
      <dc:creator>Supersmurf</dc:creator>
      <dc:date>2023-01-03T21:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete multiple information files from Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2133803#M92145</link>
      <description>&lt;P&gt;Buen día.&lt;/P&gt;
&lt;P&gt;Elabore una forma de hacer la eliminación de qvd a partir de la automatización, para esto se debe tener encueta las siguientes consideraciones:&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Se debe identificar el tipo de conexión o el nombre de la conexión a la cual te vas conectar,&amp;nbsp; es decir, en donde se encuentran los archivos qvd.&lt;/LI&gt;
&lt;LI&gt;Identificar el espacio al que donde se encuentran alojados los qvd.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;En la siguiente imagen dejo la estructura que elabore para eliminar qvd en un solo espacio espacio especifico, tengan en cuenta que las consideraciones anteriores corresponden a las condiciones de que se ven en la imagen&lt;/P&gt;
&lt;P&gt;- CONDITION 2 =&amp;gt; consideración 1&lt;/P&gt;
&lt;P&gt;- CONDITION 3 =&amp;gt; consideración 2&lt;/P&gt;
&lt;P&gt;el porque de esta forma, bueno esto se debe a que el espacio id solo se ver desde el Box de List Data File, para poder condicionar a un espacio especifico&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JulioCesarLandazuryCastillo_0-1698851201490.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/119193i98EB87F973B96392/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JulioCesarLandazuryCastillo_0-1698851201490.png" alt="JulioCesarLandazuryCastillo_0-1698851201490.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Espero y sea de ayuda, Saludos.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2023 15:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2133803#M92145</guid>
      <dc:creator>JulioCesarLandazuryCastillo</dc:creator>
      <dc:date>2023-11-01T15:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete multiple information files from Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2137393#M92443</link>
      <description>&lt;P&gt;Excelente solución, después de estar intentando por un largo tiempo con el bloque "List Data Files" donde pide un valor para el campo "Connection ID" el cual llené de mil maneras pero fue imposible que funcionara, aplique la solución de "&lt;A href="mailto:jan@tallmaker.no&amp;quot;" target="_blank"&gt;jan@tallmaker.no"&lt;/A&gt;&amp;nbsp;y funciono perfecto... aunque yo lo hice con el bloque de "Condition" y funciono muy bien también, pude borrar archivos QVD de un espacio especifico.&lt;/P&gt;
&lt;P&gt;Para los novatos como yo jejejeje dejo la siguiente imagen como recomendación y al bloque "List Datasets By Data Asset" puedes colocarle asterisco ( * ) en sus campos "&lt;SPAN&gt;Data Store ID" y "Data Asset ID" para obtener TODOS los espacios y con el "Condition" buscas el espacio donde&amp;nbsp;&lt;/SPAN&gt;están ubicados tus QVD que quieres eliminar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Delete QVDs.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/119862i0E84AE421AB25AC4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Delete QVDs.png" alt="Delete QVDs.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 22:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2137393#M92443</guid>
      <dc:creator>IvanHernandezCoral</dc:creator>
      <dc:date>2023-11-13T22:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete multiple information files from Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2138771#M92555</link>
      <description>&lt;P&gt;Wil you provide the json file? I can't manage to use the delete data file because the connection id is nowhere to be found.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 11:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2138771#M92555</guid>
      <dc:creator>Henri_Rufin</dc:creator>
      <dc:date>2023-11-17T11:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete multiple information files from Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2141667#M92857</link>
      <description>&lt;P&gt;Julio hola que pena contigo, no había mirado tu solicitud... adjunto el json&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2023 15:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2141667#M92857</guid>
      <dc:creator>IvanHernandezCoral</dc:creator>
      <dc:date>2023-11-27T15:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to delete multiple information files from Qlik Sense SaaS</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2142863#M92986</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 12:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-delete-multiple-information-files-from-Qlik-Sense-SaaS/m-p/2142863#M92986</guid>
      <dc:creator>Henri_Rufin</dc:creator>
      <dc:date>2023-11-30T12:53:47Z</dc:date>
    </item>
  </channel>
</rss>

