<?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: Qix/datafiles parameters in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2456616#M27296</link>
    <description>&lt;P&gt;Hi Levi,&lt;/P&gt;
&lt;P&gt;Is it possible to get all duplicate app names within a space in qlik cli. What is the command to extract and then display.&lt;BR /&gt;&lt;BR /&gt;As a first step, I can get list of apps name within a space in qlik cli via &amp;gt;&amp;gt;&amp;gt;&amp;nbsp; qlik app ls --spaceID &amp;lt;spaceID&amp;gt;&lt;BR /&gt;But in second step, I am not getting how to extract only the second column i.e. "NAME" (enclosed with blue color rectangle)&lt;BR /&gt;and the third step to check no. of duplicate app name and display.&lt;/P&gt;
&lt;P&gt;Can you please help me in this with CLI script&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Jyothi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2024 13:55:16 GMT</pubDate>
    <dc:creator>Jyoti007</dc:creator>
    <dc:date>2024-05-27T13:55:16Z</dc:date>
    <item>
      <title>Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1800954#M19251</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm asked how to delete 7,000 files automatically at this post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Deployment-Management/How-delete-7-000-files-inside-SaaS-DataFiles-Folder/m-p/1760320/highlight/true#M18887" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Deployment-Management/How-delete-7-000-files-inside-SaaS-DataFiles-Folder/m-p/1760320/highlight/true#M18887&lt;/A&gt;. The solution works great, but it just operate with Personal Space.&lt;/P&gt;&lt;P&gt;How can I operate with other spaces? Where I can find qix/datafiles parameters ?&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;P&gt;Pedro&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 14:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1800954#M19251</guid>
      <dc:creator>pedrobergo</dc:creator>
      <dc:date>2021-04-20T14:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1801276#M19258</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;The general flow would be something like:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;GET /api/v1/spaces&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Get the id element for the desired space&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;GET /api/v1/data-connections?space=&amp;lt;spaceId&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Get the id element for the return with qName = DataFiles&lt;/P&gt;&lt;P&gt;Example response:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;        {
            "id": "8ccd4eb8-7ba8-4add-8297-26c3e16f2b85",
            "links": {
                "self": {
                    "href": "&amp;lt;removed&amp;gt;"
                }
            },
            "privileges": [
                "read"
            ],
            "qArchitecture": 0,
            "qConnectStatement": "CUSTOM CONNECT TO \"provider=qix-datafiles.exe;path=App Metadata QVDs:datafiles;\"",
            "qEngineObjectID": "8ccd4eb8-7ba8-4add-8297-26c3e16f2b85",
            "qID": "8ccd4eb8-7ba8-4add-8297-26c3e16f2b85",
            "qLogOn": 0,
            "qName": "DataFiles",
            "qType": "qix-datafiles.exe",
            "space": "5e3e045dcf6ae0000122ec7f"
    }&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;GET /api/v1/qix-datafiles?connectionId=&amp;lt;idFromPreviousStep&amp;gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 12:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1801276#M19258</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2021-04-21T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1801958#M19272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It's almost that i'm looking for... I got a list with first 25 files in specified space, but is there possible to control the pagination response? Or is anyway to use a query parameter using wildcards or regex or anything else?&lt;/P&gt;&lt;P&gt;I miss the documentation for this api &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;Using Wildcards&lt;/P&gt;&lt;P&gt;"GET /api/v1/qix-datafiles?connectionId=195cb633-aed4-43ba-920e-bae6d76333f0&amp;amp;query=XXX*.qvd"&lt;/P&gt;&lt;P&gt;Using pagination:&lt;/P&gt;&lt;P&gt;"GET /api/v1/qix-datafiles?connectionId=195cb633-aed4-43ba-920e-bae6d76333f0&amp;amp;page=5 "&lt;/P&gt;&lt;P&gt;Can you show me how can do that?&lt;/P&gt;&lt;P&gt;Tks again,&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 22:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1801958#M19272</guid>
      <dc:creator>pedrobergo</dc:creator>
      <dc:date>2021-04-22T22:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1801969#M19273</link>
      <description>&lt;P&gt;Well, the API is private and therefore undocumented (and has the potential to change at any time).&lt;/P&gt;&lt;P&gt;But the param that you're looking for is &lt;STRONG&gt;top&lt;/STRONG&gt;. So an example would be:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;GET&amp;nbsp;&lt;SPAN&gt;/api/v1/qix-datafiles?connectionId=8ccd4eb8-7ba8-4add-8297-26c3e16f2b85&amp;amp;top=10000&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I would expect pagination to be a requirement for the API to go public and stable like the rest of the public and stable APIs on Qlik.dev:&amp;nbsp;&lt;A href="https://qlik.dev/apis/#rest" target="_blank"&gt;https://qlik.dev/apis/#rest&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 00:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1801969#M19273</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2021-04-23T00:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1802972#M19308</link>
      <description>&lt;P&gt;Hi, I followed the method above to delete the files in shared spaces, however, but the files are still in the shared spaces, I have tried to check the list using 'qlik raw get v1/qix-datafiles?connectionId={elementId}', the query listed down the files from personal space. What did I miss out? Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 07:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1802972#M19308</guid>
      <dc:creator>wwengso314</dc:creator>
      <dc:date>2021-04-27T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1803497#M19324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/140262"&gt;@wwengso314&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To use a qlik-clik withing line commands (Powershell, CMD or Bash), follow this to use it:&lt;/P&gt;&lt;P&gt;qlik raw get v1/qix-datafiles --query connectionId=dataconnectionid,top=100000&lt;/P&gt;&lt;P&gt;The parameter --query is same that '?' and you need to use comma (,) to separate the parameters.&lt;/P&gt;&lt;P&gt;And if you are using inside Powershell, add the '| ConvertFrom-Json' at end of line to better see it.&lt;/P&gt;&lt;P&gt;[],&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 12:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/1803497#M19324</guid>
      <dc:creator>pedrobergo</dc:creator>
      <dc:date>2021-04-28T12:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2092643#M25261</link>
      <description>&lt;P&gt;Hi Pedro,&lt;/P&gt;
&lt;P&gt;I have followed this thread and used your scripts for the past year or so, thanks for that; I have accidentally uploaded over 90,000 files on top of an existing 40000 files and so need to delete them. When I use the top parameter it only seems to cope with about 35000 files, and they are in alphabetical order - the files I want to delete all begin with R so are probably from 50000 onwards so they never get returned. Is there any way of either ordering differently or having another pagination parameter, to get to the R*.qvd files to delete?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Gordon&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2092643#M25261</guid>
      <dc:creator>gordon_ash</dc:creator>
      <dc:date>2023-07-11T14:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2092663#M25262</link>
      <description>&lt;P&gt;The underlying API does not support filtering in this way so you will need to do it in your code. To get all data-files in a space using qlik-cli, you can use this approach:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;$space_id = '5e42f2cc0ea40d0001214b3a'
$data_files_connection_id = (qlik data-file connection ls --spaceId $space_id | ConvertFrom-Json).id
$space_data_files_tmp = qlik data-file ls --connectionId $data_files_connection_id --raw  | ConvertFrom-Json
$space_data_files = $space_data_files_tmp.data
do {
    $separator = "next=([^}]*)}"
    $nextURL = [regex]::match($space_data_files_tmp.links.next.href, 'next=(.*?)(&amp;amp;|$)').Groups.Value[1] 
    $space_data_files_tmp = ''
    IF($nextURL -gt 0) {
        $space_data_files_tmp = qlik data-file ls --connectionId $data_files_connection_id --raw --page $nextURL | ConvertFrom-Json
        $space_data_files += $space_data_files_tmp.data
    }
} while (($space_data_files_tmp.links.next).Length -gt 1)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like this will output the files with names which start with R or higher:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt; $space_data_files |  Where-Object { $_.name -match '^[r-z]' }&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2092663#M25262</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2023-07-11T14:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2093449#M25269</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the quick response, I have implemented the code,&amp;nbsp; but I never get anything in the&amp;nbsp;@nextUrl when matching the regex, it always returns null. I have even just set&amp;nbsp;@nextUrl to the links.next.href just to get the next full page of data but nothing gets returned. Presumably the regex is looking for something to define next=...&amp;nbsp; The value of my&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;$space_data_files_tmp.links.next.href is :&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;"&lt;A href="https://m3data.eu.qlikcloud.com:443/api/v1/data-files?connectionId=a34e64e7-d9b9-4f43-adc2-39516e61c02c&amp;amp;page=ZjNlODE1MDAtOWQ5Zi00ZjQ3LWEzMTgtNWIzYWI1YmRlYzcw" target="_blank"&gt;https://m3data.eu.qlikcloud.com:443/api/v1/data-files?connectionId=a34e64e7-d9b9-4f43-adc2-39516e61c02c&amp;amp;page=ZjNlODE1MDAtOWQ5Zi00ZjQ3LWEzMTgtNWIzYWI1YmRlYzcw&lt;/A&gt;"&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what I am missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 09:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2093449#M25269</guid>
      <dc:creator>gordon_ash</dc:creator>
      <dc:date>2023-07-13T09:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2093523#M25271</link>
      <description>&lt;P&gt;Hmmm, it's possible that the platform changed the param for the next page of data. This should work:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;$space_id = '5e42f2cc0ea40d0001214b3a'
$data_files_connection_id = (qlik data-file connection ls --spaceId $space_id | ConvertFrom-Json).id
$space_data_files_tmp = qlik data-file ls --connectionId $data_files_connection_id --raw  | ConvertFrom-Json
$space_data_files = $space_data_files_tmp.data
$page_separator = 'page'
do {
    $nextURL = [regex]::match($space_data_files_tmp.links.next.href, "$($page_separator)=(.*?)(&amp;amp;|$)").Groups.Value[1]
    $space_data_files_tmp = ''
    IF($nextURL -gt 0) {
        $space_data_files_tmp = qlik data-file ls --connectionId $data_files_connection_id --raw --page $nextURL | ConvertFrom-Json
        $space_data_files += $space_data_files_tmp.data
    }
} while (($space_data_files_tmp.links.next).Length -gt 0)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 12:27:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2093523#M25271</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2023-07-13T12:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2093572#M25272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thats got it, should have spotted that myself. The final&amp;nbsp; statement&amp;nbsp;I had to add a .href&amp;nbsp; to the .next part to get it to refill the tmp data set,&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;LI-CODE lang="javascript"&gt;while (($space_data_files_tmp.links.next.href).Length -gt 1)&lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now with a few&amp;nbsp; extra mods to fit my use case this code pages the massive dataset as hoped.&lt;/P&gt;
&lt;P&gt;Thanks very much for your speedy replies and getting this fixed for me.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 13:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2093572#M25272</guid>
      <dc:creator>gordon_ash</dc:creator>
      <dc:date>2023-07-13T13:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2456616#M27296</link>
      <description>&lt;P&gt;Hi Levi,&lt;/P&gt;
&lt;P&gt;Is it possible to get all duplicate app names within a space in qlik cli. What is the command to extract and then display.&lt;BR /&gt;&lt;BR /&gt;As a first step, I can get list of apps name within a space in qlik cli via &amp;gt;&amp;gt;&amp;gt;&amp;nbsp; qlik app ls --spaceID &amp;lt;spaceID&amp;gt;&lt;BR /&gt;But in second step, I am not getting how to extract only the second column i.e. "NAME" (enclosed with blue color rectangle)&lt;BR /&gt;and the third step to check no. of duplicate app name and display.&lt;/P&gt;
&lt;P&gt;Can you please help me in this with CLI script&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Jyothi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 13:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2456616#M27296</guid>
      <dc:creator>Jyoti007</dc:creator>
      <dc:date>2024-05-27T13:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2456821#M27302</link>
      <description>&lt;P&gt;Hi Jyothi,&lt;/P&gt;
&lt;P&gt;If it is of any help to you this is how I handle file names in a list in powershell; convert to json and do a Where-object , like this:&lt;/P&gt;
&lt;DIV&gt;$fileNames = 'rubbish*'&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;$space_data_files_tmp = qlik app ls&amp;nbsp; &amp;nbsp;--spaceId $spaceid&amp;nbsp; --json --limit 100000&amp;nbsp; | ConvertFrom-Json&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;$space_data_files = $space_data_files_tmp | Where-Object {$_.NAME&amp;nbsp; -like $fileNames}&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; &amp;nbsp; &amp;nbsp;foreach ($file in $space_data_files) {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ($confirm -eq 'yes') {&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Write-Log "Downloading file [$($file.NAME)] id [$($file.ID)]...";&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ....do things with the file....&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Hope it helps,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Gordon&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 May 2024 07:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2456821#M27302</guid>
      <dc:creator>gordon_ash</dc:creator>
      <dc:date>2024-05-28T07:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Qix/datafiles parameters</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2466716#M27551</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/153304"&gt;@gordon_ash&lt;/a&gt;. It really helped me.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jyothi&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 06:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qix-datafiles-parameters/m-p/2466716#M27551</guid>
      <dc:creator>Jyoti007</dc:creator>
      <dc:date>2024-07-01T06:59:17Z</dc:date>
    </item>
  </channel>
</rss>

